﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	background-image: url('../images/graydesbg.jpg');
	background-repeat:repeat-x;
	background-color: #C0C0C0;
}
#container {
	padding: 0;
	background-color: #fff;
	width: 940px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	margin: 0;
	overflow: auto;
	text-align: right;
	background-color: #2E8CC8;
	background-image:url('../images/rad.jpg');
	padding: 15px 10px 15px 10px;
	width: 920px;
}
#WLSearchBoxDiv {
	float:right;
}
#navigation {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}
#hpanel {
	width: 940px;
	height: 310px;
	background-color:black;
}
#hcolumn_l {
	width: 660px;
	margin: 0px 10px 0px 10px;
	padding: 10px 15px 10px 15px;
	background-color: #fff;
	float: left;
}
#hcolumn_l1 {
	width: 280px;
	height: 230px;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 15px;
	background-color: #fff;
	border: 1px silver solid;
	float: left;
}
#hcolumn_l2 {
	width: 280px;
	height: 230px;
	margin: 0px 10px 0px 10px;
	padding: 5px 15px 5px 15px;
	float: right;
	background-color: #fff;
	border: 1px silver solid;
}
#hcolumn_r {
	width: 200px;
	margin: 0; 
	padding: 10px 15px 10px 15px;
	float: right;
	background-color: #F1F1F1;
}
#panel {
	width: 690px;
	margin: 0;
	padding: 0;
	float: left;
}
#column_l {
	position: relative;
	width: 660px;
	margin: 0;
	background-color: #fff;
	float: left;
	padding: 10px 15px 10px 15px;
}
#column_r {
	width: 220px;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
}
#footer {
	clear: both;
	overflow: auto;
	width: 940px;
	text-align: center;
	background-image:url('../images/radrev.jpg');
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left;
}
/* Styles for Navigation */
#navigation ul {
	padding: 0px;
	margin: 0px;
	height: 26px;
	background-color: #F1F1F1;
	position:relative;
	z-index:10;
}
#navigation ul li {
	display: inline;
	float: left;
	width: 114px;
	list-style-type: none;
	height: 24px;
}
#navigation ul li a {
	background-color: #F1F1F1;
	color: black;
	width: 114px;
	display: block;
	text-decoration: none;
	line-height: 24px;
	border-color: #C0C0C0;
	border-width: 1px;
	border-style: solid;
	padding-left: 10px;
	padding-right: 10px;
}
#navigation ul li a:hover {
	background-color: #C0C0C0;
	text-decoration: none;
	border: solid 1px #999999;
	margin: 0px;
	background: #C0C0C0;
	white-space: nowrap;
	cursor: hand;
}
#navigation ul li ul li a {
	background-color: #F1F1F1;
}
#navigation ul li ul li a:hover {
	background-color: #C0C0C0;
}
#navigation ul li ul {
	visibility: hidden;
}
#navigation ul li:hover ul {
	visibility: visible;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: white;
	margin: 1px;
	padding: 1px;
}
#footer table {
	table-layout: inherit;
	margin: 0 0 0 20px;
	color: white;
	font-size: 9pt;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
/* Styles for Column_l */

/* Styles for Column_r */
#column_r table {
	background-color: #F1F1F1;
	border-top:medium #C0C0C0 solid;
	border-bottom:medium #C0C0C0 solid;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
/* Previously color: #808080 */
a:hover {
	color: maroon;
	text-decoration: underline;
}
/* General Styles */
h1 {
	font-size:x-large;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_blue {
	color: #2E8CC8;
}
.style_bluebullet {
	list-style-image: url('../images/bluebulletlink.gif')
}
.style_left
{
	text-align: left;
}
.style_center {
	text-align: center;
}	
.style_right {
	text-align: right;
}	
.style_justify
{
	text-align: justify;
}
.style_onefifty
{
	line-height: 150%;
}
.style_margin40 
{
	margin-left: 40px;
}
.style_margin160 
{
	margin-left: 160px;
}
.style_tableborder
{
	border: 1px solid #C0C0C0;
}
.style_borderwidth
{
	border-width: 0;
}
.float_right {
	float:right;
}
