/* CSS Document */
html {
	height:100%;
	background:url(images/bg.jpg) repeat top left;
	margin:0;
	padding:0;
}
body {
	padding:0; 
	margin:0; 
	height:100%; 
	font-size:1em;
	background:url(images/topbg.jpg) repeat-x top left;
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	text-align:center;
}
/* ----------- HEADER STYLES ------------ */
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	font-weight:normal;
	font-style:italic;
	color:#121b2c;
	padding:0px;
	margin:0;
	border-bottom:1px solid #121b2c;
	padding-bottom:2px;
}
h2 {
	font-weight:normal;
	font-size:1em;
	font-style:italic;
	color:#121b2c;
	margin:0;
	padding:0;
	margin-bottom:15px;
}
h2.content {
	font-weight:bold;
	font-size:1.2em;
	color:#003366;
	margin:0;
	font-style:normal;
}
h3 {
	font-weight:bold;
	font-size:1em;
	color:#003366;
	margin:0;
}
h4 {
	font-size:1.5em;
	font-weight:normal;
	color:#FFF;
	margin:0;
}
img a , a img { 
	border:0px;
}
ul {
	line-height:1.5em;
}
/* ------------ CHANGE LINK COLOR HERE ------------ */
a:link{
	color:#333;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color:#666;
}
a:hover{
	text-decoration:none;
	color:#121b2c;
}
a:active {
	text-decoration:none;
}
h3 a:link, h3 a:visited {
	font-weight:bold;
	font-size:1em;
	color:#003366;
	margin:0;
	text-decoration:none;
}
h3 a:hover {
	text-decoration:underline;
}
#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:1051px;
	height:auto;
	text-align:left;
}
#header {
	height:323px;
	width:1051px;
	margin:0;
	padding:0;
	background:url(images/logo.jpg) no-repeat top left;
}
#flash {
	position:absolute;
	top:12px;
	right:0;
	width:686px;
	height:431px;
	margin:0;
	padding:0;
}
#body {
	width:1051px;
	height:auto;
	margin:0;
	padding:0;
	background:url(images/sidebg.jpg) repeat-y top left;
	padding-top:120px;
}
#sidebar {
	position:absolute;
	top:355px;
	left:60px;
	width:243px;
	height:auto;	
	color:#FFF;
	font-size:.85em;
	z-index:40;	
}
#nav {
	width:201px;
	height:auto;
	margin:0;
	padding:0;
	margin:0 auto 30px auto;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	background:url(images/navline.jpg) no-repeat top left;
	padding-top:1px;
}
#nav ul li {
	height:49px;
	background:url(images/navline.jpg) no-repeat bottom left;
	padding-bottom:1px;
}
#sidetext {
	padding:0 15px 0 25px;
}
#sidetext a {
	color:#FFF;
}
#content {
	width:640px;
	height:auto;
	font-size:.85em;
	line-height:1.4em;
	padding:10px 0 10px 0;
	margin-left:385px;
	color:#333;
}
#footer {
	width:100%;
	background:url(images/bottombg.jpg) repeat-x top left;
	height:82px;
	padding:0px;
	color:#111a2c;
	font-size:.9em;
}
#footertext {
	width:696px;
	height:55px;
	background:url(images/footerimage.jpg) no-repeat top left;
	padding:27px 0 0 355px;
	margin:0 auto;
}
#footer a {
	color:#111a2c;
	text-decoration:none;
	margin:0 15px 0 15px;
}
#footer a:hover {
	text-decoration:underline;
}
.floatright {
	float:right;
	margin:0 0 10px 15px;
}
.floatleft {
	float:left;
	margin:0 15px 0 0;
}
.smaller {
	font-size:10px;
	font-style:italic;
}
.pic {
	border:1px solid #000;
}
.redtext {
	color:#FF0000;
	font-weight:bold;
}
.bluetext {
	color:#0000FF;
	font-weight:bold;
}
.noshow {
	display:none;
}
.input {
	border:1px solid #666;
}
.gallery img {
	border:1px solid #000;
}
fieldset {
	border:1px solid #666;
	width:400px;
}
legend {
	background-color:none;
	font-weight:bold;
	font-size:1em;
	color:#003366;
}
.clear {
	clear:both;
}
.smaller {
	font-size:14px;
	font-style:italic;
}
