@charset "UTF-8";
body {
	background-image: url(../images/backgroundgradient.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #100B8B;
	background-position: bottom;
}

#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-top: 18px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	margin-top: 30px;
	clear: both;
	padding-bottom: 8px;
	border-top-width: thin;
	border-top-style: solid;
	padding-top: 18px;
	background-color: #FFFFCD;
	border-top-color: #666666;
}
#logo {
	height: 104px;
	padding-bottom: 8px;
}
#nav {
	height: 57px;
	border-top-style: solid;
	border-top-width: thin;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	background-color: #FFFFCD;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
#banner {
	height: 75px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#bannerpages {
	height: 41px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 17px;
}
#leftColumn {
	float: left;
	width: 538px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#rightColumn {
	float: right;
	width: 315px;
	padding-bottom: 15px;
	padding-right: 20px;
}
a:link {
	color: #100B8B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #100B8B;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #993300;
}
body,td,th {
	color: #000000;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Trebuchet MS, Verdana, sans-serif;
	font-size: 1em;
}
h3 {
	font-size: 1.9em;
	color: #741420;
	font-style: normal;
	line-height: 1.4em;
	vertical-align: baseline;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	margin-top: 0px;
	line-height: 1.6em;
	font-weight: normal;
}
h1 {
	font-size: 1.6em;
	color: #741420;
	font-style: normal;
	line-height: 1.4em;
	vertical-align: baseline;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
}
p {
	font-size: 0.9em;
	margin-top: 0px;
}
