body {
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #004080;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('images/back1.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-attachment:fixed;
	
}
#page {
	width: 800px;
	height: 6000px;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	background:#ffffff;	
	opacity: 0.92;
	-webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
	border-radius: 20px;
    -webkit-box-shadow: 5px 5px 3px #004080;
    -moz-box-shadow: 5px 5px 3px #004080;
     box-shadow: 5px 5px 3px #004080;
	}

#header {
	position: relative;
	top: 10px;
	border: 0px;
	border-left: 1px solid #004080;
	border-right: 1px solid #004080; 
	margin-bottom: 10px;
}
#content {
	width: 250px;
	padding: 10px;
	padding-left: 40px;
	padding-right: 20px;
	float: right;
	margin-bottom: 0px;
}
#menu {
	margin-top: 5px;
	width: 100px;
	padding: 30px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 50px;
	list-style-type: none;
	font-size: 100%;
}
#menu a, #menu a:visited {
	text-decoration: none;
	border: 0px;
	color: #800000;
}
#menu a:hover, #menu a:active {
	color: #990033;
	background: white;
	background-position: 10px 5px;
	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: 5px;
	color: #004080;
	margin-bottom: 50px;

}