body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* default definitions */
body, p, a, b, strong, em, i,
ul, ol, li,
dd, dl, dt,
h1, h2, h3, h4, h5, h6,
table, tr, td, tbody, th,
form, input, select, textarea, fieldset,
div, span
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
}

/* end default definitions */

.bckgrd {
	background-image: url(gray_bckgrd.gif);
	background-repeat: repeat;
	
}
.bckgrdfooter {
	background-image: url(gray_bckgrd_footer.gif);
	background-repeat: repeat;
	
}

a.nav01:hover {
	background-image: url(spacer.gif);
	background-repeat: repeat;
	text-align:center;
	text-decoration: none;
}
.nav01 {
	background-image: url(topnav_01_off.gif);
	background-repeat: repeat;
	text-align:center;
	text-decoration: none;
}
.nav02 {
	background-image: url(topnav_02_off.gif);
	background-repeat: repeat;
	text-align:center;
	text-decoration: none;
}

.nav03 {
	background-image: url(topnav_03_off.gif);
	background-repeat: repeat;
	text-align:center;
	text-decoration: none;
}

.nav04 {
	background-image: url(topnav_04_off.gif);
	background-repeat: repeat;
	text-align:center;
	text-decoration: none;
}

.nav01_off {
	background-color:#CCCCCC;
	background-repeat: repeat;
	text-align:center;
	text-decoration: none;
}
.nav02_off {
	background-color:#CCCCCC;
	background-repeat: repeat;
	text-align:center;
	text-decoration: none;
}

.nav03_off {
	background-color:#CCCCCC;
	background-repeat: repeat;
	text-align:center;
	text-decoration: none;
}

.nav04_off {
	background-image: url(topnav_04_off.gif);
	background-repeat: repeat;
	text-align:center;
	text-decoration: none;
}

a.news {
	color:#ffcc00;
	text-decoration: none;
	}
a.news:hover {
	color:#ffcc00;
	text-decoration: underline;
	}


a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00529b;
	text-align:center;
	text-decoration: none;
	}
	
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00529b;
	text-align:center;
	text-decoration: none;
	}
table.navbar {
   border-collapse: collapse;
}
table.navbar td {
   border: 1px solid #ccc;
}
table.navbar td a{
   display: block;
   width: 9em;
   padding: 3px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #000;
   background-color: #fff;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #fff;
   background-color: #666;
}
#maincontainer {
border: #666 solid 1px;
width: 778px;
align: center;
}

.news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	text-align:center;
	text-decoration: none;
	}
a.news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	text-align:center;
	text-decoration: none;
	}
a.news:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	text-align:center;
	text-decoration: none;
	}
a.news:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	text-align:center;
	text-decoration: none;
	}
a.news:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	text-align:center;
	text-decoration: none;
	}
	
a.news:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	text-align:center;
	text-decoration: underline;
	}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	height:27px;
}

#nav li a {
	display: block;
	height: 20px;
	padding-top: 7px;
	color: #fff;
	font-wieght: bold;

}

#nav li { /* all list items */
	float: left;
	text-align: left;
	cursor:pointer;
}

.slideout {
width:193px;
display: block;

}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 193px;
	left: -999em;
}

#nav li li a {
	display: block;
	font-weight: normal;
	height:20px;
	text-align:left;
	padding-left:10px;
}

#nav li li a:hover {
	height:20px;
	background-color:#666;
	text-align:left;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -27px 0 0 193px;
}

#nav li:hover ul ul, #nav li.over ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul { /* lists nested under hovered list items */
	left: auto;
}

#nav1top {
	background-image: url(topnav_01_off.gif);
	width:193px; 
	border-right:solid #fff;
	border-right-width: 2px;
	font-weight:bold;
}
#nav2top {
font-weight:bold;
	background-image: url(topnav_02_off.gif);
	width:193px; 
	border-right:solid #fff;
	border-right-width: 2px;
}
#nav3top {
font-weight:bold;
	background-image: url(topnav_03_off.gif);
	width:193px; 
	border-right:solid #fff;
	border-right-width: 2px;
}
#nav4top {
font-weight:bold;
	background-image: url(topnav_04_off.gif);
	width:193px; 
}

#nav1 li {
	background-color:#559FD3;
	filter:alpha(opacity=88);
	opacity: 0.88;
	-moz-opacity:0.88;
	font-weight:bold;
}

#nav2 li {
	background-color:#00529B;
	filter:alpha(opacity=88);
	opacity: 0.88;
	-moz-opacity:0.88;
}
	
#nav3 li {
	background-color:#679145;
	filter:alpha(opacity=88);
	opacity: 0.88;
	-moz-opacity:0.88;
}
	
#nav4 li {
	background-color:#E31736;
	filter:alpha(opacity=88);
	opacity: 0.88;
	-moz-opacity:0.88;
}

li.nav1, ul.nav1, li.nav2, ul.nav2, li.nav3, ul.nav3, li.nav4, ul.nav4 {
  width: 193px;
}

#nav li a.nav1top_off  {
	background-color:#ccc;
	text-align: center;
	width: 194px;
	height:20px;
	padding-top:7px;
	border-right:solid #fff;
	border-right-width: 2px;
	font-weight:bold;
}

#nav li a.nav2top_off  {
	background-color:#000;
	text-align: center;
	width: 194px;
	height:20px;
	padding-top:7px;
	border-right:solid #000;
	border-right-width: 2px;
	font-weight:bold;
}

#nav li a.nav3top_off  {
	background-color:#ccc;
	text-align: center;
	width: 194px;
	height:20px;
	padding-top:7px;
	border-right:solid #fff;
	border-right-width: 2px;
	font-weight:bold;
}

#nav1top_off {
	font-weight:bold;
	width:193px; 
	border-right:solid #fff;
	border-right-width: 2px;
	}

#nav1top_off a:link  {
	width:193px; 
	background-color:#ccc;
}
#nav1top_off a:visited  {
	width:193px; 
	background-color:#ccc;
}
#nav1top_off a:hover  {
	width:193px; 
	background-image: url(topnav_01_off.gif);
}
#nav1top_off a:active  {
	width:193px; 
	background-color:#ccc;
}

#nav2top_off {
	font-weight:bold;
	width:193px; 
	border-right:solid #fff;
	border-right-width: 2px;
	}

#nav2top_off a:link  {
	width:193px; 
	background-color:#ccc;
}
#nav2top_off a:visited  {
	width:193px; 
	background-color:#ccc;
}
#nav2top_off a:hover  {
	width:193px; 
	background-image: url(topnav_02_off.gif);
}
#nav2top_off a:active  {
	width:193px; 
	background-color:#ccc;
}

#nav3top_off {
	font-weight:bold;
	width:193px; 
	border-right:solid #fff;
	border-right-width: 2px;
	}

#nav3top_off a:link  {
	width:193px; 
	background-color:#ccc;
}
#nav3top_off a:visited  {
	width:193px; 
	background-color:#ccc;
}
#nav3top_off a:hover  {
	width:193px; 
	background-image: url(topnav_03_off.gif);
}
#nav3top_off a:active  {
	width:193px; 
	background-color:#ccc;
}

#nav4top_off {
	font-weight:bold;
	width:193px; 
	}

#nav4top_off a:link  {
	width:193px; 
	background-color:#ccc;
}
#nav4top_off a:visited  {
	width:193px; 
	background-color:#ccc;
}
#nav4top_off a:hover  {
	width:193px; 
	background-image: url(topnav_04_off.gif);
}
#nav4top_off a:active  {
	width:193px; 
	background-color:#ccc;
}

.head {
	position: relative;
	height:104px;
	width:778px;
	background-image: url(gray_bckgrd.gif);
	vertical-align:middle;
	text-align: center;
}

#footer {
	position:relative;
	height:20px;
        width:778px;
	padding-top:5px;
	color:#999;
	border-top:solid #00529b;
	border-top-width: 5px;
	background-color:#ccc;
	z-index:1;
    }

#toplinks {
    float:left;
    width:220px;
	padding-top:40px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
    }
#rtplogo {
    float:right;
    width:340px;
	padding-top:20px;
    }

.mainlinks {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	text-decoration: none;
	}

a.mainlinks:link {
	font-size:11px;
	color:#999;
	text-decoration: none;
	}
a.mainlinks:visited {
	font-size:11px;
	color:#999;
	text-decoration: none;
	}
a.mainlinks:active {
	font-size:11px;
	color:#999;
	text-decoration: none;
	}
	
a.mainlinks:hover {
	font-size:11px;
	color:#999;
	text-decoration: underline;
	}
	
#centercontainer {
width:750px;
padding:10px;
padding-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
overflow:auto;
scrollbar-3dlight-color:#f1f1f1;
scrollbar-arrow-color:#00529b;
scrollbar-base-color:#f1f1f1;
scrollbar-darkshadow-color:#f1f1f1;
scrollbar-face-color:#f1f1f1;
scrollbar-highlight-color:#f1f1f1;
scrollbar-shadow-color:#f1f1f1;
z-index:2;
text-align:left;
}
.centercontainer {
width:750px;
padding:10px;
padding-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
scrollbar-3dlight-color:#f1f1f1;
scrollbar-arrow-color:#00529b;
scrollbar-base-color:#f1f1f1;
scrollbar-darkshadow-color:#f1f1f1;
scrollbar-face-color:#f1f1f1;
scrollbar-highlight-color:#f1f1f1;
scrollbar-shadow-color:#f1f1f1;
z-index:2;
text-align:left;
}

#centercontainer2 {
width:750px;
height:250px;
padding:10px;
padding-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
scrollbar-3dlight-color:#f1f1f1;
scrollbar-arrow-color:#00529b;
scrollbar-base-color:#f1f1f1;
scrollbar-darkshadow-color:#f1f1f1;
scrollbar-face-color:#f1f1f1;
scrollbar-highlight-color:#f1f1f1;
scrollbar-shadow-color:#f1f1f1;
z-index:2;
text-align:left;
}

#left_column {
    float:left;
    width:370px;
	padding-right:10px;
	overflow:hidden;
	z-index:3;
	text-align:left;
    }
	
.left_column {
    float:left;
    width:370px;
	padding-right:10px;
	overflow:hidden;
	z-index:3;
	text-align:left;
    }
#right_col {
    float:right;
    width:370px;
	overflow:hidden;
	z-index:4;
	text-align:left;
    }
.right_col {
    float:right;
    width:370px;
	overflow:hidden;
	z-index:4;
	text-align:left;
    }
	
#privacy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
    float:right;
    width:150px;
	text-align:right;
	padding-top:6px;
	padding-right:10px;
	height:14px;
	
    }
	
#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
    float:left;
	width:500px;
	text-align:left;
	padding-top:6px;
	padding-left:10px;
    }
	
.center_subhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#00529b;
	font-weight:bold;
	}
.center_subheadgry {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	font-weight:bold;
	}

#homeblock1 {
position:relative;
	background-color:#00529b;
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
	height:53px;
	width: 193px;
	z-index:4;
	top:212px;
}
#homeblock1_text {
	vertical-align:bottom;
		filter:alpha(opacity=100);
	opacity: 0.99;
	-moz-opacity:0.99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:8px;
	height:53;
}


#homeblock2 {
position:relative;
	background-color:#00529B;
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
	height:53px;
	width: 193px;
	z-index:4;
	top:279px;
}

#homeblock2_text {
	vertical-align:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:8px;
	height: 53;
}

#homeblock_container {
height:332px;
}
#homeblock3 {
	background-color:#00529b;
position:relative;
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
	height:53px;
	width: 193px;
	z-index:4;
	top:226px;
}
#homeblock3_text {
	position:relative;
	vertical-align:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:8px;
	height:53;
	}

	
#homeblock4 {


position:relative;
	background-color:#E31736;
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
	height:53px;
	width: 193px;
	z-index:4;
	top:265px;
}

#homeblock4_text {
	position:relative;
	vertical-align:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:8px;
	height:53;
}

.formcontainer {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
    float:left;
    width:750px;
	padding-left:20px;
	overflow:hidden;
	z-index:3;
	text-align:left;
    }

.formcontainer label{
float: left;
width: 130px;
}

.formcontainer .long{ /* for label tag */
float: left;
width: 240px;
}

.formcontainer .normal { /* for input fields */
width: 320px;
margin-bottom: 5px;
}

.formcontainer .normal_ext { /* for select boxes to line up */
width: 326px;
margin-bottom: 5px;
}

.formcontainer .short { /* for input fields */
width: 180px;
margin-bottom: 5px;
}

.formcontainer .short1 { /* for input fields */
width: 90px;
margin-bottom: 5px;
}

.formcontainer .box{  /* for radio buttons and check boxes */
width: 20px;
margin-bottom: 5px;
}

.formcontainer textarea{
height: 150px;
}

.formcontainer select {
	color: #999;
}

.formcontainer .default {
	color: #999;
}

.formcontainer .boxes{
width: 1em;
}


