/* CSS Document for print media*/


/* Main Format styles */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(#);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #fff;
	font-size: 86%;
}

p {
	line-height: 170%;
}


li {
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;

}

h1, h2, h3 {
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Arial, "Tw Cen MT";
}
h4, h5 {

	color: #FFFFFF;
}

a:link {

}
a:hover {
	color: #FF0000;
}
a:visited {

}

.feature_box_text{
	text-align: left;
	background-color: #006699;
	margin-left: 15px;
}

/* Layout styles */

div#wrapper
{

	text-align: center;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
div#header
{
	width: 100%;
	background-color: #FFFFFF;
	text-align: left;
}

div#main_box{
	width: 100%;
	text-align: center;
}

div#main_content{
	width: auto;
	padding: 10px 20px 20px 25px;
	text-align: left;
}
div#content_rhs{
  display: none;
/*	float: right;
	width: 240px;
	padding: 5px;
	display: block;
	text-align: center;*/
}

div#feature_boxes{
	background-color: #999999;
	width: 780px;
/*	margin-right: auto;
	margin-left: auto; */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-style: solid;
	display: block;
}
div#feature_boxes1{
	background-color: #999999;
	width: 225px;
	display: inline;
	float: left;
	border: 1px solid #000000;
}
div#feature_boxes2{
	background-color: #999999;
	height: 100px;
	width: 225px;
	float: right;
	border: 1px solid #333333;
}
div#feature_boxes3{
	background-color: #999999;
	width: auto;
	border: 1px solid #000000;
}
div#footer{
  display: none;
/*	background-color: #CC0000;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	vertical-align: middle;*/
}


/* Navigations styles */



.main_nav {
  display: none;
/*	clear: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	width: 780px;
	position: relative;
	z-index: 1;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #999999;
	border-right: #999999;
	border-bottom: 1px solid #999999;
	border-left: #999999;
	height: 21px;
	padding-top: 4px;
	padding-bottom: 4px;*/
}
.main_nav ul {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;

}

.main_nav ul li{
	display: inline;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	line-height: 21px;
}


a.nav {
	text-decoration: none;
	padding: 4px 20px;
}
a.nav:link, a.nav:visited {
	font-family: "Trebuchet MS", Tahoma, Arial, "Tw Cen MT";
	font-size: medium;
	font-weight: bold;
	color: #000000;
}

a.nav:hover,  a.nav:active  {
	background-color: #CC0000;
	color: #FFFFFF;

}

a.sub_nav:link, a.sub_nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.sub_nav:hover, a.sub_nav:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
}

.sub_nav {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	margin-top: 20px;
}
.sub_nav ul {
	list-style-image: none;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: -10px;
	text-align: left;
}
.sub_nav li{
	display: block;
	list-style-image: none;
	margin: 0px 15px 0px -20px;
	padding: 5px 5px 5px 0px;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #999999;
	border-left: none;
}


/* Image styles */
#scroll {
  display: none;
/*	padding: 5px;
	float: right;
	display: inline;
	z-index: 2;*/
}
#tagline {
  display: none;
}

.logo_image {
	padding: 5px;
	clear: left;
	width: 780px;
}



.footerleft {
	float: left;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: small;
	text-align: left;
	font-weight: bold;
}

.footerright {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-size: small;
	font-weight: bold;
		text-align: right;
}

.footerright a:link, .footerright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;


}
.footerright a:hover, .footerright a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCCFF;
	text-decoration: none;
}
.box2bot {
	background-image: url(../img_shr/box_bot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;

}
.box2 {
	background-image: url(../img_shr/box/box2_bg.gif);
	background-repeat: repeat-y;
}
.box2top {
	background-image: url(../img_shr/box_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.boxLHS {
	background-image: url(../img_shr/BoxBGLHS.gif);
	background-repeat: repeat-y;
	background-position: right;

}
.boxRHS {

	background-image: url(../img_shr/BoxBGRHS.gif);
	background-repeat: repeat-y;
}
.box_mid {
	line-height: 110%;

}
.box_mid ul li {
	margin-left: -30px;
}
.smalltext {
	font-size: x-small;

}
.box_mid ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
#datatable {
	background-color: #999999;

}
#datatable td {
	background-color: #FFFFFF;
	padding: 5px;

}