body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: smaller;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a {
	color: #000099;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header {
	border-bottom: 5px solid #000099;
	margin-bottom: 15px;
	background-color:#E6EEFF;
}

#news {
	float: right;
	clear: none;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	/*height: 400px;*/
	width: 250px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#newstitle {
	background-color: #FFDC00;
	height: 25px;
	width: 250px;
	text-align: center;
	border-bottom: 1px solid #000;
}

#news ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
	font-size: smaller;
	font-weight: bold;
}

#news li {
	margin-bottom: 15px;
	line-height: 1.5em;
}

#news a {
	text-decoration: none;
}

#news a:hover {
	text-decoration: underline;	
}

#prev_news {
}

#content {
  	float: right;
	width: 76%;
	margin: 0;
	padding: 0 2% 0 0;
	line-height: 1.5em;
}

#LeftNav {
	/*height: 400px;*/
	background-color: #E6EEFF;
	border-top: 1px solid #000099;
	border-right: 1px solid #000099;
	border-bottom: 1px solid #000099;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0 80% 0 0;
}

#footer {
	border-top: 1px solid #000099;
	clear: both;
	font-size: small;
	line-height: 1.5em;
	padding-left: 10px;
	margin-top: 20px;
}

/***********************************************/
/*                          */
/***********************************************/

#contentLinks {
}

#contentLinks a {
	color: #000;
	font-variant: small-caps;
	font-size: small;	
}

#contentLinks a:hover {
	background-color: #BFD4FF;
}

#LeftNav a {
	display: block;
	text-decoration: none;
	padding: 4px 4px 4px 10px;
}

#LeftNav a:hover {
	text-decoration: underline;
	background-color: #BFD4FF;
}


#LeftNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#LeftNav li {
	border-bottom: 1px solid #000099;
}
