/**********************
HTML STYLES
***********************/
body {
margin: 0;
background: url(standard/bg.jpg) repeat-y center;
text-align: center;
}
body,
p,
td,
.standard {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
a {
color: #3300FF;
}
a:hover {
color: #333399;
}
/**********************
UNIVERSAL STYLES
***********************/
.small {font-size: 10pt; color: #1E1E8D; }
.Title {font-size: 16pt; color: #382D1D; }
.t1 {font-size: 13pt; color: #000000; }
.nav {font-size: 10pt; font-weight: bold; color: #FFFFFF; text-decoration: none; }
.error {font-size: 12pt; font-weight: bold; color: #CC0000; }
.standard {font-size: 12pt; }
.standardbold {font-size: 10pt; font-weight: bold; }
.standardheader {font-size: 14pt; font-weight: bold; }
.header {font-size: 16pt; }
.poll {font-size: 10pt; }
/**********************
LAYOUT STYLES
***********************/
#container {
margin: 0 auto;
width: 880px;
background: url(standard/cosmetic-container-bg.jpg) repeat-y;
text-align: left;
}
#header {
width: 880px;
height: 143px;
background: url(standard/cosmetic-header.jpg) no-repeat;
}
#leftcolumn {
float: left;
clear: left;
width: 162px;
background: url(standard/cosmetic-leftcol-bg.jpg) no-repeat;
padding: 40px 5px 0 50px;
min-height: 450px;
height: auto !important;
height: 450px;
}
.navon,
.navoff {
color: #FFFFFF;
font-size: 14px;
text-decoration: none;
}
.subnavon,
.subnavoff {
color: #FFFFFF;
font-size: 11px;
}
#rightcolumn {
float: left;
width: 593px;
background: url(standard/cosmetic-content-bg.jpg) no-repeat;
padding: 25px 50px 0 10px;
min-height: 100px;
height: auto !important;
height: 100px;
}
#footer {
clear: both;
background: url(standard/cosmetic-footer-bg.jpg) no-repeat;
width: 880px;
height: 80px;
}