/**********************
HTML STYLES
***********************/
body {
margin: 0;
background: #FFFFFF;
color: #000000;
}
body,
p,
td,
.standard {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #4d4d4d;
}
/* Use BODYID to assign styles to body tag */
#bodyid {
text-align:center;
background:url(standard/filler2.jpg) no-repeat top center;
}
a {
color: #485319;
}
a:hover {
color: #485319;
}
/**********************
UNIVERSAL STYLES
***********************/
.error {
color: #CC0000;
}
.standard {
}
.standardbold {
font-weight: bold;
}
.standardheader {
font-size: 12pt;
line-height:1.5em;
}
/**********************
LAYOUT STYLES
***********************/
#header {
background:url(standard/goins_header.png) no-repeat top center;
width:941px;
height:142px;
margin:0 auto;
}
#splashheader {
background:url(standard/splash_header.png) no-repeat top center;
width:941px;
height:348px;
margin:0 auto;
}
#headerlogo {
background:url(standard/goins_headerlogo.png) no-repeat top center;
width:916px;
height:118px;
margin:0 auto;
font-family:"Century Schoolbook", Century, "Times New Roman";
font-size:19pt;
font-weight:bold;
color:#485319;
text-align:right;
padding:15px 25px 0 0;
}
#blacktext {
color:#000000;
}
#container {
background:url(standard/goins_container.png) repeat-y top center;
margin:0 auto;
width:941px;
min-height:300px;
}
#footer {
background:url(standard/goins_footer.png) repeat-y top center;
margin:0 auto;
width:941px;
height:44px;
clear:both;
padding:16px 0 0 0;
}
#contentbg {
background:url(standard/goins_content.png) no-repeat top center;
width:900px;
min-height:491px;
padding:10px 0 0 42px;
}
#leftnav {
float:left;
width:180px;
text-align:left;
margin:0 0 0 -10px;
}
#leftnav ul {
margin:0;
list-style-type:none;
padding:0;
border-bottom:1px solid #cccccc;
width:155px;
}
#leftnav li {
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
padding:0 0 0 25px;
}
#leftnav li a {
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
font-size:8.5pt;
text-decoration:none;
display:block;
width:140px;
text-align:left;
min-height:16px;
padding:2px 0 0 0;
}
#navoff {
background:url(standard/blackarrow.jpg) repeat-y left;
}
#navon {
background:url(standard/redarrow.jpg) repeat-y left;
}
#subnavon, #subnavoff {
background:url(standard/childnav.jpg) repeat-y left;
}
#navon a, #navon a:hover, #subnavon a, #subnavon a:hover {
color:#000000;
}
#navoff a, #navoff a:hover, #subnavoff a, #subnavoff a:hover {
color:#485319;
}
#footer a, #footer a:hover {
color:#ffffff;
font-weight:bold;
text-decoration:none;
clear:both;
}
#content {
width:600px;
float:left;
text-align:left;
}
.poweredby {
padding: 10px;
width:900px;
text-align:right;
margin:0 auto;
}