body { margin: 20px 23px 80px 23px; padding: 0; background: #ddd; color: #352119; font-family: tahoma, helvetica; background-image: url('../images/bg.gif'); }
p    { padding: 0; margin-bottom: 10px; }
h1   { color: #47C24A; font-family: trebuchet, verdana; font-size: 13pt; margin: 16px 4px 4px 4px; padding: 0px; text-align: center; }
h2   { color: #352119; font-family: trebuchet, verdana; font-size: 8pt; margin: 4px auto 4px auto; padding: 0px; text-align: center; width: 400px; }
th   { background: #3c74a0; color: #fff; }
td   { font-family: trebuchet, verdana; color: #352119; font-family: tahoma, helvetica; letter-spacing: 1px; font-size: 10pt; }
form { margin: 0; padding: 0px; }
img  { border: 0px; }
li   { padding: 3px; line-height: 130%; }
ul   { margin-top: 3px; margin-bottom: 3px; }

.header      { background-image: url('../images/bg_header.jpg'); background-color: #316d9c; height:93px; border-top: 1px solid #fff; }
.container   { margin: 0 auto 0 auto; }
.footer      { font-family: arial; color: #555; font-size: 7pt; letter-spacing: 2px; text-transform: uppercase; text-align: center; line-height: 150%; padding: 5px; margin-bottom: 20px; }
.content     { border-left: 1px solid #999; border-right: 1px solid #999; background: #fff; border-bottom: 1px solid #888; padding: 10px; }
.content_pad { padding: 0 10px 15px 10px; }

.signup td  { font-size: 8pt; }      
.signup     { border: 1px solid #643e2f; }      

.cws          { color: #fff; font-family: trebuchet, verdana; font-size: 140%; font-weight: bold; margin-left: 20px; }
.cws span     { color: #fff52f; font-size: 170%; }
div.votw_body { color: #0059a0; font-size: 8pt; line-height: 130%; margin: 0 auto 0 auto; text-align: left; width: 400px; }

.small      { font-size: 8pt; }
.img_border { padding: 1px; border: 1px solid #643e2f; margin: 4px 0 4px 0; }
.shaded     { background: #ddd; }
.border     { border: 1px solid #643e2f; }
.button     { margin: 3px; }
.tip        { font-size: 8pt; color: #282; }
div.tip_box { text-align: left; width: 650px; font-size: 9pt; color: #333; padding: 3px; margin-bottom: 10px; border: 2px dotted #f40; line-height: 130%; }
.show       { visibility: visible; display:; }
.hide       { visibility: hidden; display: none; }
.label      { text-align: right; }
.right      { text-align: right; }
.left       { text-align: left; }
.center     { text-align: center; }

.error   { color: #f00; background: #ff6; font-size: 8pt; font-weight: bold; border: 1px solid #f00; margin: 2px auto 2px auto; padding: 2px 0 2px 6px; width:600px; text-align: left; line-height: 140%; }
.success { color: #090; background: #fff; font-weight: bold; border: 1px solid #090; margin: 2px 0 2px 0; padding: 2px 0 2px 6px; }

#subscribe b     { color: #fff; }
#subscribe td    { color: #fff; font-size: 8pt;  }
#subscribe input { font-size: 8pt; border: 1px solid #352119; }

a:link, a:active { color: #3c74a0; font-weight: bold; }
a:hover          { color: #3c74a0; font-weight: bold; text-decoration: none; }
a:visited        { color: #3c74a0; font-weight: bold; }

.h { font-size: 8pt; color: #ffffff; text-indent: -9999px; }

/* ssuckerfish menus */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.4;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

#nav a {
	display: block;
	width: 10em;
	color: #fff;
	text-decoration: none;
}

#nav li { 
	float: left;
	width: 10em; /* req for opera */
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 1px 1px 1px 6px;
	background-color: #352119;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* hide from screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

