﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #c8b990;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #1b4160;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1b4160;
}
a:hover {
	text-decoration: none;
	color: #1b4160;
}
a:active {
	text-decoration: none;
	color: #1b4160;
}

#container 
{
	position:absolute;
	top:0px;
	left:50px;
	right:50px;
	height:100%;
	min-height:625px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	background-color:White;
	min-width:800px;
	text-align:left;
}

#header 
{
	background-image:url('../images/mainMaster/header.jpg');
	background-color:#13374F;
	background-repeat:no-repeat;
	background-position:right;
	height:50px;
	position:absolute;
	right:0px;
	top:0px;
	left:187px;
}

#navigationWrapper
{
	position:absolute;
	left:0px;
	top:0px;
	width:187px;
	height:100%;
	background-image:url('../images/mainMaster/navBackground.png');
	background-repeat:repeat-x;
	background-color:#79B1D4;
	text-align:center;
}

#mainContent
{
	position:absolute;
	left:187px;
	top:50px;
	bottom:0px;
	right:0px;
}
.leftimagehomepage{
    margin-top:18px;
    height:200px;

}
.scrollWindow
{
	position:absolute;
	left:0px;
	top:50px;
	/*right:106px;*/
	right:0px;
	bottom:18px;
	overflow:auto;
	background-image:url('../images/common/scrollableBackground.jpg');
	padding-left:70px;
	background-repeat:repeat-y;
	color: #1b4160;
}

.joinEmailListForm{
    margin-left:20px;
}

#rightBar
{
	position:absolute;
	right:0px;
	top:0px;
	width:106px;
	height:100%;
	
	background-color:#346021;
	background-image:url('../images/common/rightcolor.jpg');
	background-repeat:no-repeat;
	z-index:200;
}

#copyright
{
	position:absolute;
	right:0px;
	left:0px;
	bottom:0px;
	padding-left:90px;
	font-size:10px;
	padding-bottom:2px;
	color:#1b4160;
}

#upperRightPicture
{
	z-index:300;
	position:absolute;
	right:0px;
	top:0px;
	width:100px;
	height:140px;
	background-image:url('../images/mainMaster/GPS.png');
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
}
#other
{
    background-color:Silver;
}


.subpagebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 2px 10px 5px;
	
}
.subpagebody a {
	text-decoration: underline;
}
.subpageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin: 2px 0px 5px;
}
.subpagesubheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 2px 10px 5px;
}
.callout
{
	padding:5px;
	width:70%;
	background-color:#13374F;
	color:White;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	text-align:left;
}
.calloutText
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.callout a
{
    color:White;
    
}


.backtotop {
	display: inline;
	margin-right: 1px;
}
.anchorBox {
	height: 20px;
	margin-bottom: 6px;
}


.rightCallout
{
	margin:10px;
	background-color:#f7f2d2;
	float:right;
	width:160px;
	border:thin #1b4160;
}
.rightCalloutHeader
{
	font-weight:bold;
	font-size:14px;
	background-color:#1b4160;
	color:White;
	padding:10px;
}

.sideImage
{
	position:absolute; 
	left:0px; 
	bottom:0px;
}

.contentAdItem
{
	height:35px;
	color: #666666;
	overflow:hidden;
	margin-bottom:5px;
	cursor:pointer;
}
.contentAdItem a
{
	color:#666666;
	font-size:10px;
}
.contentAdItem:hover
{
	color:#988960;
}
.contentAdItem:hover a
{
	color:#988960;
}
.contentAdDiv
{
	height:40px;
	overflow:hidden;
	padding-top:5px;
}

.roundCallout
{
	background:transparent url(../images/common/calloutBox/top.gif) no-repeat top left; 
	padding-top:10px;
	margin:0px; 
	width:400px; 
	min-height:40px;
}

.roundCalloutInternal
{
	background:transparent url(../images/common/calloutBox/bottom.gif) no-repeat bottom left;
	margin:0px;
	padding: 0px 5px 15px 5px;
}
.roundCalloutInternal p
{
	padding-top:0px;
	margin-top:0px;
}
li{
    font-size:12px;
}
.homepagetext a{
    text-decoration:underline;
}
.homepagetext a:hover{
    text-decoration:none;
    color:Black;
}