@charset "utf-8";
body {
	background-color: #d1d1d1;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body, html, bottom, wrapper {
	height: 100%;
}
img {
	margin: 0px;
	padding: 0px;
}


#header {
	width: 781px;
	background-color: #241E5A;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#nav {
	background-image: url(../images/navbg.jpg);
	width: 781px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 33px;
}
#wrapper {
	background-color: #6F6041;
	background-image: url(../images/frame_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	width: 781px;
}
#footer p {
	color: #241E5A;
	text-align: center;
	font-size: 10pt;
	margin: 0px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6F6041;
	padding-top: 5px;
	padding-bottom: 15px;
	clear: both;
}
#footer a {
	color: #241E5A;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
#bottom {
	background-color: #FFFFFF;
	width: 781px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
#links {
	height: 33px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	width: 500px;
	margin-left: 90px;
}
#links a {
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 9px;
	display: block;
	float: left;
	padding-bottom: 8px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#links a:hover {
	color: #241E5A;
	background-color: #FBFBFB;
}
.bold_italic {
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #393292;
}
.h2 {
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	color: #3E3495;
	padding-top: 5px;
	padding-left: 8px;
}
.h1 {
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #3E3495;
	margin-bottom: 8px;
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
}
 
