@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	border: none #006699;

}

.twoColFixLtHdr #container #footer li {
	margin: 0px;
	padding: 10px;
	list-style: none;
	display: inline;
	border: #000000;

}

.twoColFixLtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #336699;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: medium outset #000000;
	text-align: left;
	padding: 0px;
} 
.twoColFixLtHdr #container #sidebar1 img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.twoColFixLtHdr #header {
	height: 153px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #336699;
	background-image: url(../images/AR%20Banner%20Aug%20960px.jpg);
	background-repeat: no-repeat;
	background-position: center center;
} 
.twoColFixLtHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 160px;
	background: #336699;
	padding: 15px 10px;
	border: 1px none #000000;

}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: thin solid #FFFFFF;
} 
.twoColFixLtHdr #footer {
	padding: 0 20px;
	background:#336699;
	margin: 0px auto 10px;
	border-top: thin solid #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #container #topnav {
	height: 20px;
	background: #003366;
	font-size: 12px;
	padding: 0px 20px 0px 10px;
	letter-spacing: 0px;
	word-spacing: 0px;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
#nav {
	list-style: none;
	z-index: 2;
	border-right: 0px solid #000000;
	width: 150px;
	padding: 0px;
	margin: 0px;
}

#nav li a {
	color: #fff;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
	display: block;
	width: 140px;
	height: 24px;
	border: 1px solid #000000;
	padding-left: 10px;
	text-decoration: none;
	background: #003366 repeat-x;
}

#nav li a:hover { background: #3399CC; 
}






.twoColFixLtHdr #container #mainContent h4 {
	font-size: 12px;
	color: #003366;
	padding-top: 20px;
	margin: 0px;
	padding-bottom: 3px;
}

.twoColFixLtHdr #container #mainContent h5 {
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.twoColFixLtHdr #container #mainContent h4 {
	color: #F9CA0F;
	text-align: center;
}

.twoColFixLtHdr #container #mainContent h6 {
	text-align: center;
	color: #AACB3E;
	padding-top: 10px;
}

.twoColFixLtHdr #container #mainContent p {
	color: #FFFFFF;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	padding: 0px;
	text-align: justify;
}

.twoColFixLtHdr #container #mainContent span {
	font-weight: bold;
	color: #f9ca0f;
}

.twoColFixLtHdr #container #sidebar1 li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: #000000;

}

.twoColFixLtHdr #container #topnav ul {
	margin: 0px;
	padding: 0px;
	border: none;

}

.twoColFixLtHdr #container #topnav li {
	list-style: none;
	display: inline;
	padding-right: 7px;
	
}

.twoColFixLtHdr #container #topnav a {
	text-decoration: none;
	font:  normal 100% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 7px;
}
.twoColFixLtHdr #container #topnav li a:hover {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	color: #3399cc;
	list-style: none;
	display: inline;
	text-decoration: none;
	padding-right: 7px;
}

.twoColFixLtHdr #container #sidebar1 p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.bold {
	font-size: 12px;
	font-weight: bold;
	color: #F9CA0F;
}



#footertag { background: #FFFFFF; }

.infinite {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	padding: 5px 20px;
}

.copyright {
	color: #336699;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 20px;
}

.slogan {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	padding: 5px 20px;
}
#container #footer img {
	border: 1px solid #000000;
	margin-right: 20px;
}
 


.imagenoborder { border: thin solid #000000; }
.twoColFixLtHdr #container #footertag  a {
	color: #DFA800;
	font-weight: bolder;
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
}

h3 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #f9ca0f;
}

.twoColFixLtHdr #container #mainContent #box {
	width: 90%;
	margin: 0px auto;
}

.twoColFixLtHdr #container #mainContent #box li { list-style: none; }

.links { font-size: 12px; }

.twoColFixLtHdr #container #mainContent #box li {
	font-size: 80%;
	color: #FFFFFF;
}

.twoColFixLtHdr #container #mainContent img {
	border: thin solid #000000;
	margin-right: 10px;
	margin-left: 10px;
}

.twoColFixLtHdr #container #mainContent a {
	color: #f9ca0f;
}

.twoColFixLtHdr #container #mainContent li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style: none;
}

.current {
	color: #F9CA0F;
	padding-right: 7px;
	border: #000000;
}

.twoColFixLtHdr #container #sidebar1 #newsreel {
	width: 95%;
	background: #FFFFFF no-repeat center center;
}

.twoColFixLtHdr #container #sidebar1 #newsreel a {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px 0px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}

.twoColFixLtHdr #container #sidebar1 #newsreel a:hover {color: #3399cc;}

.twoColFixLtHdr #container #sidebar1 #newsreel li {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px 0px 3px 10px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}

.twoColFixLtHdr #container #sidebar1 #newsreel ul {
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #container #sidebar1 #newsreel #head {
	background: #003366;
	height: 20px;
	font: bolder 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
	vertical-align: middle;
	border: 1px solid #FFFFFF;
}

#newsreelmain {
	width: 50%;
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	overflow: scroll;
	height: 100px;
}

#mainhead {
	background: #003366;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

.twoColFixLtHdr #container #mainContent #newsreelmain ul {
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #container #mainContent #newsreelmain li {
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	border: #000000;

}

.twoColFixLtHdr #container #mainContent #newsreelmain a { color: #003366; }
.twoColFixLtHdr #container #mainContent table {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixLtHdr #container #mainContent h1{
	text-align:center;
	color:#FFF;}
.imgleft {
	margin: 10px;
	float: left;
}
#gallery {
	height: 550px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
