/* template CSS */
html, body {
	background-image:;
	background-color:;
	background-repeat:;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
}
/* Header Styles */

.header_BG {
	background-color: #FFFFFF;
	background-image: url(../images/top1.gif);
	background-repeat: no-repeat;
	height: 40px;
	text-align:right;
	width: 952px;
	
	
}
.header_nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px;
	position: relative;
	top: 8px;
	right: 15px;
	width:952px;
	}
.body_BG{
	width: 952px;
	padding: 0px;
	text-align: left;
	border: 0px;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: none;
	float: none;
	position: relative;
	font-size: 12px;
}
/* containers */
#maincontainer {
	width: 952px;
	padding: 0px;
	background-color:#FFFFFF;
	text-align: left;
	margin: 0px auto 0px auto;
	border: 0px;
	vertical-align: top;
	height: 49px;
	
	}

#navcontainer{
	width: 952px;
	padding: 0px;
	text-align: left;
	border: 0px;
	vertical-align: top;
	
}

#headercontainer{
	width: 952px;
	padding: 0px;
	text-align: left;
	border: 0px;
	vertical-align: top;
	height:46px;

}
#headercontainer ul{
	list-style:none; margin:0px; padding:0px;}

#headercontainer li {display:inline; height:49px;  margin:0px; padding:0px;}


#flash {
	margin: 0px;
	padding: 0px;
	height: 191px;
	width: 952px;
}

#bodycontainer{
	width: 952px;
	padding: 0px;
	text-align: left;
	border: 0px;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: none;
	float: none;
	position: relative;
}


/* nav */
#menu {
	position:relative;
	width:952px;
	height:49px;
	margin:0px;
	padding: 0px;
}
#menu ul {list-style:none; margin:0px; padding:0px;}
#menu li {display:inline; height:49px;  margin:0px; padding:0px;}


/* Javascript dropdown menu */

#dropmenudiv{
position:absolute;
border-bottom:3px solid;
border-bottom-color:#90bddf;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:25px;
z-index:100;
color:#2268ae;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid;
border-bottom-color:#90bddf;
padding: 1px 0;
text-decoration: none;
color:#2268ae;
}

#dropmenudiv a:visited{
color:#2268ae;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #a6dcfd;
font-weight:bold;
}

/* End dropdown menu */

/* headers */
.h1, h1, .title {
	font-size:;
	font-family:;
	color:;
	font-weight:;
	font-style:;
}


.h2, h2, .subtitle {
	font-size:;
	font-family:;
	color:;
	font-weight:;
	font-style:;
}

.h3, h3, .subsubtitle{
	font-size:;
	font-family:;
	color:;
	font-weight:;
	font-style:;
}

/* links */

a:link, a:visited, a:active {
	color: ;
	text-decoration: ;
}

a:hover {
	color: ;
	text-decoration: ;
 }

.class1 A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.class1 A:visited {	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;}
.class1 A:active {	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;}
.class1 A:hover {	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;}
/* lists */
li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/* BUTTONS 
To work in IE needs javascript, function already included in the common.js file.
SEE P:\V\VirtualAtlantic\template\domain.com\styles\IEHoverBtn.html*/

input.btn
{
   font-size:;
   font-family:;
   color:;
   background-color:;
   border:;
   
}

input.btn_hover
{
color:;
background-color:;
}

.alert 
{
	color:Maroon;
	font-weight:bold;
	font-size: 11px;	
}


textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textbox_standard, .textboxStandard {
	width: 150px;
}

.textbox_medium, .textboxMedium {
	width:85px;
}

.textbox_thin, .textboxThin {
	width: 23px;
}

.textbox_thin_alert, .textboxThinAlert
{
	background-color: #FF9999;
	width: 44px;
}

.textbox_wider, .textboxWide {
	width: 240px;
}

.textbox_widest, .textboxWidest {
	width: 400px;
}

.table_header, .table_header td, .table_header a, table_header a:visited, .table_header a:link, .table_header a:active
{
	background-color: #A3C380;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.table_header a:hover
{
	text-decoration: underline;
}


.table_alt_row
{
	background-color:#FFFFFF;
	
}
.table_row
{
	background-color:#E8E7E6;
	
}
.table_alt_2_row
{
	background-color:Silver;
	
}

.table_grid 
{
	border-color:#A3C380;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;	
	
}


.subtitle 
{
	font-weight: bold;
	color: #FF9C0F;
	
}

.form_field {
	background-color:#FFFFFF;
	border: #A2C3FF 1px solid;
	padding-left: 3px;
}


.seperator {
	font-size:9px;
	font-weight:bolder;
}

.textbox_search {
	width: 120px;
	height: 18px;
	font-size:10px;
}.body2 {
	background-color: #FFFFFF;
	background-image: url(../images/site_BG.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #102b3f;
	height: 100%;
}

.footer_color {
	color: #FFFFFF;
}

.blue_link a {
text-decoration:none;
color:#104871;
font-weight:bold;
letter-spacing:5px;
font-family:Arial, Helvetica, sans-serif;
}
