body {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	background: #e8cfcd;
}
body, div, p, td, span, input {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #a41d23;
}
input {
	font-size: 12px;
	color: black;
}
a {
	color: #ea000a;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;	
}
#login-form { 
	position: absolute; 
	top: 30px; 
	display: none; 
	width:95%; 
	z-index: 66; 
	font-size:12px; 
}
td.loginForm { 
	font-size: 12px; 
	border: 1px solid #666666; 
	border-right-color:black; 
	border-bottom-color:black; 
	background-color: white; 
}
#login-form td.loginForm table { 
	border: 15px solid white; 
}
td.loginForm td { 
	font-size: 12px; 
}
td.loginForm div { 
	margin-bottom: 0.5em; 
}
td.loginForm a { 
	color: #666666; 
}

h1 {
	font-size: 20px;
	font-weight: bold;	
	margin: 0px 0px 20px 0px;
}

.Menu 
{
	padding: 8px 15px 0px 40px;	
}

.SubMenu {
	background: #e8cfcd;
	border: 1px solid #99223d;
	position: absolute;	display: none;
	top: 328px;
	margin-left: 30px;	
}

.SubMenu DIV {
	margin: 1px; margin-bottom: 0px;
	clear: both;
	padding: 5px; padding-left: 5px; padding-right: 10px; white-space: nowrap;
}

.SubMenu A {
	color: #99223d;
}

.NewsItem {
	margin: 0px 5px 15px 5px;	
}

.NewsDate, .NewsText, .NewsLink   
{
	margin-bottom: 3px;	
}

.SubMenuLeft 
{
	margin-bottom: 5px;
	margin-left: 5px;
}

.Menu a, .SubMenuLeft A 
{
	color: #99223d;	
}

.Content a img {
	border: 1px solid #a41d23;
}

li {
	margin: 4px 0px;
}
