body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #CCCCCC;
	font-style: normal;
	line-height: 145%;
	margin: 0px 0px 0px 0px;
	border: 0px;
	text-align: center;
	background-color: #7F7F7F;
}

html {
min-height: 100%;
margin-bottom: 1px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #C89A0F;
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #CCCCCC;
	line-height: 1.2em;
	text-align: left;
	margin:0;
	margin-bottom:10px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
h1 {font-size:1.8em;	line-height: normal;}
h2 {
	font-size:1.3em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom:0px;
}
h3 {font-size:1.2em;	line-height: normal;}
h4 {
	line-height: 100%;
	color: #1F4A8C;
	font-size: 1.1em;
}


#header {
	position:relative;
	left:auto;
	top:0px;
	width:740px;
	height:125px;
	z-index:1;
	visibility: visible;
	clear: both;
	overflow: visible;
	margin: 0px 0px 0px 0px;
	background-color: #343434;
	background-image: url(images/header_bg_image.png);
	background-repeat: no-repeat;
	background-position: top right;
}

 ul#navlist {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 1.3em;
	line-height: normal;
	color: #ADADAD;
}
 #navlist li {list-style-type: none; display: inline;}
 #navlist a {padding: 4px 10px 4px 10px;}
 #navlist a:link {
	color: #ADADAD;
	text-decoration: none;
}
 #navlist a:visited {
	color: #ADADAD;
	text-decoration: none;
}
 #navlist a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#subnav {
	float: left;
	position: relative;
	bottom: auto;
	width: 200px;
	top: 0px;
	z-index: 2;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	overflow: visible;
	height: auto;
	text-align: left;
	border-left: solid #cccccc 1px;
	left: 150px;
}

 ul#subnavlist {
	color: #ADADAD;
	font-size: 1em;
	padding: 10px 0px 10px 0px;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
}
 #subnavlist li {
	list-style-type: none;
	display: inline;
	text-align: left;
}
 #subnavlist a {
	padding: 0px 5px 0px 5px;
	display: block;
	margin: 2px 0px 0px 0px;
}
 #subnavlist a:link {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
}
 #subnavlist a:visited {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
}
 #subnavlist a:hover {
	color: #FFFFFF;
	background-color: #C89A0F;
	text-decoration: none;
	display: block;
}



#navbar {
	position:relative;
	top:0px;
	width:750px;
	height:85px;
	z-index:1;
	float: left;
	margin: 0px;
	text-align: left;
	clear: right;
	background-color: #666666;
	padding: 0px;
	left: 10px;
}



#wrapper {
	margin: 0 auto;
	width: 770px;
	text-align: left;
	z-index: 1;
	padding: 0px;
	height: auto;
	background-color: #7F7F7F;
	}

#content {
	position:relative;
	top:0px;
	width:750px;
	height:auto;
	z-index:1;
	float: left;
	right: 0px;
	margin: 0px;
	text-align: left;
	padding: 0px 0px 50px 0px;
	background-color: #666666;
	background-image: url(images/content_bg_image.jpg);
	background-repeat: no-repeat;
	background-position: 320px -5px;
	left: 10px;
}
#content_no_bg {
	position:relative;
	top:0px;
	width:750px;
	height:auto;
	z-index:1;
	float: left;
	right: 0px;
	margin: 0px;
	text-align: left;
	padding: 0px 0px 50px 0px;
	background-color: #666666;
	left: 10px;
}

#footer {
	clear: both;
	float: left;
	bottom: 0px;
	z-index: 3;
	position: relative;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	width: 740px;
	background-color: #4D4D4D;
	height: 40px;
	display:inline;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #ADADAD;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px;
}

.footertext a:link{
	text-decoration: none;
	color: #CCCCCC;
	display: inline;
}
.footertext a:visited{
	text-decoration: none;
	color: #CCCCCC;
}
.footertext a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

#welcome_textbox {
	position:relative;
	left:60px;
	top:0px;
	width:410px;
	height:auto;
	z-index:2;
	text-align: left;
	padding: 0px 0px 0px 15px;
	border-left: solid #cccccc 1px;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow: visible;
}
#contact_textbox {
	position:relative;
	left:180px;
	top:0px;
	width:410px;
	height:auto;
	z-index:2;
	text-align: left;
	padding: 0px 0px 0px 15px;
	border-left: solid #cccccc 1px;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow: visible;
}

#blot_sitecredit {
	position:relative;
	top:auto;
	width:auto;
	height:17px;
	z-index:2;
	float: right;
	padding: 8px 16px 0px 2px;
	color:#ccc;
	
}
#footer_textbox {
	position:relative;
	top:0px;
	width:auto;
	height:auto;
	z-index:2;
	float: left;
	padding: 8px 2px 0px 16px;
}
#project_textbox {
	position:relative;
	left:100px;
	top:0px;
	width:300px;
	height:auto;
	z-index:2;
	text-align: left;
	padding: 0px 0px 0px 15px;
	border-left: solid #cccccc 1px;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow: visible;
	clear: right;
}

.white_text {color: #FFFFFF}
