@charset "utf-8";
.style3 {color: #FF0000}



body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 500px;
	background-color: #000000;
}
#header  {
	height: 132px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	text-align: right;
	vertical-align: top;
	background-image: url(images/headerbg.jpg);
}
#header p {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
	padding-top: 1px;
}
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
}
#headertext {
	margin-right: 10px;
}

#header a {
	color: #000000;
	text-decoration: none;
}
#header a:visited {
	color: #EE3F24;
}
#header a:hover {
	color: #E5921C;
}
#header a:active {
	color: #F14C1E;
}

#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#ContentHolder   {
	padding: 0px;
	font-size: 10px;
	font-style: normal;
	background-image: url(images/bgcontent.jpg);
	background-repeat: repeat-y;
}
#mainContent      {
	padding-right: 7px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	min-height: 500px;
	background-color: #F7F030;
	background-image: url(images/bgcontent2.jpg);
	background-repeat: repeat-y;
}
#mainContent   li      {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contenttext {
	margin-left: 32px;
	padding-right: 3px;
	padding-left: 3px;
}

#container  #sidebar  {
	float: left;
	position: relative;
	font-size: large;
	width: 176px;
	background-color: #000000;
}
#footer  {
	background-color: #000000;
	height: 90px;
	background-image: url(images/bgfooter.jpg);
	background-repeat: no-repeat;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: lighter;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#footer a:visited {
	color: #EE3F24;
}
#footer a:hover {
	color: #E5921C;
}
#footer a:active {
	color: #F14C1E;
}

#footertextdiv {
	vertical-align: top;
	text-align: center;
}
#footertextdivright {
	vertical-align: top;
	text-align: left;
}
#footertextdivleft {
	vertical-align: top;
	text-align: right;
}





h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #060C28;
	margin-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #060C28;
	margin-top: 0px;
}
hr {
	color: #060C28;
}

a {
	color: #000000;
}
a:visited {
	color: #EE3F24;
}
a:hover {
	color: #E5921C;
}
a:active {
	color: #F14C1E;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style2 {
	color: #000000;
	font-size: 24px;
	text-align: center;
}
.subtext {
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
}
.imageleft {
	float: left;
	padding-right: 8px;
	padding-left: 5px;
}
.imageright {
	float: right;
	padding-right: 5px;
	padding-left: 8px;
}
.htitle {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.map {
	float: right;
}

