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

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}
h1 {font-size:14px;
     color:#666;
	 }
h2 {font-size:12px;
    margin:0;
}

.text {font-size:12px;
       font-family:Verdana, Helvetica, Arial, sans-serif; line-height: 16px;
		color:#666;
		text-align:left;
		padding-top: 5px;
		padding-bottom:5px;
		padding-left: 20px;
		padding-right:20px;
}
.center {margin:auto;
	     text-align:center;
}
a:link	{color: #D63B07;
    font-size: 12px;
	text-decoration: none;			
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
a:visited {color:#009;
    font-size: 12px;
	text-decoration: none;			
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
a:active {color:#F00;
    font-size: 12px;
	text-decoration: none;			
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}	 

#nav {
	width:800px;
	padding:0px;
	background-color:#999;
	text-align:center;
	margin:auto;
	color:#FFF;
}

#nav a:link {color:#FFF;
	font-size: 14px;
	font-variant:small-caps;
	font-family: Verdana;
	text-decoration:none;
	font-weight:normal;
}
#nav a:active {color:#FFF;
    font-size: 14px;
	font-variant:small-caps;
	font-family: Verdana;
	text-decoration:none;
	font-weight:normal;
}
#nav a:visited {color:#036;
    font-size: 14px;
	font-variant:small-caps;
	font-family: Verdana;
	text-decoration:none;
	font-weight:normal;
}
#nav a:hover {color:#FF9;
	font-size: 14px;
	font-variant:small-caps;
	font-family: Verdana;
	text-decoration:none;
	font-weight:normal;
}

#page { background-color:#D63B07;
        font-variant:small-caps;
		font-size: 14px;
	    font-family: Verdana;
	    text-decoration:none;
	    font-weight:normal;
}
.small {font-size:10px;
		font-weight:bold;
		color:#FFF;
		letter-spacing:-0.025em;

}
 #container { 
	width: 800px; 
	margin: 10px auto;
	border: solid 1px #808080;
	text-align: left;
	background-color:#FFF;
}
 #header { 
	background: #FF9900;
	width:788px;
	padding:6px;
} 
  #header h1 {font-family:  Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold; 
	color: #FFF;
	padding:0;
	}
 #header a:link {font-size:12px;}
 #sidebar1 {
	float: left;
	width: 210px;
	background: #FFF;
	padding: 15px 10px 15px 15px;
	text-align:center;
	margin:auto;
}
 #mainContent { 
	margin: 0 0 0 240px; 
	padding: 0 10px; 
} 
#mainContent a:link	{
    font-size:inherit;
	}
#mainContent a:active	{
    font-size:inherit;
	}
#mainContent a:visited	{
    font-size:inherit;
}
 #footer {
	padding-bottom:2px;
	color:#666;
	background:#FFF;
	width:800px;
	font-size:9px;
	text-align:center;
	margin:auto;
}
#footer a:link	{
    font-size:inherit;
	}
#footer a:active	{
    font-size:inherit;
	}
#footer a:visited	{
    font-size:inherit;
	}

.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;
}
--> 
</style>
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 240px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->