@charset "utf-8";
/* CSS Document */


body {
	 background-color:#0034aa;
	 background-image:url(../img/bgtile.jpg);
	 background-repeat:repeat-x;
	 text-align:center;
}

.main {
	text-align:left;
}

.header {
	height:200px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	text-indent:-10000px;
}
.menu {
	height:50px;
	background-image:url(../img/topbar.gif);
	background-repeat:no-repeat;
	text-align:center;
}

.menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;

}

.menu ul li {

	float:left;
	display:block;
	height:25px;
	padding:0px;
	margin:0px;
	padding:10px;
	text-align:center;
	background-image:url(../img/menudiv.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	padding-top:15px;
}

.menu ul li.last-item {
	background-image:none;
}

.menu ul li a:link, .menu ul li a:visited {
	color:#FFF;
	text-decoration:none;
}
.menu ul li a:hover {
	text-decoration:underline;
}

.content {
	background-color:#FFF;
	margin-top:0px;
	background-image:url(../img/content_tile.jpg);
	background-repeat:repeat-y;
	padding-left:35px;
	padding-right:35px;
	padding-top:15px;
	padding-bottom:15px;
}


.footer {
	background-image:url(../img/footer.jpg);
	height:193px;
	background-position:bottom left;
	padding-left:35px;
	padding-right:35px;
	overflow:hidden;
	background-repeat:no-repeat;
}

.footer .foot_leftbox {
	margin-top:15px;
	width:400px;
	height:150px;
	float:left;
	border-right:1px solid #666;
}
.footer .foot_rightbox {
	margin-top:15px;
	width:450px;
	margin-left:15px;
	float:left;
}

a, a:link, a:visited {
	color:#03F;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}