@charset "utf-8";
body  {
	font: small Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	background: #060e61 url("/images/background.gif") repeat-x top;
	margin: 0;
	padding: 10px 0;
	text-align: center; 
	color: #000000;
}
#tinymce {
	background: #FFF;
	color: #666;
	text-align: left; 
}
#tinymce p, #tinymce td, #tinymce li {
	font-size: 85%;
}
p {
	margin: 0 0 0.5em 0;
	}
a {
	color: #060e61;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
	}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	line-height: 200%;
	color: #060e61;
	margin: 0.2em 0 0 0;
	}
h1 a {
	font-weight: normal;
	}
h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 200%;
	color: #060e61;
	margin: 0.2em 0 0 0;
	}
.clear {
	clear: both;
	}
hr {
	clear: both;
	margin: 20px 0 10px 0;
	border: 0;
	height: 0;
	border-bottom: 1px dotted #999;
	}
#container { 
	width: 960px;  
	background: #FFF url("/images/page.gif") repeat-y top;
	font-size: 85%;
	color: #666;
	margin: 0 auto; 
	border: 3px solid #FFF;
	text-align: left; 
} 
#header { 
	position: relative;
	background: #000 url("/images/header.jpg") no-repeat left top;
	padding: 0 10px 0 20px;  
	height: 230px;
	color: #060e61;
} 
#quote {
	position: absolute;
	top: 110px;
	left: 35px;
	width: 320px;
}
#tabs { 
	background: #060e61 url("/images/navigation.gif") repeat-x top;
	float: left;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 80%;
	margin: 3px 0;
	height: 4em;
} 
#subtabs { 
	background: #060e61 url("/images/navigation.gif") repeat-x top;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 90%;
	height: 3em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
} 

#tabs li {
	float: left;
	padding: 5px 10px;
	margin: 5px 0;
	border-right: 1px solid #414ba2;
	}
#subtabs li {
	float: left;
	padding: 2px 6px;
	margin: 5px 0;
	border-right: 1px solid #414ba2;
	}
#tabs li a, #subtabs li a {
	color: #FFF;
	padding: 5px;
	text-decoration: none;
	}
#tabs li a:hover, #subtabs li a:hover {
	background: #414ba2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	}
#sidebar {
	float: left; 
	width: 250px; 
	background: #EBEBEB; 
	padding: 10px 10px 20px 20px;
}
#sidebar li {
	margin: 0 0 5px 0;
	padding: 2px 10px;
}
#sidebar li.selected {
	background: #DDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}
#sidebar li.submenu, li.submenu {
	margin: 0 0 5px 20px;
}
li.subsubmenu {
	margin: 0 0 5px 40px;
}
#maincontent { 
	background: #FFF;
	padding: 10px 20px; 
	float: right;
	width: 620px;
} 
#maincontent li {
	list-style-type: disc;
	}
#maincontent ul {
	margin-bottom: 10px;
	margin-left: 40px;
	}
#footer { 
	width: 960px;  
	margin: 10px auto;
	font-size: 85%;
	color: #FFF;
} 
#footer p {
	margin: 0;
	padding: 5px; 
}
#footer a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}
.mainimage {
	float: right;
	margin: 0 0 20px 20px;
	padding: 5px;
	border: 1px solid #CCC;
	}
.featuredvideo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 140%;
	}
.featuredvideo a {
	font-weight: normal;
	}
.featuredvideo img {
	float: left;
	margin: 0 10px 10px 0;
	}
.textfield {
	border: 1px solid #CCC;
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 140%;
	margin: 2px 0;
	padding: 2px 5px;
	width: 90%;
}
.button {
	background: #CCC;;
	border-color: #DDDDDD #666666 #666666 #DDDDDD;
	border-style: solid;
	border-width: 1px;
	padding: 2px 15px;
}
#errbox {
	margin: 20px auto;
	color: #cc0000;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	background: #FFEEEE;
	padding: 5px 15px;
	text-align: center;
	font-weight: bold;
}
#confbox {
	margin: 20px auto;
	color: #009900;
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
	background: #EEFFEE;
	padding: 5px 15px;
	text-align: center;
	font-weight: bold;
}
#sitemap {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}