#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
 	
}
#header {
	height: 50px;
	background-image: url(Images/IndexHeader.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#topNav {
	width: 100%;
	background-color: #CCCCCC;
}
#pageImage {
	background-color: #CCCCCC;
	z-index: 1;
}
#content {
	padding: 5px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(Images/contentdrop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer {
	text-align: right;
	font-size: 0.8em;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-bottom: 3px;
	color: #FFFFFF;
	background-color: #005c64;
	padding-right: 3px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(Images/bggrade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#indexMain {
	width: 70%;
	position: relative;
	left: 0px;
	top: 0px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#indexRight {
	width: 27%;
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 0.8em;
}
#menuLift {
	z-index: 100;
}
a {
	color: #005c64;
	text-decoration: underline;
}
h1 {
	font-size: 1.5em;
	padding-top: 5px;
	margin-top: 0px;
}
h2 {
	font-size: 1.3em;
	color: #005c64;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-size: 1.2em;
	margin-top: 0px;
	padding-top: 0px;
	font-style: italic;
	font-weight: bold;
}
.spacedList {
	padding-top: 10px;
}
.active {
	background-color: #CCFFFF;
}
.errorData {
	background-color: #FFFF00;
}
#Contact {
	border: 1px solid #666666;
}
#crcEmail {
	border: 1px solid #666666;
}
#crcPhone {
	border: 1px solid #666666;
}
#crcCompany {
	border: 1px solid #666666;
}
#notesComments {
	border: 1px solid #666666;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	font-size: 1px;
}
