html, body{height: 100%;}
body {
	color: #000033;
	margin: 0px;
	background-color: #DCEAED;
	background-image: url(../../iface/bgs/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}
.nav {
	background-color: #2B598B;
	background-image: url(../../iface/sidebars/nav_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.copyright {
	font-size: 8.5pt;
	color: #FFFFFF;
	padding: 8px;
}
.sideBar {
	font-size: 9pt;
	color: #000099;
	background-color: #006600;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #2B598B;
	background-image: url(../../iface/bgs/quotebox.jpg);
	background-repeat: no-repeat;
}
.copyright a {
	text-decoration: none;
}
.copyright a:link {
	color: #FFCC33;
}
.copyright a:hover {
	color: #FFFF99;
}
.copyright a:active {
	color: #FF0000;
}
.copyright a:visited {
	color: #F0F0F0;
}
.shadow {
	background-image: url(../../iface/sidebars/shadow1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}




td{font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.content {
	background-color: #FFFFFF;
	background-image: url(../../iface/bgs/content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
}

.beachBar {
	color: #FFFFFF;
	background-image: url(../../iface/sidebars/beach.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #C1C1B7;
}
.hdrTxt {
font-size:16pt;
font-weight:bold;
color:#000099;
}
.subhdrTxt {
font-size:12pt;
font-weight:bold;
color:#000099;
}
.subsubhdrTxt {
font-size:10.5pt;
font-weight:bold;
color:#000099;
}
.jargin {

	font-size: 8.5pt;
	
}
#wrap {
	background-color: #FFFFFF;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	/*padding-bottom: 20px;*/
	padding-left: 20px;
}
#logoBox {
	float: left;
	height: 112px;
	width: 300px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#nav {
	width: 640px;
	padding: 8px;
	float: right;
}
#nav a{
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	text-decoration: none;
	height: 35px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#nav a:hover{
	font-weight: bold;
	color: #FF9900;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0B8FE1;
	text-decoration: none;
	height: 35px;
}
#navBase {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000033;
	height: 35px;
	width: 960px;
	float: right;
	margin-left: -300px;
	padding-top: 10px;
}

#contactInfo {
	width: 280px;
	float: right;
	margin-bottom: 10px;
	height: 88px;
	margin-top: 30px;
	margin-left: 10px;
}
#logoHdr {
	background-color: #FFFFFF;
	background-image: url(../../iface/hdrs/hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#spacer {
	height: 10px;
}
a:link, a:visited {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:hover, a:visited:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
