/* Basics CSS*/

body {
 margin: 40px 0;
 color: #333;
 background:#003333;
 padding:0;
 font: 0.86em/1.6 Arial, Helvetica, sans-serif;
 }

a:link {
color: #003366;
text-decoration: none;
}
a:visited {
color: #003366;
text-decoration: none;
}
a:hover {
color: #006699;
}
a:active {
color: #003366;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
 width: 800px;
 margin: 0 auto;
 background: #fff url(bg.gif) repeat-y;
 }

#hdr {
 padding-top: 185px;
 background: #fff url(headerlogo.jpg) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#999999;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
 float:left;
 width:130px;
 padding: 1em;
 text-align: center;
/* background: url(divider.gif) no-repeat bottom center; */
 padding-bottom: 30px; 
}
#nav ul {
/* background: url(divider.gif) no-repeat top center; */
 margin: 0;
 padding: 30px 0 0 0; 
/* list-style: none; */
}
#nav li {
	margin: 0;
}
#nav h2 {

}

#nav p {
	line-height: 1;
}

#nav body {
	line-height: 1;
}

#loginBox {
	line-height: 1;
}

.pollColor {
	background-color: #CCCCCC;
	border: thin solid #393C3C;
}

.tableMenu {
	background-color: #CCCCCC;
	font-size: 10pt;
	font-family: Helvetica, Arial;
}

.tableMenu a {
	font-size: 10pt;
	text-decoration: none;
}

.tableHeader {
	background-color: #CECECE;
	font-size: 10pt;
	font-family: Helvetica, Arial;
}

.tableData {
	font-size: 10pt;
	font-family: Helvetica, Arial;
}

#cont {
 float: right;
 width:600px;
 padding: 1.5em;
 }
#cont h2 {
 color: rgb(153, 102, 51);
}

#ftr {
 clear: both;
 color: #fff;
 background:#999999;
 font-size: 0.8em;
 text-align: center;
 border-top: 1px solid #000;
 margin: 1em 0 0 0;
 }

#leftImg
{
float:left;
width: 125px;
height: 93px;
padding: 0 5px 5px 0;
}

#rightImg
{
float:right;
width: 125px;
height: 93px;
padding: 0 0 5px 5px;
}

.layoutColumnPadding
{
padding-right: 10px;
}
