body {
	background: #FFF;
	margin-left: 0px;
}

#page {
	background: #FFF;
	margin: 0 auto; 
	width: 800px;
	border: 1px solid #ccc;
}

#header {	
	width: 800px;
	height: 127px;
	float: left;	
}

#menu {	
	width: 800px;
	height: 50px;
	float: left;	
	background: #fff url('images/menubg.jpg') repeat-x left bottom;
}


#footer {
	width: 700px;
	clear: both;
	margin-top: 50px;
	margin-bottom: 10px;
}

p{
	font: normal 10pt arial;
	color: #000;
}

ul {
	font: normal 10pt arial;
	color: #01008a;
}

ol {
	font: normal 10pt arial;
}

li {

	list-style-position: outside;
	line-height: 1.1;
	margin-bottom: 3px;
}

h1 {
	font: normal bold 14pt arial;
	color: #000;

}

h2, h3, h4, h5 {
	font: normal bold 12pt arial;
	color: #000;
	margin-left: 5px;
	text-align: center;
}

a:link {
	color: #4646FE;
}

a:visited {
	color: #4646FE;
}

a:hover {
	color: #01008A;
}

a:active {
	color: #01008A;
}

#footer p{
	font: normal 8pt arial;
	margin-left: 5px;
}

.menutext{
	font: normal 16pt arial;
	color: #01008a;
	margin-left: 5px;
}

.menutext a:link {
	color: #01008a;
}

.menutext a:visited {
	color: #01008a;
}

.menutext a:hover {
	color: #01008A;
}

.menutext a:active {
	color: #01008A;
}