﻿body 
{
	font-family:Sans-Serif;
	font-size:1em;
	margin:0;
	background-color: #F9F9F9;
}
#header
{
	position: relative;
	height: 80px;
	background-image: url(../../images/titlebar_repeater.gif);
	background-repeat: repeat-x;
	z-index:1;
}
#header #headerlinks
{
	font-size: .70em;
	position: relative;
	margin-left:auto;
	width:40em;
	top: 2px;
	margin-right:0em;
	color:#916200;
}
#header #toplinks
{
	border-top: maroon 1px solid;
	padding-right:0.2em;
	
}
#header #toplinks a:link
{
	text-decoration: none;
	color: maroon;
}

#header #toplinks a:visited {
	text-decoration: none;
	color: maroon;
}

#header #toplinks a:hover
{
	color: blue;
	text-decoration: underline;
}

#header #toplinks a
{
	position:relative;
	padding-right:.3em;
}

#header #cornerpic
{
	height: 104px;
	background-image: url(../../images/titlebar.jpg);
	background-repeat: no-repeat;
	z-index:1;
}
#header h1
{
	position: relative;
	font-size: 18pt;
	margin-left:3.8em;
	margin-top:0.3em;
	color: navy;
	font-style: italic;
}
#content
{
	position:relative;
	float:left;
	margin-top: 0em;
	padding-top: 0em;
	margin-left: 1%;
	padding-left: 1em;
	padding-right: 1em;
	text-align: justify;
	padding-bottom: 2em;
	
	border-right: darkgoldenrod 1px solid;
	border-left: darkgoldenrod 1px solid;
	width:72%;
}
*html #content2
{
	margin-top:-1.2em;
}
#content p, #content li, td, #content span
{
	font-size:.8em;
}

#content td p
{
	font-size:1em;
	position:relative;
	margin-top:0em;
	padding-top:0em;
}

#content h1, h3
{
	font-family: "Times New Roman", Times, serif;
	font-size:1.5em;
	color: #916200;
	text-align:left;
	margin-top:1em;
}

#content a:link {
	text-decoration: underline;
	color: #8C6900;
}

#content a:visited {
	text-decoration: underline;
	color: #8C6900;
}

#content a:hover {
	color: #CC3300;
	text-decoration: underline;
}

#links
{
	position:relative;
	float:left;
	width:20%;
	padding-left:0em;
	padding-top:1.5em;
	z-index:100;
}
*html #links
{
	margin-top:-1.5em;
}
#links .box
{
	border-top: #993366 1px solid;
	border-right: #993366 1px solid;
	border-left: #993366 1px solid;
	border-bottom: #993366 1px solid;
	background-color: #FBF7EA;
	margin-bottom:.5em;
}

#links p
{
	text-align: right;
	margin-bottom: 0;
	font-weight:bold;
	font-size: .75em;
	padding-right: .2em;
	margin-top:0em;
	color: white;
	background-color: #CBA9B9;
	position:relative;
}
#links ul
{
	position: relative;
	margin-top: 0em;
	padding-bottom:0em;
}
*html #links li
{
	position:relative;
	
}
#links ul
{
	margin:0em;
	padding:0em;
}
#links li
{
	position: relative;
	font-size: .7em;
	list-style-type: none;
	text-align: right;
	padding-right: .5em;
	margin-left2: -3em;
	line-height:1.2em;
}
#links li a
{
	position:relative;
	color:Navy;
}
#links li a:link
{
	text-decoration:none;
}
#links li a:visited
{
	text-decoration:none;
}
#links li a:hover
{
	text-decoration:underline;
	color:Maroon;
}
#Login table, #NewUser table
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#LoginName
{
	color:Black;
}
table
{
	empty-cells: show;
	}
#BigVoteButton a
{
	font-size:2em;
	font-weight:bold;
}