﻿/* CSS Document */


body 
{ 
margin: 0px 0px 0px 0px;
background-color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#FFFFFF;
}



img
{
border: none;
}

.imgborder
{
border-color: white white white white;
border-style: solid solid solid solid;
border-width: 1px 1px 1px 1px;
}


/* ---------- HR for IE and FF ----------*/
hr  {
border: 0;
height: 1px;
color: #ffffff;
background-color: #ffffff;
width: 845px;
}

/* ---------- for Submit ----------*/

.submit
{
color: #000;
background: #fff;
border: 1px solid #000;
margin-top: 6px;
}

.textError
{
font-family: arial, sans-serif, verdana;
font-size: 9pt;
font-weight: bold;
color: #ff0000;
}

a:link, a:visited, a:active  {
	color: #e3d699;
	text-decoration: none; 
}

a:hover {
	color: #ffffff;
	text-decoration: none; 
}

.wrapper
{
	width: 850px;
	margin: 0 auto;
	}

.logo
{
	margin-left: 10px;
	margin-top: 40px;
	}
	
.nav_header
{
	margin-top: 20px;
	margin-bottom: 10px;
	vertical-align: middle;
	font-size:12px
	}
	
.left_container
{
	width: 600px;
	}
.left_panel
{
	width: 575px;
	padding-bottom: 50px;
	}

.right_panel
{
	width: 220px;
	}
	
.navcontainer
{
	width: 220px;
	margin-top: 27px;
	}

.floatleft
{
	float: left;
	}

.floatright
{
	float: right;
	}


.clear
{
	clear:both;
	}

.container
{
	width: 845px;
	margin: 0 auto;
	}
	
.callout_container
{
	margin-top: 50px;
	}

.callouts
{
	width: 260px;
	}
	
.callout_header
{
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #e3d699;
	text-align:center;
	}
	
.callout_content
{
	text-align:left;
	margin-top: 10px;
	padding-left:10px;
	}
	
.sub_header
{
	color: #e3d699;
	font-weight:bold;
	}
	
.pic_header
{
	margin-top: 20px;
}
	
.sub_nav
{
	margin-bottom: 0;
	}
	
.header_link_current
{
	color: #FFFFFF;
	font-weight:bold;
	font-size: 12px;
	}

.header_link
{
	color: #e3d699;
	font-weight:bold;
	font-size: 12px;
	}

.long_vr
{
	background-image: url(images/vr.jpg);
	background-repeat: repeat-y;
	margin-top:20px;
	}

.vr
{
	background-image: url(images/vr.gif);
	background-repeat: no-repeat;
	height: 238px;
	width: 1px;
	float:left;
	margin-left: 15px;
	margin-right: 15px;
	}


.small_logo
{
	position:absolute;
	z-index:500;
	margin-left: 45px;
	margin-top: 9px;
	}
	
	
.saheader
{
	float: left;
	width: 250px;
	}	
	
.sa_content
{
	
	}


.footer
{
font-family: arial;
font-size: 10px;
font-weight: normal;
color: #ffffff;
text-align: center;
vertical-align: middle;
margin:0 auto;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:hover, a.footerlink:active 
	{
	font-family: "Times New Roman", Times, serif;
	color: #e3d699;
	text-decoration: none;
	text-transform:uppercase;
	margin-right:7px; 
	margin-left:7px; 
	text-align: center;
	margin:0 auto;
}
