*
{
	font-family:Palatino Linotype;
}

body
{
	font-size: 12px;
	background-color:#272F45;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
}

.horizon        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

.position    
	{
	margin-left: -450px;
	position: absolute;
	top: -300px;
	left: 50%;
	visibility: visible;
	text-align: left;
	}

.page    
	{
	width: 900px;
	height: 550px;
	background-color: #FFFCE7;
	visibility: visible;
	text-align: left;
	}

.innerpage
{
	width: 899px;
	background-color: #FFFCE7;
	visibility: visible;
	margin: 0 auto;
	text-align: left;
}
	
.innerborder
{
	padding: 25px;
}
	
.border
{
	padding-left: 25px;
	padding-right: 25px;
}

.content
{
	background-color: #666666;
	height: 500px;
}

.innercontent
{
	background-color: #e0e0e0;
	border: 0px;
	padding: 0px;
	margin: 0px;
	padding: 20px;
}

.header
{
	height: 25px;
	padding-left:  25px;
	padding-right:  25px;
	line-height: 25px;
}

.footer
{
	height: 25px;
	padding-left: 20px;
	padding-right: 25px;
	line-height:  25px;
	background-color: #FFFCE7;
	font-size: 10px;
	text-align: center;
}

.footer a
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.linkback
{
	width: 899px;
	margin: 0 auto;
	font-size: 10px;
	color: #c0c0c0;
	line-height: 30px;
}

.linkback a
{
	color: #666666;
}

.linkback a:hover
{
	color: #c0c0c0;
}


h1
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

p
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;	
}

/* menu bar below this point */

.menu
{
	background-color: #8DAFD2;
	width: 849px;
}

.chromestyle{
width: 849px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
text-align:left;
padding-top: 6px;
padding-bottom: 6px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
background-color: #8DAFD2;
margin: 0px;
padding: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin: 0px;
padding: 0px;
}

.chromestyle ul li a{
color: #000000;
padding-left: 6px;
padding-right: 6px;
padding-top: 6px;
padding-bottom: 6px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
color:#ffffff;
background-color: #004D85;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
/*border: 1px solid #BBB; THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
font-weight: bold;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
z-index:100;
background-color: #8DAFD2;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
/*text-indent: 20px;*/
/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
padding-left: 8px;
padding-right: 8px;
padding-top: 4px;
padding-bottom: 4px;
text-decoration: none;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#ffffff;
background-color: #004D85;
}