body {
	font-size: 76%;
	font-family: Vernada, Tahoma, Arial, Helvetica, sans-serif;
	color: #005FC8;
	background-color: #003466;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	margin: 10px;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
form {
	margin: 0;
}
.header {
	width: 750px;
	height: 80px;
	background-color: #FFFFFF;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #003366;
	color: #FFFFFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDDDDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFFFFF;
}
.content {
	padding: 15px;
	height: 390px;
	text-align: justify;
}
.content a
{color:#d85d5d; font-weight:bold; text-decoration:none;}

.content a:hover
{color:#505050; text-decoration:underline;}

.content p
{margin:0 0 20px 0; line-height:1.5em;}

.content h1 
{font-family: Cursive, Vernada, Tahoma; font-size: 2em; font-weight: normal; font-style: normal; margin-top: 0px; letter-spacing:-1px}

.content h2 
{font-family: Cursive, Vernada, Tahoma; font-size: 1.8em; font-weight: normal; font-style: normal; margin-top: 0px; letter-spacing:-1px}

.content h3
{font-family: Cursive, Vernada ; clear:both; margin:10px 0 7px 0; color:#00CD0D; font-weight:normal; font-size: 1.4em; letter-spacing:-1px;}

.content h4 
{font-size: 1.1em; margin: 5px 0px 5px 0px;}

.content ul li
{margin:0 0 5px 0; line-height:1.5em;}
.content ol li
{margin:0 0 5px 0; line-height:1.5em;}

.footer {
	padding: 5px;
	height: 20px;
	color: #D6E3EF;
	text-align: center;
}
.navcontainer
{
	width: 161px;
	margin: 0px 0px 0px 36px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
.navcontainer a:link, .navcontainer a:visited {
	color: #002D59;
}
.navcontainer ul
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 0px;
	width: 140px;
}

.navcontainer ul ul
{
	display: block;
	font-size: 10px;
	text-indent: 15px;
}

.navcontainer ul li
{
	display: block;
	margin: 0;
	padding: 0;
}

.menu_default, .menu_current
{
	display: block;
	width: 140px;
	padding: 0.1em 0 0.1em 1.3em;
	border-width: 0px;
	border-color: #E7EEE5 #aaab9c #ccc #E7EEF5;
	border-style: solid;
	color: #777;
	text-decoration: none;
	overflow: hidden;
}

.menu_current
{
	background: #BDD2E6;
	color: #004980;
	font-weight: bold;
	border-width: 1px;
	border-color: #aaab9c #fff #fff #ccc;
}

.navcontainer a:hover
{
	background: #E8EFF7;
	text-decoration: none;
}
