body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #EFEFEF;
	background-image: url(../../images/body_backing.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#page {
	margin: 0px auto;
	width: 743px;
	text-align: left;
}
#header {
}
#head_image {
	background-image: url(../../images/02_01.png);
	background-repeat: no-repeat;
	float: left;
	height: 151px;
	width: 233px;	
}
#head_future{
	background-image: url(../../images/02_02.png);
	background-repeat: no-repeat;
	float: right;
	width: 510px;
	height: 151px;
	text-align: right;
}
#postheader {
	background-image: url(../../images/02_03.png);
	clear:both;
}
#menu {
	float: left;
	width: 233px;
	padding-left: 12px;
}
#menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 20px 26px;

}
#menu ul li{
	padding: 5px 0px;

}
#menu ul li a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#menu ul li a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
#textcontent{
	float: right;
	width: 497px;
}
#footer {
	clear: both;
	padding-left: 246px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.aCenter {
	text-align: center;
}
.aLeft {
	text-align: left;
}
.aRight {
	text-align: right;
}
a:link {
	color: #094BCB;
}
a:visited {
	color: #094BCB;
}
a:hover {
	color: #F2D377;
}
a:active {
	color: #000000;
}
h1 {
	font-size: 140%;
	color: #094BCB;
}
h2 {
	font-size: 130%;
	color: #DA5B00;
}
h3 {
	font-size: 125%;
	font-weight: normal;
	color: #000000;
}
h4 {
	color: #DA5B00;
	font-size: 120%;
	font-weight: normal;
}
