/* POSITION AND TEXT CSS */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#header {
	background-image:  url(images/headerbackground.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 392px;
	width: 100%;
}
#header2 {
	background-image:  url(images/header2background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 150px;
	width: 100%;
}
#logo {
	padding: 0px;
	clear: none;
	float: left;
	height: 80px;
	width: 450px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
#headerimage {
	padding: 0px;
	clear: none;
	float: right;
	height: 150px;
	width: 250px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/headerimage.jpg);
	background-repeat: no-repeat;
}
#headerimage-index {
	padding: 0px;
	clear: none;
	height: 392px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/headerimageindex.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 60%;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#mainnav {
	position: absolute;
	visibility: visible;
	height: 20px;
	width: 500px;
	left: 50px;
	top: 100px;
	right: 0px;
	bottom: 0px;
}
.mainnavtext {
	color: #FFFFFF;
	text-transform: lowercase;
}
a.mainnavtextlink:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.mainnavtextlink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.mainnavtextlink:hover {
	text-decoration: none;
	color: #FFFF00;
}
a.mainnavtextlink:active {
	text-decoration: none;
	color: #FFFFFF;
}
#headerintro {
	position: absolute;
	visibility: visible;
	height: 200px;
	width: 500px;
	left: 50px;
	top: 160px;
	right: 0px;
	bottom: 0px;
}
.headerintroyellowheadertext {
	color: #FFFF00;
	text-transform: uppercase;
	font-size: medium;
	font-weight: bolder;
}
.headerintrotext {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
	padding: 0px;
	color: #FFFFFF;
	width: 94%;
}
#content {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
	vertical-align: top;
}
#contentleft {
	clear: none;
	float: left;
	height: auto;
	width: 58%;
	margin: 20px 20px 0px 50px;
	padding: 0px 0px 20px 0px;
}
#contentright {
	clear: right;
	float: left;
	height: auto;
	width: 30%;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 20px 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.contentleftheader {
	font-size: large;
	font-weight: bolder;
	text-transform: uppercase;
}
.contenttext {
	color: #333333;
}
#contentleftfull {
	clear: none;
	float: left;
	height: auto;
	width: 90%;
	margin: 20px 20px 0px 50px;
	padding: 0px 0px 20px 0px;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	clear: both;
	float: left;
}
#footershadowline {
	background-image: url(images/footershadowline.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 100%;
	clear: both;
	float: left;
}
.footerboldwhite {
	font-weight: bolder;
	color: #333333;	
}
.footertext {
	margin: 10px 10px 10px 40px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 92%;
}

/* SPECIAL TEXT CSS */
