@charset "utf-8";

/* CSS Document */

#body {
	font-family:Arial, Helvetica, sans-serif;
	color: #808080;
	background-repeat: repeat;
	background-position: center;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;	
	background-color: #ffffff;
	width: 900px;
}

#splash {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #808080;
	background-repeat: repeat;
	background-position: center;
	background-color: #ffffff;
	height:100%;
	width: 100%;
}

#header {
	background-image: url(../siteimages/bg_1.jpg);
	text-align:left;
}

#mainnav {
	background-repeat: repeat;
	text-align:center;
	font-size:24px;
	margin-left:75px;
	height:30px;
	width:100%;
	word-spacing:30px;
}

#content {
	font-size:14px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	min-height:400px; /*ff*/
	height: 400px !important; /*ie7 */
	height: 400px; /*ie6 */
}

#footer {
	background-image: url(../siteimages/bg_1.jpg);
	background-repeat: repeat;
	color: #CCC;
	text-align:center;	
	font-size:10px;
	height: 30px;
	width:100%;
}

/*CSS for content sections of website*/
#content a:link, #content a:visited, #content a:active, #content a:focus {
	color: #999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#content a:hover {
	color: #FFF
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

/*CSS for navigation and footer sections of website*/
#footer a:link, #mainnav a:link, #footer a:visited, #mainnav a:visited, #footer a:active, #mainnav a:active, #footer a:focus, #mainnav a:focus {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover, #mainnav a:hover {
	color: #666
	text-decoration: none;
	color: #666;
	text-decoration: none;
}

/*CSS for splash page section of website*/

#splash a{
	font-size:14px;	
}

#splash a:link, #splash a:visited, #splash a:active, #splash a:focus {
	color: #808080;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#splash a:hover {
	color: #808080;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#splash td{
	color:#CCC;
	background-repeat: repeat;
	background-position: center;
	margin: 0px;
}

.background {
	background-image: url(../siteimages/bg_1.jpg);
	background-repeat: repeat;
	background-position: center;
	margin: 0px;
}

.emailstatus{
	font-weight:bold;
	color:#F00;
}

.warning{
	font-weight:bold;
	font-size:9px;
	color:#F00;
}

.centered {
	text-align:center;
}
.title{
	font-style:italic;
	font-weight:bold;	
}
.bold{
	font-style:normal;
	font-weight:bold;	
}

.comp_name{
	font-style:normal;
	font-weight:bold;
	color:#F00;
}

.spaced{
	margin-left:25px;
	margin-right:25px;
}

.cell_highlight {
	background-image: url(../siteimages/tablebg.png);
	background-repeat: repeat;
	color:#CCC;
	padding-right: 15px;
	padding-left: 15px;
}