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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #4F4F4F;
}
.twoColFixRtHdr #shell {
	width: 940px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/slice_bg.gif);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	height: 129px;
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0079AC;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E7E7E7;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: none;
	margin: 0px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.twoColFixRtHdr #nav_box {
	width: 75.3%;
	background-color: #E7E7E7;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
}
.twoColFixRtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0079AC;
	background-image: url(images/bricks.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #7E7E7E;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFFFFF;
	background-color: #8592A2;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}
.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;
}
#MainMenu 
{
	width:75%;
	height:31px;
	background: url("images/bmid_034.gif");
	margin:0;
	border:0;
	float: left;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0 0 0 0 ;
	padding:0;
}
#tab a 
{
	background:#000000 url("images/bright_034.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("images/bleft_034.gif") no-repeat left top;
	padding:0 18px 0 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	line-height:31px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#000000;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#0079AC;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 solid #330066;
	color:#000000;
	z-index:100;
	text-decoration:none;
	padding:0;
	background-image: url(images/bmid_034.gif);
	background-color: #0066CC;
}
.dropmenudiv ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
	width:180px;
	margin:0 0 0 0 ;
	padding:0;
	display:block;
	border:0 solid #000000;
	color:#000000;
	background:url("images/bleft_034.gif") no-repeat left top;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a span 
{
	float:left;
	display:block;
	line-height:31px;
	background:url("images/bright_034.gif") no-repeat right top;
	padding:0 18px 0 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#000000;
}
.dropmenudiv a span 
{
	float:none;
}
.dropmenudiv a:hover
{
	border:0 solid #000000;
	background-position:left bottom;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#000000;
	font-weight:bold;
}
body,td,th {
	color: #333333;
}
a:link {
	color: #0079AC;
}
a:visited {
	color: #666666;
}
.style1 {
	color: #0079AC;
	font-weight: bold;
	font-size: 14px;
}
.style2 {font-size: 10px}
