* html * {
	zoom: 100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
}

* {
	margin: 0px;
}

p, h3, h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul, ol, dl, blockquote, cite {
	margin-left: 20px;
}

#submit {
	background-color: #516975; 
	color: #CCCCCC; 
	margin: 2px 0px 0px 0px;
	padding: 2px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

}
	
a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0px;
}
a:hover, #nav a:hover {
	color: #6600CC;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
}

#body_center {
	margin-left: auto;
	margin-right: auto;
	width:770px;
	height: 100%;
	border: 0px solid;
/*	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;*/
	text-align: left;
}

#site_content {
	width: auto;
	bottom: 0px;
	border: 0px solid;
}

#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	position:relative;
	left:0px;
	top:0px;
	height:166px;
	border-right: 1px solid #CCCCCC;
}

#menutext {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	padding-right: 10px;
}

#page_menu {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	position:relative;
	left:0px;
	top:0px;
	height:52px;
	text-align: left;
	padding-left: 60px;
	padding-top: 12px;
	color: white;
	font-size: 18px;
}

#page_content {
	position:relative;
	left:0px;
	top:0px;
	/*height:346px;*/
	padding: 5px;
}

#validxhtml {
	text-align: center;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: static;
	left: 0px;
	bottom: 0px;
	height: 86px;
	text-align: center;
	padding-top: 10px;
}
