body
{
	margin: 0;
	padding: 0;
	font-family: arial, hevetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #27408B;
	/* color: #333; */
	/* background-color: #8470FF; */
	background-color: #000022;
}

a:link { color: #0000FF; }
a:visited { color: #0000FF; }

a:hover, a:active
{
	color: #00aaFF;
	background-color: #FFFFFF;
	text-decoration:underline;
}

h3
{
	color: #27408B;
	font-family: "times new roman", "Century Gothic", georgia, times, serif;
	font-size: 200%;
	font-weight: normal;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h4
{
	color: #27408B;
	font-family: georgia, times, "times new roman", serif;
	font-weight: normal;
	font-size: 100%;
	margin-top: 0;
}

#centered
{
	/* margin-top: auto; */
	/* margin-bottom: auto;*/
	/* margin: 1em auto; */
	border: 1px none #fff;

	position:absolute;
	top:50%;
	height:280px;
	/*height:300px;*/
	margin-top:-10em;

}

#container
{
	margin: 1em auto;
	width: 800px;
	height: 780px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;

}

#innerwindowtest
{
	margin 3em auto;
	/* margin-left: auto;
	margin-right: auto; */
	width: 550px;
	height: 300px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #27408B;
}

#borderbox
{
	margin: 10px auto;
	width: 780px;
	height: 755px;
	/* text-align: left; */
	background-color: #fff;
	border: 1px solid #27408B;
}

#innerwindow
{
	margin: 3em auto;
	/* margin-left: auto; */
	/* margin-right: auto; */
	width: 575px;
	height: 300px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #27408B;

	position: relative;

/*	min-height: 10em; */
/*	display: table-cell; */
/*	vertical-align: middle */
}



#innerwindow p
{
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
}

#innerwindow b
{
	text-align: left;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
}

#left_logo
{
	height: 45px;
	width: 50%;
/*	background-image: url(header.jpg); */
/*	background-repeat: no-repeat; */
/*	background-position: 0 0; */
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}

#logo
{
	margin: auto;
	width: 300px;
	text-align: center;
	padding-top: 10px;
}


#left_logo h1
{
	font-family: Georgia,"Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans",Helvetica,Verdana,sans-serif;
	font-size: 30px;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }
/* #mainnav li ul { position: absolute; left: 149px; top: 0; display: none; } */


#image
{
	float: right;
	width: 320px;
	/* padding-left: 15px; */
	padding-left: 10px;
	padding-right: 40px;
	padding-top: 15px;
	border: 1px none #fff;
}

#powerdbyimage
{
	float: right;
	width: 150px;
	/* padding-left: 15px; */
	padding-left: 10px;
	padding-right: 40px;
	padding-top: 15px;
	border: 1px none #fff;
}

#contents 
{
	margin: 0 200px 0px 20px;
	width: 750px;
}
#contents p { line-height: 165%; }
/* .mainentry { border-bottom: 1px solid #C5C877; } */
.innerwindow { border-bottom: 1px solid #C5C877; }
.centerbox { border-bottom: 1px solid #C5C877; }

.imagefloat 
{
	float: right; 
	clear;right
}

#address
{
	/*clear: both;*/
	background-color: #fff;
	/*color: #27408B;*/
	text-align: center;
	font-size: 80%;
	margin-bottom: 40px;
}

#address p { line-height: 15px; font-size: 80%; text-align: center;padding: 0px; }

#footer
{
	clear: both;
	color: #27408B;
	text-align: center;
	font-size: 90%;
}

#footer p
{
text-align: center;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}


