/* Global Styles */
a:link, a:visited, a:active, a:hover {
	color: #000000;
	text-decoration: underline;
}
body {
	font-family: verdana;
	font-size: 12px;
	color: #5E6871;
	background-color: #E3E3E3;
	background-image: url(/images/bg.gif);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	line-height:15px;
}
.RadEContent, BODY.RadEContent, .RadEContentBordered, BODY.RadEContentBordered
{ 
 font-size:12px;
 line-height:18px;
 font-family: verdana;
 background-color: #FFFFFF; 
}
input, textarea, select {
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	padding:3px;
}
form, script, p {
	margin:0px;
}
h1 {
	color: #303233;
	font-family: Verdana;
	font-weight:normal;
	font-size: 18px;	
	line-height: 18px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	
}

/* Layout Styles */
#bgTopLeft {
	background-image: url(../images/bg_left.jpg);
	background-repeat:repeat-y;
}
#bgTopRight {
	background-image: url(../images/bg_right.jpg);
	background-repeat:repeat-y;
}
#bgTop {
	background-image: url(../images/bg_top.jpg);
	background-repeat:repeat-x;
}
#bgMainLeft {
	background-image:url(../images/bg_main_left.jpg);
	background-repeat:repeat-y;
	
}
#bgMainRight {
	background-image: url(../images/bg_main_right.jpg);
	background-repeat:repeat-y;
}
#bgBottom {
	background-image: url(../images/bg_bottom.jpg);
	background-repeat:repeat-x;
}
#mainContentTD {
	background-image: url(../images/bg_subpage.jpg);
	background-repeat:repeat-x;
	background-color: #D1D6DA;
	border: 1px solid #A7A7A7;
}

/* Module Styles */
#footerNavTable {
	font-family: verdana;
	font-size: 10px;
	color: #656565;
	margin-top:6px;
	padding-bottom:25px;
}
#footerNavTable a {
	font-family: verdana;
	font-size: 10px;
	color: #656565;
	text-decoration: none;
}
#footerNavTable a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #656565;
	text-decoration: underline;
}
#tertiaryNavTD {
	padding-top: 20px;
	padding-right: 6px;
	background-image: url(../images/bg_top.jpg);
	background-repeat:repeat-x;
}
#locationBar {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
}
#locationBar a {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
#locationBar a:hover {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
#subnavTable {
	font-family: verdana;
	font-size: 11px;
	color: #231F1C;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
}
#subnavTable a {
	font-family: verdana;
	font-size: 11px;
	color: #231F1C;
	text-decoration: none;
}
#subnavTable b, strong {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
#subnavDashTD {
	border-top: 1px dashed #9EA6AD;
}
#contentDIV {
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	color: #231F1C;
	margin-right: 10px;
	margin-bottom: 30px;
}
#contentDIV b, strong {
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
	color: #231F1C;
}

#contentHomeDIV {
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	color: #231F1C;
	margin-left: 383px;
	margin-right: 58px;
	margin-top: 139px;
}
#contentHomeDIV b, #contentHomeDIV strong {
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
	color: #231F1C;
}

#contentHomeWhiteDIV {
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	margin-left: 383px;
	margin-right: 58px;
	margin-top: 100px;
}
#contentHomeWhiteDIV b, #contentHomeWhiteDIV	 strong {
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}
#contentHomeWhiteDIV a {
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
#logoStroke {
	border: 1px solid #9EA6AD;
	padding: 10px; 
	margin-left:10px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
}

.navigation {
	background-color: #dceab4;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	height: 54px;
	width: 100%;
}
.navigation ul {
	list-style-type: none;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}
.navigation li {
	list-style-type: none;
	display: inline;
}
.navigation li a {
	display: block;
	list-style-type: none;
	color: #000;
	text-decoration: none;
	background-image: url(../site-images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 19px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: bold;
}
.navigation li a:hover, .navigation li a.navselect {
	background-color: #bfda7d;
	display: inline;
	padding-top: 20px;
	padding-bottom: 15px;
	background-image: url(../site-images/nav-ro.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 19px;
}
.nav-btns {
	width: 847px;
	margin-right: auto;
	margin-left: auto;
	height: 24px;
}

table.sample {
	width:720px;
	margin:0 auto;
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: ;
}

