html, body {
	margin: 0px;  
	background-color: #ffffff;
}

h3 {
	color: #012431;
	font-size: 12px;
	text-align: left; 
	font-family: Georgia;
	text-transform: lowercase; 
	margin: 10px 0 0 0; 
	font-style: italic; 
}

blockquote {
	margin: 10px; 	
	font-size: 10px; 
}

body, tr, td { 
	font-size: 11px; 
	font-family: Georgia, "Trebuchet MS", serif; 
	text-align: justify; 
	color: #3F403D; 
}

#content a:visited, #content a:link { 
	color: #686361; 
	text-decoration: none;  
}

#content a:hover { 
	color: #FE0005; 
	text-decoration: none; 
}

input, textarea, select { 
	background-color: #ffffff;
	font-family: Georgia, "Trebuchet MS", serif; 
	font-size: 11px;
	color: #3F403D; 
	border: 1px solid #FE0005; 
	padding: 2px;
	letter-spacing: 1px; 
}

#top {
	position: absolute;
	top: 0px;
	left: 0px; 
}

#menu {
	position: absolute;
	top: 630px; 
	left: 5px; 
	text-align: center;
	letter-spacing: 1px;
	font-family: Georgia, "Trebuchet MS", serif; 
}

#content { 
	position: absolute; 
	top: 515px; 
	left: 280px; 
	width: 400px; 
	line-height: 18px; 
}

ul {
	margin: 0;
	padding: 0;
} 

ul li {
	margin: 0px 0px 0px 10px;
	padding: 2px 0px; 
	list-style: none;
	display: block;
}

li a {
	text-decoration: none;
	color: #F70104;
}

html>body li a {
	width: auto;
}

li a:hover {
	color: #4897A9;
}

#footer {
	border-top: 1px dashed #3F403D;
	margin: 20px 10px;
	text-align: center; 
	font-size: 10px;
	font-family: Times New Roman; 
	line-height: 16px; 
}

b, i {
	color: #C20101;
}

