﻿body {
	margin:10px 0px 0px 0px; 
	background: #cdcdcd url('siteart/bg.jpg') repeat-x;
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}


a:link, a:active, a:visited {
	color:#243c92;
	text-decoration:underline;
}
a:hover {
	color:#000;
}

a.white:link, a.white:active, a.white:visited {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
	font-size:14px;
}
a.white:hover {
	color:#9ca6d1;
}



img {
	border:0px;
}

.photoborders img {
	border:1px #fff solid;
}

#sitecontainer {
	border:0px; 
	margin:0 auto;
	width:700px; 
	border: 1px solid #333366;

}

#main {
	vertical-align:top; 
	background:#243c92 url('siteart/blueshadow.jpg') repeat-x;
	height:400px;
	color:#fff;
}
#main3 {
	vertical-align:top; 
	background:#231f20;
	color:#fff ;
}

#main2 {
	vertical-align:top; 
	background:#fff url('siteart/whiteshadow.jpg') repeat-x;
	color:#000;
}



#main a:link {
	color:#fff;
	text-decoration:underline;
}
#main a:active {
	color:#fff;
	text-decoration:underline;
}
#main a:visited {
	color:#fff;
	text-decoration:underline;
}
#main a:hover {
	color:#9ca6d1;
	text-decoration:underline;
}

#main3 a:link {
	color:#fff;
	text-decoration:underline;
}
#main3 a:active {
	color:#fff;
	text-decoration:underline;
}
#main3 a:visited {
	color:#fff;
	text-decoration:underline;
}
#main3 a:hover {
	color:#9ca6d1;
	text-decoration:underline;
}




#headertext {
		font-size: 12px;
		font-weight: bold;
		vertical-align:top;
		padding:8px 3px 8px 285px;
}

.bluetextbold {
		font-size: 18px;
		font-weight: bold;
		font-style:italic;
		color: #d7d7ee;
}
.bluetextbold2 {
		font-size: 18px;
		font-weight: bold;
		font-style:italic;
		color: #243c92;
}

.sheading{
		font-size: 14pt;
		font-family: Arial;
		font-weight: bold;
		font-style: italic;
		color: #DA1F00; 
		padding-left: 20px;
}
.redtextbold{
		font-size: 14pt;
		font-family: Arial;
		font-weight: bold;
		line-height: 16pt;
		color: #DA1F00;
		text-align: center;
}	

.title {
	font-size: 24px;
	line-height:2.5em;
	font-weight: bold;
	font-style:italic;
	color: #d7d7ee;
	display:block;
	padding:5px 0px 5px 20px;
}

.testbox {
	padding:15px; 
	border: 2px solid #CA232A;
	font-size: 13pt;
	line-height: 16pt;
	font-family: "Times CE","Times", "Times New Roman", serif;
	font-style: italic;

}	

.testname{
		font-size: 12pt;
		font-family: "Times CE","Times", "Times New Roman", serif;
		text-transform: uppercase;
		letter-spacing: 2px;
		line-height: 15pt;
}		
		
.testcity{
		font-size: 11pt;
		font-style: italic;
		font-family: "Times CE","Times", "Times New Roman", serif;
		letter-spacing: 2px;
}	




a.nav:link, a.nav:active, a.nav:visited{
	font-weight:bold;
	text-transform: capitalize;
	color:#000;
	padding:5px 15px 4px 15px;
	text-decoration:none;
	text-align:center;
	display:block;
}
a.nav:hover {
	background: url('siteart/navbg_on.jpg') repeat-x;
}


a.navred:link, a.navred:active, a.navred:visited{
	font-weight:bold;
	text-transform: capitalize;
	color:#cc3433;
	padding:5px 15px 4px 15px;
	text-decoration:none;
	text-align:center;
	display:block;
}
a.navred:hover {
	background: url('siteart/navbg_on.jpg') repeat-x;
	color:#000;
}


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #000;
border-bottom-width: 0;
z-index: 100;
background: #efe0c4;
width: 180px;
color:#000;
}

.anylinkcss a:link {
display: block;
border-bottom: 1px solid #000;
padding: 5px 5px 5px 15px;
text-decoration: none;
font-weight: bold;
color:#000;
}
.anylinkcss a:active {
display: block;
border-bottom: 1px solid #000;
padding: 5px 5px 5px 15px;
text-decoration: none;
font-weight: bold;
color:#000;
}
.anylinkcss a:visited {
display: block;
border-bottom: 1px solid #000;
padding: 5px 5px 5px 15px;
text-decoration: none;
font-weight: bold;
color:#000;
}
.anylinkcss a:hover{ /*hover background color*/
background: #243c92;
color: white;
}