body {
	background-color: #000000;
	background-image: url('../content/images/bg.jpg');
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	width: 100%;
	line-height: none;
}
legend {
	background-color: #004384;
	border: 1px solid #004384;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
}
.clear {
	clear:both;
	height:0px;
}
label.error {
	padding-left:15px;
	color:#FF0000;
}
input {
	font-size:125%;
	margin:10px 2px 0 0;
	padding:2px 0;
}
select {
	font-size:125%;
	margin:10px 2px 0 0;
	padding:2px 0;
}
textarea {
	margin:10px 2px 1px 0;
	padding:2px;
	vertical-align:top;
}
span.required {
	color:#FF0000;
}
/************* Content Areas *************/

tr.url_input_form {
	display:none;
	visibility:hidden;
}
#container {
	margin: auto;
	width: 960px;
}
#content_container {
	margin:0px;
	width:960px;
}
#main_content {
	background-color: #FFFFFF;
	border-right: 1px solid #999999;
	float: left;
	margin: 0;
	padding: 15px;
	width: 704px;
	min-height: 500px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
#main_content_index {
	background-color:#FFFFFF;
	border:0px solid #999999;
	float:right;
	margin:0;
	padding:15px;
	width:570px;
}
#index_left {
	float:left;
	width:600px;
	margin-top:5px;
}
#index_right {
	float: right;
	width: 200px;
	background-color: #161b21;
	color: #d9d9d9;
	margin-top: 5px;
	padding: 30px;
}
#index_right h1 {
	color:#d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
#index_right a {
	color: #FF0000;
	font-size: 12px;
}
#footer_stuff {
	font-size:12px;
	font-weight:bold;
	margin:auto;
	padding:0px;
	text-align:center;
	color:#ffffff;
}
#footer_stuff_inner {
	width:960px;
	margin:auto;
}
#footer {
	font-size:12px;
	font-weight:bold;
	margin:auto;
	padding:20px;
	text-align:left;
	color:#ffffff;
}
#footer_inner {
	width:960px;
	margin:auto;
	padding-bottom:15px;
}
#footer_left {
	float:left;
	width:450px;
}
#footer_right {
	text-align:right;
	float:right;
	width:500px;
}
#copyright {
	margin: auto;
	width: 960px;
}
/************* Navigation Areas *************/

#top_nav {
	font-size:12px;
	font-weight:normal;
	margin:auto;
	text-align:center;
	color:#004384;
	height:64px;
	margin-bottom:5px;
}
#top_nav_inner {
	width:920px;
	margin: auto;
	background-image:url('../content/images/bg_top_nav.png');
	background-repeat: repeat-x;
	height:64px;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	width:660px;
	color:#FFFFFF;
	height:64px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	height:64px;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
	margin-right:45px;
	text-align:left;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/

.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 		5px;
	text-decoration:none;
}
.sf-menu a:hover { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
	background-image:url('../content/images/bg_top_nav_over.png');
	background-repeat: repeat-x;
}
.sf-menu li a {
	color: #004384;
	font-size:23px;
	margin-right: 0px;
	padding:26px 20px 10px 13px;
	text-decoration: none;
	font-weight:normal;
	height:50px;
}
.sf-menu li {
}
.sf-menu ul {
}
.sf-menu li a {
	font-size:24px;
}
.sf-menu li li a {
	font-size: 16px;
	padding:10px;
	color:#ffffff;
	height:auto;
	font-weight:bold;
}
.sf-menu li li a:hover { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
	background-image:url('../content/images/bg_top_nav_over.png');
	background-repeat: repeat-x;
}
.sf-menu li li li a {
	font-size: 16px;
	padding-left:10px;
	background-image:none;
}
.sf-menu li li {
}
.sf-menu li ul {
	width:200px;
	background-image:url('../content/images/bg_dropdown.png');
	background-repeat:repeat;
	margin-top:34px;
	height:auto;
}
#side_nav {
	float: right;
	background-color: #161b21;
	text-align: left;
	width: 220px;
	min-height:500px;
	color:#d9d9d9;
}
#side_nav li {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
#side_nav li a {
	color:#00abe0;
	display:block;
	font-size:18px;
	font-weight:normal;
	padding:5px 10px;
	text-decoration:none;
}
#side_nav li a:hover {
	background-color: #ffffff;
	color: #00abe0;
}
#side_nav ul {
	border: none;
	list-style: none;
	width:220px;
	padding: 0;
}
a.sub_pages, a.sub_pages:visited, a.sub_pages:active {
	background-color:#004384;
	border:1px solid #004384;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	margin-right:4px;
	padding:5px;
	text-align:center;
	text-decoration:none;
}
a.sub_pages:hover {
	color:#004384;
	background-color:#fff;
}
/************* Links *************/



.footer_nav {
	float:left;
	margin:0 10px;
	width:125px;
}
a, a:visited, a:active {
	color: #900;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #B03A3A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	background-color: rgb(255,255,255);
}
a.footer_link, a.footer_link:visited, a.footer_link:active {
	color: #ffffff;
	font-weight:bold;
	margin-right:20px;
}
a.footer_link:hover {
	color: #004384;
	font-weight: bold;
	text-decoration: none;
}
/************* Headlines *************/



h1 {
	font-size: 33px;
	line-height:33px;
	margin: 0;
	padding:0px 5px 5px 0;
	color:#004384;
}
h2 {
	font-size: 22px;
	margin:0;
	color:#00ABE0;
}
h3 {
	font-size: 14px;
	margin: 0;
	padding: 5px 5px 5px 0;
	color: #004384;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	margin: 0 0 10px;
	padding: 5px 5px 5px 0;
	color: #004384;
	font-style: normal;
}
h5 {
	font-size: 16px;
	margin: 0 0 10px;
	padding: 5px 5px 5px 0;
	color: #004384;
	font-weight: bold;
	text-decoration: none;
}
#search_box {
	width:250px;
	float:right;
}
#top_nav_left {
	float:left;
	width:660px;
}
#top_rotator {
	margin:auto;
	float:left;
	width:600px;
}
#rotator {
	margin:auto;
}
#top_right_callouts {
	float:right;
	width:355px;
	border:0px solid #dadada;
	border-bottom:0px solid #dadada;
	background-color:#fdfdfd;
}
.home_callout {
	float: left;
	width: 341px;
	border-bottom: 1px solid #dadada;
	padding: 7px;
}
.home_callout:hover {
	background-color: #999999;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.callout_link, a.callout_link:visited, a.callout_link:active {
	color: #004384;
	font-weight:normal;
	background-color:#EDEDED;
	font-size:26px;
	padding:20px;
	border:1px solid #dadada;
	background-image:url("../content/images/bg_top_nav.png");
	background-repeat:repeat;
	float:right;
	width:218px;
}
a.callout_link_page, a.callout_link_page:visited, a.callout_link_page:active {
	color: #004384;
	font-size:33px;
	line-height:33px;
}
a.callout_link_page:hover {
	color: #297ac4;
}
a.callout_link:hover {
	color: #297ac4;
}
.callout_page {
	float:left;
	text-align:left;
	width:162px;
	padding:10px;
	text-align:left;
	min-height:200px;
	margin-left:7px;
}
#callouts_include {
	width:570px;
	border-top:1px solid #dadada;
	padding-top:0;
	float:left;
}
.callout_page:hover {
	background-color:#EDEDED;
}
/*************** PHOTO GALLERY *************/



.photo_wrapper {
	float:left;
	width:160px;
	text-align:center;
	margin:5px;
	min-height:160px;
}
/************************* BLOG *************************/



.blog_border {
	float: left;
	width: 690px;
}
.blog_right_tabs {
	float:right;
	width:200px;
	margin-left:10px;
}
.blog_dot_border {
	border:1px solid #ccc;
	margin-bottom:15px;
}
.padding_10 {
	padding:10px;
}
.right_topics_active {
	width:80px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	margin-left:5px;
	margin-top:5px;
	background-color:#FFFFFF;
	padding:5px;
	float:left;
}
.right_topics_inactive {
	width:80px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	margin-left:5px;
	margin-top:5px;
	background-color:#EEEEEE;
	padding:5px;
	float:left;
}
.right_archive_active {
	width:85px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	margin-left:5px;
	margin-top:5px;
	background-color:#FFFFFF;
	padding:5px;
	float:left;
}
.right_archive_inactive {
	width:85px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	margin-left:5px;
	margin-top:5px;
	background-color:#EEEEEE;
	padding:5px;
	float:left;
}
#blog_right_side {
	border-top:1px solid #999999;
	background-color:#EEEEEE;
}
.blog_right_entry {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#FFFFFF;
	padding:5px;
}
/************************ Float *************************/

.float_left {
	float:left;
}
.float_right {
	float:right;
}
/******************* COMMENTS *******************/

.comments_border {
	border:1px solid #ccc;
}
#container #content_container #main_content table tr td {
	text-align: left;
	color: #000000;
}
#container #content_container #main_content table {
	font-weight: bold;
}
#container #content_container #main_content table {
	color: #FF6633;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
#container #content_container #main_content table {
	text-align: center;
}
#container #content_container #main_content table tr td {
	color: rgb(214,214,214);
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}
#atm_navcontent {
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000;
}
#container #content_container #main_content table {
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #F30;
	text-align: center;
}
#container #content_container #main_content p {
	font-size: 10px;
}
#container #content_container #main_content p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #F90;
}
#container #content_container #main_content table tr td p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
}
#container #content_container #main_content table #atm_navcontent td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #900;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #F33;
	text-align: center;
	text-decoration: underline;
}
#container #content_container #main_content table tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: left;
}
#container #content_container #main_content table #atm_navcontent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #F30;
}
#container #content_container #main_content table #atm_navcontent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
}
#container #content_container #main_content table tr td p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
#container #content_container #main_content table tr td p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
#container #content_container #main_content table tr td p strong {


}
#container #content_container #main_content table tr td p {
	font-size: 12px;
}
#container #content_container #main_content table tr td p {
	font-size: 10px;
}
#container #content_container #main_content table tr td p {
	font-weight: bold;
}
#container #content_container #main_content table tr td .sharethis-button a strong {
	text-decoration: underline;
	font-size: 14px;
}
#container #content_container #main_content table #atm_navcontent {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #content_container #main_content table tr td p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
#container #content_container #main_content p {
	color: rgb(0,0,0);
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#container #content_container #main_content table tr td p {
	font-size: 12px;
}
#container #content_container #main_content table tr td p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
#container #content_container #main_content table tr td p {
	font-size: 12px;
}
#container #content_container #main_content table tr td p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000;
}
#container #content_container #main_content table tr td h5 strong {
	color: #900;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
Headercontainer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #900;
}
.general_type {
	font-family: Arial, Helvetica, sans-serif;
}
#container #content_container #main_content table {
	font-family: Arial, Helvetica, sans-serif;
}
#container #content_container #main_content table {
	font-weight: bold;
}
#container #content_container #main_content table tbody tr td {
	font-size: 11px;
}
#content_container {
	font-style: italic;
	color: #000000;
}
#container #content_container #index_right p {
	color: #ff0000;
	text-align: left;
}
.read_more {
	color: #FF0000;
	font-size: 12px;
}
#container #content_container #index_right p a {
	color: #00abe0;
}
#main_content {
	color: #000;
	font-size: 14px;
}
#container #content_container #main_content p strong span {
	color: #000;
}
#container #content_container #main_content p span span strong {
	color: #F90;
	font-size: 14px;
}
#container #content_container #main_content p strong {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
#follow_on_text {
	color: #FFF;
}
.keynotespeaker {
	font-size: 12px;
}
#container #content_container #main_content ul li strong span span a {
	font-family: Arial, Helvetica, sans-serif;
}
#container #content_container #main_content ul li strong span span a {
	font-weight: bold;
}
#container #content_container #main_content ul li {
	font-family: Arial, Helvetica, sans-serif;
}
#container #content_container #main_content ul li {
	font-size: 12px;
}
#container #content_container #main_content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
#container #content_container #main_content ul li a strong span span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
#container #content_container #main_content ul li strong span span a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
#container #content_container #main_content ul li div a strong span span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
#container #content_container #main_content ul li a strong span span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
#container #content_container #main_content ul ul li strong a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
#container #content_container #main_content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container #content_container #main_content ul li a strong span span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container #content_container #main_content ul li strong a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container #content_container #main_content ul li strong span span a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container #content_container #main_content ul ul li strong a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container #content_container #main_content ul li {
	font-size: 12px;
}
#container #content_container #main_content ul li {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
}
#container #content_container #main_content ul li div span {
	font-weight: bold;
}
#container #content_container #main_content ul li div span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container #content_container #main_content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#ISCPS {
	text-align: center;
	height: 120px;
	width: 125px;
	margin-right: auto;
	margin-left: auto;
}
#container #content_container #index_right h5 {
	color: #00abe0;
}
#container #content_container #main_content p span strong {
	font-size: 12px;
	font-weight: bold;
}
#container #content_container #main_content p span {
	font-weight: bold;
}
#container #content_container #main_content p span {
	color: #000;
}
#container #content_container #main_content ul li a {
	font-size: 12px;
}
#container #content_container #index_right div p em {
	color: #00abe0;
}
#container #content_container #main_content table thead tr td p span {
	color: #900;
}
#container #content_container #main_content table thead tr td p span {
	color: #900;
}
#container #content_container #main_content h3 strong {
	color: #900;
}
#container #content_container #main_content table tr td table tr td h4 span {
	font-style: italic;
	text-decoration: none;
}
#container #content_container #main_content table tr td table tr td h4 span {
	font-style: normal;
}
#container #content_container #main_content table tr td table tr td h4 span {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
}
#container #content_container #main_content blockquote p em {
	color: rgb(102,102,102);
}