/* NECMT CSS  */
/* Stuart Woronecki */

/* Global Items */
body
	{
	width:800px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}

a, a:visited
	{
	text-decoration: none;
	}

a: hover
	{
	text-decoration: underline;
	}
	
/* Header */
#header
	{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#header .name
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 40pt;
	font-weight: bold;
	color: #663333;
	font-style: normal;
	letter-spacing: 3px;
	}
	
/* Site Menu */
#sitemenu
	{
	background-color:#99994D;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	}

#sitemenu a
	{
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	text-align: center;
	}

#sitemenu a:hover
	{
	text-decoration: underline;
	}

#sitemenu td
	{
	width: 125px;
	}

/* User Name */
#username
	{
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	}
	
/* User Menu */
#usermenu
	{
	background-color:#BEBE7C;
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	}

#usermenu a
	{
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	text-align: center;
	}

#usermenu a:hover
	{
	text-decoration: underline;
	}

#usermenu td
	{
	width: 125px;
	}
	
/* Login Menu */
#loginmenu
	{
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	padding-left: 400px;
	}
	
/* Body */
#body
	{
	padding: 5px 5px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}

#body a
	{
	font-weight: bold;
	color: #333333;
	}

#body a:hover
	{
	text-decoration: underline;
	}

#body h1
	{
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	}
	
#body h2
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: lighter;
	}
	
#body .err
	{
	color: #FF0000;
	font-weight: bolder;
	}

#body .emphasize
		{
	text-decoration: underline;
		}

#body .ctr {
	text-align: center;
}

#body .bold {
	font-weight: bold;
}

#body .indent {
	margin-left: 20px;
	width: 150px;
}

#body .even {
	background-color: #CCCCCC;
}

/* Election Setup  */

#body .indent1 {
	margin-left: 20px;
	float: left;
	width: 150px;
}

/* News box */
#news {
	float: right;
	clear: both;
	border: 1px solid #333333;
	padding: 10px;
	margin: 10px;
	width: 250px;
}

/* Election display */
#body .eid {
	width: 150px;
	float: left;
}

#body .dates 
{
	float: left;
	width: 500px;
}

#body .candoffice {
	float: left;
	width: 150px;
	padding-left: 150px;
}

#body .candname {
	width: 350px;
	float: left;
}

#body .del {
}

/* Footer */
#footer
	{
	padding: 5px;
	text-align: center;
	font-size: x-small;
	}
