* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10pt;
	color: black
}

img {
	border: 0;
}


#tagline {

}

#vcontainer {
	text-align: center;
	position: absolute;
	top: 40%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#hcontainer {
	margin: 0 auto;
	width: 400px;
	text-align: center;
}

/* Layout for the page body */
#bodycontainer {
	min-height: 100%;
	height: auto !important;
    height: 100%;
	text-align: center;
	/*position: absolute;*/
	margin: 0 auto -75px;
	padding-top: 10px;
	/*padding-bottom: 10px;
	top: 10px;
	left: 0px;*/
	width: 500px;
	/*height: 1px;
	overflow: visible;
	visibility: visible;
	display: block*/
}

/* Text styles for the page body */
#mainbodytext {
	text-align: left;
	/*margin: 5px auto;*/
}


.footer 
{
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: black;
	visibility: visible;
	display: block
}

.pagefooter 
{
	text-align: center;
	/*vertical-align: bottom;
	position: absolute;
	margin: 10px auto;
	bottom: 10px;
	left: 0px;
	width: 100%;*/
	height: 30px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: black;
	/*visibility: visible;
	display: block*/
}


a { 
	text-decoration: none; 
	color: #000080
}

a:link, a:visited {
	text-decoration: none;
	color: #0000FF
}

a:active {
	text-decoration: none;
	color: #FF6600
}

a:hover {
	text-decoration: underline;
	color: #7575FF
}

.topmenu {
	width: 100%;
	margin: 1em 0;
	padding: 0px 0.5em;
	background: #fff none;
}

.topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topmenu li {
	margin: 0;
	padding: 0;
	float: left;
	width: 16%;
	text-align: center;
}

.titlelogo {
	border: 0px;
}

#mainbodytext hr, .pagefooter hr {
	background-color: black;
	color: black;
	margin: 10px auto;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	text-align: center;
	height: 1px;
	width: 450px;
	border: 0;
	/*display: block;*/
}

.bodyimageleft, .bodyimageright {
	vertical-align: text-top;
	/*border: 1px;*/
	padding:1px;
	border:1px solid #021a40;
}

.bodyimageleft {
	float: left;
	margin: 5px 10px 5px 5px;
}

.bodyimageright {
	float: right;
	margin: 5px 5px;
}

.pagefooter, .push {
	height: 75px;
}
