﻿html
{
	margin: 0px 0px 40px 0px;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Sans-Serif;
}

body
{
	margin: 0px 0px 40px 0px;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Sans-Serif;
}

INPUT
{
	font-size: .8em;
}

SELECT
{
	font-size: .8em;
}

TEXTAREA
{
	font-size: .8em;
	font-family: Arial, Sans-Serif;
}

H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	line-height: .8em;
	font-weight: normal;
	color: black;
}

H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1.8em;
	font-weight: bold;
	color: navy;
}

H3
{
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: black;
}

H4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: bolder;
	color: white;
	width: 100%;
	background-color: #a4a0dd;
	text-align: center;
	font-style: italic;
}

.nav
{
	padding: 1px;
	font-size: 1.1em;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	width: 240px;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	border-right: white 1px solid;
	letter-spacing: .75mm;
}

.navsel
{
	padding: 1px;
	font-weight: bold;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	width: 240px;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	background-color: #5c5db7;
}

a.nav
{
	text-decoration: none;
}

a.navsel
{
	text-decoration: none;
}

#sitewrapper
{
	margin: 0px;
	padding: 0px;
	width: 1000px;
	background-color: white;
	text-align: center;
}

#header
{
	background-image: url(images/header.jpg);
	height: 189px;
	margin-bottom: 0px;
	cursor: pointer;
}

#contentwrapper
{
	height: 100%;
	text-align: left;
}

#navarea
{
	float: left;
	width: 240px;
	padding: 10px;
	margin-left: -1px;
}

#main
{
	margin-left: 250px;
	/*width: 720px;*/
	border-left: black 1px solid;
	padding: 10px;
}

#footer
{
	border-top: black 1px solid;
	text-align: center;
	padding: 5px;
	font-size: .7em;
	color: Gray;
}


