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

* {
  margin: 0;
  padding: 0;
}
.clear {
	clear:both;
}
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
font-size: 12px;

}
ol{padding-left:50px;}
body {
	background-color: #d6d6d6;
	font-family: verdana;
   background:url(../images/main-bg.gif) repeat 0 0;
}
table{
	font-family: verdana;font-size: 12px;
}
pre {
	font-family: verdana;font-size: 10px;
}
#Container {
	margin:auto;
	background-color: #F6F8FA;
	width: 1000px; 
}
#Header {
	height: 322px; background-color:#ffffff; width:1000px; repeat-none;
}
#atsHeader {
	 background-color:#ffffff; width:1000px;
}
#Logo {
	float:left;
	padding-top: 18px;
	padding-left: 20px; padding-right:6px;
}
#SearchBox {
	float: right;
	width: 200px;
	padding-right: 30px;
	margin-bottom: 5px;

	/*font-size: 12px;*/
}
#HeaderImage {
	height: 215px;width:1000px;
}

#navcontainer{
	float: right;
 background-color: #000000;  margin-right:44px;
	/*height: 35px;*/
}
#navcontainer ul{
	margin: 0;
	color: #333333;
	/*font-size: 14px;*/
	font-weight: bold;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px; 
}
#navcontainer ul li {
	display: inline; 
	text-decoration: none;
	/*font-size: 14px;*/
	font-weight: bold;
	color: #333333; 
}
#navlist {

}
#navcontainer ul li a{
	color: #ffffff;
	text-decoration: none; 
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#navcontainer ul li a:hover{
	color: #000000; background-color: #ffffff; display: block; 
	
	/*font-size: 14px;*/
	font-weight: bold;
}
#navlist li #current, #navlist li :active {
	color: #ffffff;
	/*border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffffff;
	line-height: 12px;*/
}
#MaroonBand {
	height: 100px;
	clear: both;
	background-color: #3A3CCD;
}
#Greycolumn {
	background-color: #eff1f2;
	width: 750px;
	float: left;
}
#Left {
	background-color: #ffffff;
	width: 497px;
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px; min-height:380px; 
}
#Middle {
	float: left;
	width: 180px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 0px;
	background-color: #eff1f2;
}
#Right {
/*background-color:#ffeaea;*/
       background-color:#F6F8FA;
	width: 240px;
	padding-left: 10px;
	float: left;  
}
#editor {
   
      background-color: #ffffff;
	width: 677px;
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px; min-height:380px;
}
h1 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	color: #05078C;
	font-weight: bold;
	padding-bottom: 15px; padding-left: 33px; 
}
p {
	padding-left: 34px;
	/*font-size: 16px;*/
	line-height: 20px;
	color: #111111; 
	padding-bottom: 10px; 
        text-align:left;
}
.PhotoCaption {
	
	/*font-size: 10px;*/
	font-style: italic;
	color: #333;
	text-align: left;
	line-height: normal;
}

a:link {
	color: #b10000;
	text-decoration: none;
}
a:visited {
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: underline;
}
a:active {
	color: #222222;
	text-decoration: none;
	outline: none;
}
a.grey:link {
	color: #dbdbdb;
	text-decoration: none;
}
a.grey:visited {
	color: #dbdbdb;
	text-decoration: none;
}
a.grey:hover {
	color: #dbdbdb;
	text-decoration: underline;
}
a.grey:active {
	color: #dbdbdb;
	text-decoration: none;
}
#Footer {
	background-color: #484c50;
	/*padding-top: 10px;*/
	padding-right: 10px;
	/*padding-bottom: 10px;*/
	padding-left: 30px;
	height:55px;
	/*margin-bottom: 20px;*/
}

ul{margin-left:42px;}
li {
	
	/*font-size: 15px;*/
	line-height: 18px;
	list-style-image: url(images/bullet.gif);
	padding-bottom: 5px; 
}
#Footer p {
	color: #ffffff; 	
	/*font-size: 13px;*/
}
.error{color:#ff0000; /*font-size:12px;*/ font-weight: normal;}



