@charset "utf-8";
/*-- Main ----------------------------------------------------------*/
/*------------------------------------------------------------------*/
h1, h2, h3, h6, p {
	margin: 0;
	padding: 0;
}
p {
	margin: 12px 0;
	line-height: 1.5;
}
#container {
	width:760px;
	top: 0px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	font: normal 14px Arial, Helvetica, san-serf;
}
#logo {
	width: 330px;
	height: 95px;
	position: absolute;
	left: 0px;
	top: 29px;
}
/*-- Content -------------------------------------------------------*/
/*------------------------------------------------------------------*/
#content {
	min-height: 100px;
	padding: 15px;
	text-align: left;
}
#content h2 {
	font: bold 16px Arial, Helvetica, san-serf;
}
#content h3 {
	font: normal italic 14px Arial, Helvetica, san-serf;
}
#content a, #content a:visited {
	color: #000066;
	font: bold normal 16px Arial, Helvetica, san-serf;
	text-decoration: underline;
	margin: 12px 0;
	line-height: 1.5;
}
#content a:hover {
	color: #0066FF
}
#content em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
}
#content .divider {
	border-top: solid #A6ACC8 1px;
	height: 2px;
	border-bottom: dashed #0060FF 1px;
	clear: both;
}
#content img.about {
	padding: 2px 0 2px 15px;
}
#content .box {
	width: 160px;
	display: block;
	float: left;
	margin: 0 15px;
}
#content .boxL {
	width: 160px;
	display: block;
	float: left;
	margin: 0 15px 0 0;
}
#content .boxR {
	width: 160px;
	display: block;
	float: left;
	margin: 0 0 0 15px;
}
#title {
	padding: 2px 0;
	text-align: left;
	border-bottom: dashed #0060FF 1px;
}
#title h1 {
	font: normal 22px Verdana, Geneva, sans-serif;
	color: #0060FF;
	padding: 8px 15px;
	border-bottom: solid #A6ACC8 1px;
}
#divider {
	border-bottom: dashed #0060FF 1px;
	clear: both;
}
/*-- Footer --------------------------------------------------------*/
/*------------------------------------------------------------------*/
#footer {
	padding: 2px 0;
	text-align: left;
	border-top: dashed #0060FF 1px;
}
#footer h6 {
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #A6ACC8;
	padding: 8px 15px;
	border-top: solid #A6ACC8 1px;
}

