/*
Dark blue: #001A33
*/
body  {
	font: 0.8em Arial, Helvetica, sans-serif;
	background: #BEC6D5;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center;
	line-height: 130%; 
	color: #000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 25px;
	text-transform:uppercase;
	color: #333/*#ed1c24*/;
	line-height: 130%;
}
h2 {
	color: #003366;
	font-size: 16px;
}
h3 {
	color: #003366;
}
.headersecond {
	margin-top: 30px;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
.announcement {
	font-size: 18px;
	color: #fff;
	font-style:italic;
	background: #CC0000;
	display: block;
	margin: 20px;
	padding: 10px;
	line-height: 24px;
	text-align: center;
}
a, a:link, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#container { 
	position: relative;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
#header { 
	background: #DDDDDD;
	background-image: url(../images/banner01/banner16.jpg); 
	background-repeat: no-repeat;
	padding: 0;
	height: 392px;  
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; 
}
#topnavigation {
	width: 100%;
	height: auto;
	border: 0px solid red;
}
#sidebar1 {
	display: none;
	float: left; 
	width: 150px; 
	background: #EBEBEB; 
	padding: 15px 10px 15px 20px; 
}
#sidebar2 {
	float: right; 
	width: 180px; 
	background: #001A33/*#EBEBEB*/; 
	padding: 0px 10px 15px 10px;
	margin-right: 20px; 
	font-size: 12px;
	color: #fff;
}
#sidebar2 ul {
	margin: 0 0 0 10px;
	padding: 0px 5px 5px 5px;
	list-style-position: outside;
}
#sidebar2 li {
	margin-bottom: 12px;
}
#sidebar2 h3 {
	display: block;
	background-color: #ed1c24;
	background-image: url(../images/bg_nav.jpg);
	background-position: top;
	color: #fff;
	padding: 5px;
}
#sidebar2 a{
	color: #fff;
}
.sidebarrightfloat {
	float: right;
	width: 180px;
	height: auto;
	padding: 5px;
	margin: 0px 0px 12px 12px;
	border: 1px dotted #001A33;
	font-size: 12px;
	background-color: #efefef;
	color: #000;
}
#mainContent { 
	margin: 0 220px 0px 20px; 
	padding: 0 10px; 

} 
#footer { 
	margin-top: 20px;
	padding: 0 10px 0 20px; 
	background:#001A33;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #fff;
	font-size: 11px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
}
#subfooter {
	width: 950px;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.gallerysidebarleft {
	float: left;
	width: 235px;
	height: 365px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #333;
	border: 0px dotted #333;
	color: #fff;
}
.gallerysidebarleft p {
	padding: 0px 10px 0px 10px;
}
.gallerysidebarleft ul  {
	padding: 0px 30px 0px 30px;
}
.gallerysidebarleft h2{
	display: block;
	margin-top: 0;
	padding: 6px 6px 7px 6px;
	color: #fff;
	background-color: #cc0000;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imageborderleft {
	float: left;
	margin-right: 12px;
	border: 1px solid #000;
	padding: 2px;
}
.imageborderright {
	float: right;
	margin-left: 12px;
	border: 1px solid #000;
	padding: 2px;
}
a img {
	border: none;
}