@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}

.style2 {color: #1f49a3}
.style3 {
  color: #ae1803;
    font-family:"Times New Roman", Times, serif;
  font-size:16px;
  font-weight:bold;
  }
.style6 {
   color: #69d06e;
   font-family:"Times New Roman", Times, serif;
  font-size:16px;
  font-weight:bold;
  }

.stylePick {
  color: #214dac;
  font-family:"Times New Roman", Times, serif;
  font-size:16px;
  font-weight:bold;
}  

.clearfix:after {
    content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: inherit;
}

* html .clearfix {
   height: 1%;
}	
	
a:link {
	color: #0033FF;
}
a:visited {
	color: #0033FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0033FF;
}

#page_surround {
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
} 

#dollar {
   float: left;
}

#dollar_right {
   float: right;
}

#header {
  min-height: 110px;
  width: 1000px;
}

#top_line {
   width: 1000px;
   background-color:#ae1803;
   min-height: 5px;
}   

#logo {
  float: left;
  margin-left: 45px;
}    

#nav {
  display: inline;
  list-style:none;
  width: 1000px;
  font-size: 18px;
  font-weight: bold;
  text-align:center;
}       

/* Navigation Area */ 
ul#navlist {
   margin-left: 0;
   margin-top: 0; 
   padding-left: 0;
   white-space: nowrap;
  
}

#navlist li{
  display: inline;
  list-style-type: none;
 
}

#navlist a { padding: 0px 10px; 
border-right: #ae1803 solid 2px;

}

#navlist a:link, #navlist a:visited{
   color: #000;
   text-decoration: none;
}

#navlist a:hover{
   color: #ae1803;
   text-decoration: none;
   border-bottom:#0000FF solid 2px;
   border-right: #0000ff solid 2px;
 }
/* Navigation Area END*/

#left_col {
   border:#1f49a3 solid 1px;
   width: 200px;
   padding: 5px;
   float: left;
} 

#right_col {
   border: #69d06e solid 1px;
   width: 200px;
   padding: 5px;
   float: right;
}

#main_content {
    border: #ae1803 solid 1px;
	float: left;
	width: 550px;
	padding: 5px;
	margin-left: 7px;
}	      

.main_content_inner {
     border: #ae1803 solid 1px;
	float: left;
	width: 550px;
	padding: 5px;
	margin-left: 7px;
}	

h2 {
  background-image:url(/images/header_icon.jpg);
  background-repeat:no-repeat;
  min-height: 30px;
  padding-left: 40px;
  display: block;
  color: #ae1803;
  
} 

#line_bottom {
   background-color:#ae1803;
   min-height: 5px;
   width: 1000px;
   margin-top: 10px;
}    

#footer {
    width: 1000px;
	text-align: center;
	font-size: 10px;
}	
