body {
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #004080;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #EBF1F3 url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#page {
	width: 800px;
	height: 1112px;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	background: #EBF1F3;
	background-repeat: no-repeat;
}
#header {
	position: relative;
	top: 10px;
	border: 0px;
	border-left: 1px solid #EBF1F3;
	border-right: 1px solid #EBF1F3; 
	margin-bottom: 10px;
}
#content {
	width: 250px;
	padding: 10px;
	padding-left: 40px;
	padding-right: 20px;
	float: right;
	margin-bottom: 0px;
}
#menu {
	margin-top: 30px;
	width: 100px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: 50px;
	list-style-type: none;
	font-size: 100%;
}
#menu a, #menu a:visited {
	text-decoration: none;
	border: 0px;
	padding-left: 8px;
	color: #004080;
}
#menu a:hover, #menu a:active {
	color: #990033;
	background: white;
	background-position: 10px 2px;
	background-repeat: no-repeat;
	}
#menu li {
	height: 25px;
	border-bottom: 1px solid #004080;
	padding-top: 8px;
}
#h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #004080;	
	margin-top: 30px;
	margin-bottom: 10px;
	clear: both;
}
h2 {
	font-size: 8pt;
	font-weight: bold;
	color: #004080;	
	margin-top: 30px;
	margin-bottom: 0px;
	clear: both;
}

#footer {
	text-align: left;
	border-top: 1px;
	padding-left: 30px;
	color: #004080;
	margin-bottom: 50px;

}