@charset "utf-8";
/* CSS Document */

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 10px 0px; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

.twoColElsRtHdr #container {
	width: 790px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColElsRtHdr #header {
	padding: 0 10px;  /
	background-color: #FFFFFF;
	background-image: url(images/head_bg.jpg);
	height: 181px;
	width: 770px;
	background-repeat: no-repeat;
} 
.twoColElsRtHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
}

.twoColElsRtHdr #sidebar1 {
	float: right;
	width: 225px;
	background: #EBEBEB;
	padding: 15px 0;
	margin-left:10px;
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColElsRtHdr #mainContent {
  	margin: 0 13em 0 10px; 
} 
.twoColElsRtHdr #footer {
	background:#DDDDDD;
	width: 790px;
} 
.twoColElsRtHdr #footer p {
	margin: 0;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	width: 790px;
	text-align: center;
	vertical-align: text-bottom;
	height: 81px;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-size: 11px;
}

 
/**************************
   Buttons
**************************/
#button{
	text-align: right;
	
}

#button ul {
	
	float: right;
	margin-right: 5px;
}

#button li {
	display: inline;
}

#button a {
	background-image: url(images/button_bg1.gif);
	background-repeat:no-repeat;
	display:block;
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	margin-left: 10px;
	text-align: left;
	width: 180px;
	height: 25px;
	text-decoration: none;
	font-weight:bold;
	color: #666666;
}

#button a:hover {
	background-image: url(images/button_bg2.gif);
	background-repeat:no-repeat;
	display:block;
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	margin-left: 10px;
	text-align: left;
	width: 180px;
	height: 25px;
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}
#headNumbers {
	font-size: medium;
	font-weight: normal;
	font-variant: normal;
	color: #81807F;
	text-align: right;
	margin-top: -42px;
}
#topNav{
	font-size: small;
	font-weight: bold;
	padding-top: 68px;
	list-style-type: square;
	margin-left: -35px;
	margin-bottom: -20px;
	padding-bottom: 0px;
}
#topNav li{
	display: inline;
	padding-right: 20px;
}
#topNav a{
	color:#FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
#topNav a:hover{
	color:#FFFFFF;
	font-size: 16px;
	text-decoration: underline;
}
a{
	color:#000000;
	font-weight:bold;
}
