/* CSS Document */
body {
	behavior: url(csshover.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	background-color: #e6e6e6;
	text-align: left;
	color: #666666;
	list-style-position: inside;
	
}
a:link,a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	color: #FF0000;
}
#bg {
	background-image: url(../images/shadow.png) !important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow.png',sizingMethod='scale');
	background-repeat: repeat-y;
	width: 783px;
	height: 100%;
}
#header {
	text-align: left;
	margin-right: 30px;
	margin-left: 25px;
	padding-bottom: 10px;
	clear: both;
}
#logo {
	width: 82px;
	float: left;
	margin-right: 43px;
}
#banner {
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #666666;
	height: 246px;
	margin-bottom: 10px;
	clear: both;
	width: 763px;
	margin-top: 5px;
}
#main {
	text-align: left;
	margin-right: 8px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
}
html>body #main {
	margin-right: 10px;
}

#footer {
	background-image: url(../images/footerbg.png) !important;
	background-image:none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footerbg.png', sizingMethod='crop');
	background-repeat: no-repeat;
	padding-top: 16px;
	clear: both;
	width: 783px;
	padding-bottom: 5px;
}
#footer a {
text-decoration:underline;
}
#content {
	margin-left: 10px;
	min-height: 80%;
	margin-bottom: 10px;
	width: 475px;
	padding-left: 5px;
	margin-top: 5px;
}
#content h1 a {
text-decoration:none;
}
#subcontent {
	width: 225px;
	margin-left: 8px;
	height: auto;
	background-color: #FFFFFF;
	margin-right: 8px;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	float: right;
	margin-top: 10px;
}
#subcontent li {
padding-bottom:8px;
}
#title {
	color: #666666;
	font-weight: bold;
	padding: 3px 0 0px 0;
	padding-left: 15px;
	text-transform: uppercase;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 5px;
	background-color: #E1E1E1;
}
#table {
	float:right;
	width:450px;
	margin: 0 10px 0 10px;
	border-left-color: #CCCCCC;
	border-left-style: dotted;
	border-left-width: thin;
	padding-left: 10px;
}
#float_left { 
	float:left;
	width:220px;
	margin: 0 5px 0 5px;
	padding-left: 10px;
	text-align:center;
}
h1{
	font-size: 12px;
	
}
h1 a{
text-decoration:none;
}
h2{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
h3{
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}

.redTxt{
color: #FF0000;
}
h4 {
	color: #003366;
	font-size: 13px;
}
h5{
	color: #006600;
	font-size: 13px;
}
h6{
	color: #094891;
	font-size: 13px;
}

