body {
	margin:	0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #81b5d6;
}

.main {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
   
    height: 100%;
    
}

.header {
    position: absolute;
    top: 0px;    
	width: 780px;
	margin: 0px;
	padding: 0px;
	background-color: #81b5d6;
    z-index: 3;
}

.content {
    position: absolute;
    top: 162px;    
	width: 780px;
	height: 100%;
	margin: 0px;
	padding: 0px;
    background-color: #81b5d6;
    
}

html, body, .content {
	min-height: 100%;
	height: 100%;
}

html>body, html>body .content {
	height: auto;
}

.footer {
	text-align: center;
	position: relative;
	bottom: 0;
	clear: both;
}

/***** Basic CSS definitions *****/
h1, h2, h3 {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #0c2a3d;
}

h2 {
	font-size: 13px;
	font-style: italic;
}
h3 {
	font-size: 13px;
	font-style: normal;
}
p {
	font-size: 12px;
	line-height: 1.5em;
}

li {
	font-size: 12px;
}

td {
	vertical-align: top;
	font-size: 14px;
}	

table {
	margin-left: auto;
	margin-right: auto;
}

a, a:visited {
	font-size: 12px;
	color: #333333;
	font-style: normal;
}	
.imgpadding {
	padding: 0px 0px 3px 0px;
}
.copyright {
	color: #A2ADB3;
	text-align: center;
	font-size: 10px;
}

/*  Three Column Layout 30/40/30	*/
.left25 {
	width: 160px;
	float:left;
	margin: 0px;
	margin-top:  10px; 
	padding: 0px 5px;
}

.center50 {
	width: 330px;
	margin: 0px;
	margin-left: 175px;
	margin-top:  10px;
	padding: 0px 5px;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

.right25 {
	width: 242px;
	float:right;
	margin: 0px;
	margin-top: 10px; 
	padding: 0px 5px;
	
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

/*  Two Column Layout 30/70	*/
.left30 {
	width: 160px;
	float:left;
	margin:  0px; 
	padding: 5px;
}

.right70 {
	width: 585px;
	float:right;
	margin: 0px; 
	padding: 5px;
	border-left: 1px solid #888888;
	height: 10%;
}

/*  Two Column Layout 30/70	*/
.left40 {
	width: 220px;
	float:left;
	margin:  0px; 
	padding: 5px;
}

.right60 {
	width: 525px;
	float:right;
	margin: 0px; 
	padding: 5px;
	border-left: 1px solid #888888;
}


/*								*/
/* Horizontal Navigation Menu 	*/
/*								*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 5px 5px 0.5em;
	border-bottom: 1px solid #81b5d6;
	background-color: #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #81b5d6;
}

#nav li {
	float: left;
	width: 130px;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover a, #nav li.sfhover a {
	border-left: 1px solid #113c57;
	border-right: 1px solid #113c57;
	border-bottom: 1px solid #113c57;
	background-color: #113c57;		
	color: #ffffff;
}

#nav li:hover li a:hover, #nav li.sfhover li a:hover {
	border-left: 		2px solid #888888;
	border-right: 		2px solid #888888;
	border-bottom: 		1px solid #888888;
	background-color: 	#113c57;
	color: #ffffff;
}

/* set dropdown to default */
#nav li:hover li a, #nav li.sfhover li a {
	color: #ffffff;
	background-color: #888888;		
}

/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 


/*
 *	Vertical Navigation Menu Code
 *								     */
#vnav, #vnav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;	
}

#vnav {
	margin-top: 5px;
	width: 160px;
}
	
#vnav a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #81b5d6;
	padding: 3px 0px 5px 0px;
	border-bottom: 1px solid #888888;	
}

#vnav li {
	width: 156px;
}	

#vnav li:hover a, #vnav li.sfhover a {
	
	border-bottom: 1px solid #ffc966;
	background-color: #888888;				
	color: #ffffff;
}

/* NEWS Section CSS */
.headlinelist {
	font-size: 90%;
	font-family: arial, verdana, sans-serif;	
}

.headlinelist a, .headlinelist a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

.headlinelist a:hover {
    text-decoration: underline;
    color: #888888;
}

.smalldate {
   font-size: 80%;
   font-weight: normal;
}   

.newscontent {
	width: 520px;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

.headlinelist {
	border: none;
}

.newsstory {
	font-size: 90%;
	width: 95%;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	
}

/****  Calendar Style ****/
.calendar {
	width: 770px;
	border: none;
	padding-top: 10px;
	padding-left: 5px;
}
.calheader {
	background-color: #888888;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	text-align: center;
	border: 1px solid #333333;
}
.datecell, .datecelltoday {
	background-color: #0c2a3d;
	border: 1px solid #333333;
	border-bottom: none;
	color: #ffffff;
	padding: 2px 3px 2px 3px;
}

.datecelltoday {
	background-color: #ffffff;
	border-bottom: 1px solid #333333;
	color: #0c2a3d;
}

.filler, .fillerleft, .fillerright, .fillersingle {
	background-color: #81b5d6;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.fillersingle {
    border: 1px solid #000000;
}

.fillerleft {
	border-left: 1px solid #333333;
}

.fillerright {
	border-right: 1px solid #333333;	
}

.eventscell, .eventscelltoday{
	padding: 2px 3px 2px 3px;
	border: 1px solid #333333;
	background-color: #cccccc;
	border-top: none;
	font-size: 70%;
}

.eventscelltoday {
	background-color: #ffffff;
}

/******* Nominations Status *****/
.accept {
	color: #ffffff;
	font-weight: bold;
}

.decline {
	color: #666666;
	font-weight: normal;
}

.nominated {
	color: #000000;
	font-weight: normal;
}