@charset "UTF-8";

html {
	height: 100%;
}
body{
	height: 100%;
	text-align: center;
	background-image: url(images/stripe.png);
	background-repeat: repeat;
}
* {
	margin: 0;
	padding: 0;
}
#wrap {
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-position: left;
	background-color: #FFFFFF;
}
* html #wrap {
	height: 100%
}
#wrap2 {
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/gold2.gif);
	background-repeat: repeat-y;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-position: left;
	background-color: #FFFFFF;
}
* html #wrap2 {
	height: 100%
}
#header {
	width: 900px;
	height: 145px;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
}
#nav {
	background-color: #FFFFFF;
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
	width: 900px;
	color: #FFFFFF;
	text-align: center;
	height: 28px;
}
.nav   ul {
	margin:0;
	font-size:12px;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
.nav li {
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}
.nav a {
	float:left;
	display:block;
	padding-right:20px;
	padding-left:20px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight: normal;
}
.nav a:link, .nav a:visited, .nav a:active {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: normal;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
.nav a {
	float:none;
	text-decoration: none;
}
/* End IE5-Mac hack */
.nav a:hover {
	background-color: #ffde05;
	color: #003366;
	background-image: url(images/navroll.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.nav a.current {
	text-decoration:none;
	background-color: #000000;
}
#lcol {
	width: 244px;
	float: left;
}
#content {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 246px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-image: url(images/gold.gif);
	background-repeat: repeat-x;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	text-align: center;
	margin-top: 50px;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
}
p {
	margin: 0;
	padding-bottom: 15px;
}
#content li {
	padding: 0px;
	margin-left: 30px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #022E6A;
	margin-bottom: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #022E6A;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 0px;
	line-height: 36px;
}
h2 {
	color: #9C8B44;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.center {
	text-align: center;
}
.smaller {
	font-size: 12px;
}
