/* CSS Document */

body {
min-width: 500px;
max-width: 1400px;
font-family: Arial,Helvetica, sans-serif;
	font-size:xx-small; /* for IE5/Win */
voice-family: "\"}\"";
voice-family:inherit;
font-size:small; /*for compliant browsers */
	color: #333333;
	line-height: 1.2em;	
	margin: 0px;
	padding: 0px;
	text-align:center;
margin: 0;
padding: 0;
text-align: left;
}
html>body { /*be nice to Opera*/
font-size:small;
}
#header{
background-color:#FF5214;
color:#FFFFFF;
padding: 0px 0px 10px 10px;
font-weight:800;

}
#header img{
padding:10px 10px 10px 0px;
}
#date{
padding: 4px;
color:#0C3163;
font-weight: 800;
text-align:center;
}

h1{
font-size:150%;
line-height: 1em;
color:#0C3163;
margin-left:20px;
padding-left:30px;
padding-top: 5px;
background:url(../images/icon_wheel.gif) no-repeat 0 50%;
border-bottom: 1px dotted #ccc;
}

h2{
font-size:130%;
color:#0C3163;
margin-left:0px;
padding-left: 30px;
padding-top: 5px;
}

h3{
font-size:130%;
color:#0C3163;
margin-left:0px;
padding-left: 30px;
padding-top: 5px;
}
h4{
font-size:125%;
color:#0C3163;
margin-left:0px;
padding-left: 30px;
padding-top: 5px;
background:url(../images/icon_target.gif) no-repeat 0 50%;
}
#navlist
{
border-bottom: 1px solid #FFCC66;
border-top: 1px solid #FFCC66;
margin: 0px;
margin-bottom: 20px;
padding: 0px;
padding-left: 60px;
background-color: #FF9900;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding-bottom: 3px;
padding-top: 3px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #FF9900;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
color: #0C3163;
font-weight: bold;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
border: 1px solid #0C3163;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 0.8em;
}

#navlist ul
{
margin: 0;
padding: 0;
}
#navlist #active a { background-color: #FFCC66; }

#content{
float:left;
width:65%;
margin: 0px 0px 5px 20px;
padding-bottom:20px;
}

#content div{
padding:5px;
}
#content a:link{
color:#336699;
text-decoration:underline;
}
#content a:visited{
color:#3366FF;
}
#sidebar{
float: right;
display:inline;
width: 30%;
}
#content div{
clear:both;
padding: 5px 0 3px 0;
}
#content img{
float: left;
padding:0 30px 5px 5px;
}

#sidebar div{
padding: 6px;
}

/* rounded corner box
================================== */

dl.box {
  width: 240px;
  margin: 0 0 20px 20px;
  background: #FFCC66 url(../images/box_bottom.gif) no-repeat bottom left;
  }

dl.box dt{
  margin: 0;
  padding: 10px;
  font-size: 130%;
  font-weight:800;
  color: #fff;
  border-bottom: 1px solid #fff;
text-decoration:none;
  background: #FF990D url(../images/box_top.gif) no-repeat top left;
  
}
 
dl.box dd{
  margin: 0;
  padding: 10px;
  color:#333333;
  line-height: .2em;
  }
		
dl.whitebox{
 width: 240px;
  margin: 0 0 20px 20px;
		background: url(../images/box_bottom2.gif) no-repeat bottom left;/*image id blue mountaintop line*/
		}
 		
 dl.whitebox dt{
 margin: 0;
  padding: 10px;
  font-size: 130%;
  font-weight:800;
  color: #FFFFFF;
text-decoration:none;
border-bottom: 1px solid #3333FF;
background: #3B73BD url(../images/box_top.gif) no-repeat top left;
		}
		
dl.whitebox dd{
  margin: 0;
  padding: 10px;
  color:#333333;
  line-height: .2em;
  }
  dl.whitebox dd image{
  text-align:center;
  }
  
dl.whitebox dd a, whitebox dd a:link{

 color:#333333;
  }
				
		
 dl.box dd a, dl.box dd a:link{
 text-decoration:underline;
 color:#333333;
  }
  dl.box dd a:hover 
{
color:#FF5214;
background-color:#FFCC66;
}
dl.box dd a:active, dl.box dd a:focus{

color:#FF5214;
background-color:#FFCC66;}

 dl.box dt a, dt a:link{
 text-decoration:underline;
 color: #FFF;
  }
 dl.box dt a:hover, dl.box dt a:active, dl.box dt a:focus
{
background-color:#FF990D;
} 

dl.feature{
margin: 15px 0;
padding: 15px;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
}
dl. feature { display: inline-table; }
/*Hides from IE/Mac \*/
* html dl.feature {height: 1%;}
dl.feature {display: block;}
/*End Hide from IE/Mac */

dl.feature:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

dl.feature dt{
margin: 0 0 .5em 0;
font-size: 130%;
color: #0C3163;
font-weight: bold;
}

dl.feature dt img{
float: left;
margin: 0 5px 0 0;
}

dl.feature dd{
margin-left: 240px;/*width of img + image right margin*/
line-height: 1.5em;
color: #333333;
}
dl.feature dd blockquote{
font-weight: normal;
}
 dl.feature dd a, dl.feature dd a:link{
 text-decoration:underline;
 color:#0C3163;
 }
dl.feature dd a:visited{
color:#6666cc;
}

dl.feature2 {
margin: 15px 0;
padding: 15px;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
}
dl.feature2
{display: inline-table;
}
/*Hides from IE/Mac \*/
*html dl.feature2 {height: 1%;}
dl.feature2 {display: block;}
/*End Hide from IE/Mac */

dl.feature2: after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}


dl.feature2 dt {
margin: 0 0 .5em 0;
font-size: 130%;
color: #0C3163;
font-weight:bold;
}
dl.feature2 dt img {
float: left;
}

dl.feature2 dd{
margin-left: 5px;
line-height: 1.5em;
color: #333333;
}
 dl.feature2 dd a, dl.feature2 dd a:link{
 text-decoration:underline;
 color:#0C3163;
  }
  dl.feature2 dd a:visited{
  color:#6666CC;
  }
.deflist{

list-style:none;
padding-left: 1em;
margin-left:0;
}
.deflist dt{
background:url(../images/icon_star.gif) no-repeat 0 50%;
font-weight:bold;
padding: 5px 0 0 30px;
}
.deflist dd{
text-decoration:none;
display:block;
}
#siteInfo{
	clear: both;
	background:#FFFFFF url(../images/valid.gif) no-repeat;
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #cccccc;
	color: #666666;
	padding: 6px 6px 6px 6px;
	margin-top: 0px;
	}
	
#siteInfo a:link, a:visited{
	color: #000000;
	text-decoration: none;
}
#siteInfo a:active, a:hover {
	text-decoration: underline;
}
table{
border-top:1px solid #0c3163;
border-left:#0c3163;
}
caption{
color:#0c3163;
font-size: 150%;
padding-bottom: 6px;
}
th, td {
padding:10px;
border-right:1px solid #0c3163;
border-bottom:1px solid #0c3163;
}
th{
padding-left: 26px;
background-color:#FF9900;
}

