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

 html, body, div, span, applet, object,ul, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%; 	
}
p{ padding-top:0px; margin-top:0px}
body{
	background-color: #e3f2f4;
  	font-size:12px;
  	font-family: Arial, sans;
	color:#666666;
 }

 a{text-decoration:none;color:#666666}
 .grey{color:#999999}
 a.blue {color: #274590; font-weight:bold}
 a img, img{border:none;}

.error{ color:#CC3333}

.clear{clear:both;}

.wrapper{
	 width:100%;
 	background-image: url(../imgs/site_back.gif);
	background-repeat: repeat-x;
	background-color:#ffffff;
 }

.footer,.main { 
 width:926px;
 /*border:1px solid red;*/
 }

.footer{
 color:#999999;
 font-size:11px;
 }

.footer a{
 color:#999999;
 font-size:11px;
 }

 ul{
 list-style-position:inside
 }
 
 ul.list li{
 list-style-position:inside;
 list-style-image: url(../imgs/blue_arrow.gif);
 line-height:12pt;
 }
  ul.listout li{
 list-style-position:outside;
 margin-left:25px;
 list-style-image: url(../imgs/blue_arrow.gif);
 line-height:12pt;
 }
   ul.or_list li{
 list-style-position:outside;
 list-style-image: url(../imgs/orange_arrow.gif);
 line-height:12pt;
 padding:5px;
 }
 
 li a {color:#666666}
 li a span.grey{color:#999999; display:block}

 table td { vertical-align:top}

 table.bottom td, table td.bottom { vertical-align:bottom}

 table.middle td, table td.middle { vertical-align:middle}

.top_content {
  background-position:top;
  background-repeat:repeat-x;
  min-height:650px; 
  height:auto !important;
  height:650px;
  width:100%;
  }

.bottom_content {  
  width:100%;
  	background-image: url(../imgs/footer_bkg.gif);
	background-repeat: repeat-x;
	background-position:top;
	 min-height:100px; 
  	height:auto !important;
  	height:100px;
  }

 .mainmenu a, mainmenu td a {  font-weight:bold; color:#FFFFFF; font-size:16px;  }
 .mainmenu a.sel, mainmenu td a.sel { color:#cccccc; }
 
  .mainmenu  div a, mainmenu td  div a{  font-weight:normal; color:#FFFFFF; font-size:12px;  }
 .sub_menu a.selected {color:#CC0000;}
