@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr {
	background-color: #0B0754;
	background-image: url(images/html_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #000000;
	text-align: left;
	background-color: #FFF;
} 
#header {
	background-color: #FFF;
	background-image: url(images/AAT-header.jpg);
	height: 200px;
	width: 900px;
} 
#header #logo {
	width: 900px;
	padding-left: 0px;
}

#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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	background-color: #333;
	color: #FFF;
	margin-top: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#sidebar1 img {
	margin-left: -1px;
}

#sidebar1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B0754;
}
#sidebar1 h3 {
	font-family: Tahoma, Geneva, sans-serif;
}

#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent ul {
	font-family: Verdana, Geneva, sans-serif;
}
#mainContent ul li {
	list-style-type: none;
}

#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#mainContent h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #0006FE;
	border-bottom-width: medium;
	border-bottom-style: double;
	margin-top: -20px;
}
#mainContent h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #0006FE;
}


#footer {
	padding: 0 10px 0 20px;
	background-color: #00F;
} 
#footer p a {
	color: #FF0;
}

#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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.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;
}

.arrowlistmenu{
	width: 220px; /*width of menu*/
	background-color: #FFF;
	padding-right: 13px;
	padding-left: 5px;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
}

.arrowlistmenu .headerbar{
	font: bold 14px Arial;
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	background-color: black;
	background-image: url(images/titlebar.png);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #A70303;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FF0;
	background-color: #009;
}

 
</style>

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 230px; }
</style>
<![endif]

[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.MainBox1 {
	width: 600px;
	background-color: #0C3;
}
.boxL {
	background-color: #00F;
	width: 250px;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.boxR {
	width: 350px;
	float: right;
}
.boxHoriz {
	width: 610px;
}
.MainBox1 {
	background-color: #00F;
	width: 630px;
}
.MainBox1 .boxL img {
	margin-top: 2px;
	margin-bottom: 2px;
}
.MainBox1 .boxR img {
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: -5px;
}
.MainBox1 .boxHoriz img {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#mainContent h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #006;
}
