@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	margin: 0 auto;
	background: #2A4661 url(/assets/html/bg.jpg) repeat-y center top;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	font-weight: bold;
	color: #2A4661;
}

#pagecontainer {
	clear: both;
	height: auto;
	width: 100%;
	margin: 0 auto;
}
#headercell {
	width: 860px;
	height: 221px;
	margin: 0 auto;
	clear: both;
	display: block;
	background: url(/assets/html/header.jpg) top center no-repeat;
}
#topbox {
	height: 145px;
	width: 743px;	
	clear: both;
	display: block;
}
#menu {
	background: url(/assets/html/menubg.png) no-repeat left top;
	height: 86px;
	width: 743px;

	padding-left: 15px;
	margin-left: 105px;
	padding-top: 12px;
	color: #FFFFFF;
	font: bold 15px Georgia, "Times New Roman", Times, serif;
}
#menu a:hover {
	color: #9CD7F7;
	text-decoration: underline;
}
#menu a {
	color: #FFFFFF;
	font: bold 17px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#contentcell {
	width: 820px;
	height: auto;
	min-height: 300px;
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 15px;
}
#footercell {
	width: 850px;
	height: auto;
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 2px solid #333333;
}
#footercell a {
	color: #2A4661;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
h1 {
	font: bold 25px Georgia, "Times New Roman", Times, serif;
	color: #2A4661;
	text-transform: uppercase;
}
h2 {
	font: bold 22px Georgia, "Times New Roman", Times, serif;
	color: #516C87;
	text-transform: uppercase;
}
