body {
	margin: 0;
	padding: 0;
	font-family: Arial, helvetica, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12pt;
	background: #000 url(images/topBack.jpg) repeat-x top;
	color: #ccc;
	text-align: center; 
	}

/************* general formatting *************/

a img {border: none;}

a:link, a:visited {color: #eeeeee;
	text-decoration: none;
	font-weight: bold;
}

a:hover {color: #ffff66;
	text-decoration: underline;
	font-weight: bold;
}

.left {float: left;
	text-align: left;
}

.right {float: right;
	text-align: right;
}

ul { margin-left: 25px;
	padding-left: 6px;
	list-style-image:url(images/arrowB.jpg);
}

li:hover { 
	list-style-image:url(images/arrowY.jpg);
}

strong {color: #ffffff;}

p {text-align: justify;}

h1, h2, h3, h4 {color: #0025BC; }


/************* site structure ***********/

#page {
	background: none;
	margin: 0px auto;
	padding: 0;
	width: 850px;
	border: 0px;
	text-align: left;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 360px;
	/*width: 780px;*/
	background-color: none;
	}

#content {
	width: 810px;
	margin: 44px auto 15px auto;
	font-size: 11pt;
	position: relative;
}

#content h4 {/*color: #6699FF;*/ color: #ffffff;}

#mainContent { margin-left: 6px;
	padding-left: 6px;
}

#footer {
	padding: 5px 0px 10px 0px;
	margin: 25px auto 30px auto;
	width: 800px;
	font-size: 80%;
	color: #ffffff;
	border-top: 2px solid #ffffff;
	clear: both;
	}

/*************** top navigation *************/
#TopNav {float: left;
	height: 112px;
	width: 780px;
}

#TopBar {height: 231px;
	width: 850px;
	margin: 6px auto;
}

.nav {float: right;
	padding: 60px 20px 0 0;
	font-size: 96%;
}

.nav a:link, .nav a:visited {font-size: 96%;
	padding: 0 2px 5px 2px;
	margin: 0 6px 0 6px;
	border-bottom: 0px solid #3366CC;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}

.nav a:hover {font-size: 96%;
	padding: 0 2px 3px 2px;
	margin: 0 6px 0 6px;
	border-bottom: 3px solid #3366CC;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

/**************** home 3-column styles ***************/

.frontR {background: #202647 url(images/frontRight.jpg) top no-repeat;
	width: 220px;
	margin: 0 10px 20px 0;
	float: right;
	height: 250px;
}

.frontL {background: #202647 url(images/frontLeft.jpg) top no-repeat;
	width: 220px;
	margin: 0 4px 20px 6px;
	float: left;
	height: 250px;
}


.middleContent {width: 300px;
	margin: 0 20px 20px 20px;
	float: left;
}

.middleBanner { width: 300px;
	height: 86px;
	background: url(images/rfbanner.jpg) no-repeat;
}

.middleBanner img {padding: 10px 0 0 160px;}


.stuff { padding: 6px 0 0 10px;
	_padding: 12px 0 0 9px;
	width: 210px;
}


.stuff ul {list-style-type: none;
	padding: 0;
	margin: 0;
	width: 210px;
	font-weight: bold;
	line-height: 22px;
	display: block;
}



.stuff ul li a:link, .stuff ul li a:visited {
	width: 210px;
	color: #eeeeee;
	text-decoration: none;
	display: block;
 }

.stuff ul li a:hover {
	background: url(images/blueBack.gif) no-repeat;
	width: 207px;
	padding-left: 4px;
	_padding-left: 6px;
	margin-left: -3px;
	_margin-left: -4px;
	color: #222222;
	text-decoration: none;
	display: block;
}


/****************contact form styles*************/
.contactform {background: url(images/contactBack.jpg) no-repeat;
	margin-left: 13px;
	padding: 10px 10px 10px 0;
	width: 780px;
	height: 280px;
}

.contactform h3 {text-align: center; color: #cccccc; }
.contactform h4 {text-align: center; color: #cccccc; }

form{	padding: 10px 30px 20px 30px;
}

input, textarea, select {
	color: #6699ff;
	background: #000000;
	border: 1px solid #000000;
}

input:hover, textarea:hover {
	color: #6699ff;
	background: #000000;
	border: 1px solid #ffff66;
}

.submit input{
	color: #fff;
	background: #6699ff;
	border: 2px outset #eeeeee;
	float: right;
}

/*************misc styles************/

a.serviceLink, a:visited.serviceLink {font-size: 105%;
	color: #6699ff;
	text-decoration: none;
	font-weight: bold;
}

.contentBox {width: 740px;
	/*border-top: 2px solid #6699FF;
	border-bottom: 2px solid #6699FF;*/
	background: #000 url(images/contentBack.gif) repeat-y top;
}

.contentBoxContent {padding: 0px 15px 0px 20px;}

.contentBoxContent h4 {margin-top: -5px;}

.white {color: #ffffff;
	_margin-top: 30px;
	_font-size: 100%;
	/*font-size: 90%;*/
}


.footnav {width: 780px;
	padding: 10px;
	margin-left: 13px;
	background: url(images/footnav.jpg) no-repeat;
}


.rightside {margin-left: 5px;
	float: left;
	width: 600px;
}

.leftside {margin-right: 5px;
	float: left;
	width: 190px;
	margin-top: 11px;
}
