@charset "utf-8";
/* CSS Document */

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

body {
	margin: 0px;
	color: #000000;
	background-color: #f2f3e8;
	background-image: url(../../images/bg.gif);
	background-repeat: repeat-x;
}


/* Level 1 Elements */

#lvl_1 {
	position: relative;
	width: 765px;
	/*
	border: 1px solid black;
	*/
}

#header {
	position: relative;
	width: 765px;
	height: 130px;
	/*
	border: 1px solid black;
	*/
}

#secBody {
	position: relative;
	width: 765px;
	background: #f2f3e8;
	margin-top: 15px;
	font: 12px/18px Georgia, Times, "Times New Roman", serif;
	/*
	border: 1px solid black;
	*/
}

#leftMargin {
	position: relative;
	width: 135px;
	margin: 0px 15px 0px 0px;
	font: 12px/18px Georgia, Times, "Times New Roman", serif;
	background: #f2f3e8;
	/*
	border: 1px solid black;
	*/
}

#content {
	position: relative;
	float: right;
	width: 615px;
	background: #f2f3e8;
	/*
	border: 1px solid #ff0000;
	*/
}

#content2 {
	position: relative;
	float: left;
	width: 320px;
	margin: 0px 15px 0px 0px;
}

#content3 {
	position: relative;
	float: right; 
	width: 320px;
}

#projectIMG {
	width: 275px;
}

#globalNav {
	position: relative;
}

#footer {
	position: relative;
	font: 10px/14px Georgia, Times, "Times New Roman", serif;
	margin: 10px 0px 0px 0px;
	color: #999999;
}

/* General Formatting */
a {
	color: #e33b30;
	color: #9d3022;
	font: 12px/18px Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

a.active {
	color: #b1b0a7;
}

h1 {
	font: 22px Georgia, Times, "Times New Roman", serif;
	margin: 0px 0px 25px 0px;
	color: #b1b0a7;
}

h2 {
	font: 16px Georgia, Times, "Times New Roman", serif;
	margin: 0px 0px 20px 0px;
	color: #b1b0a7;
}

h3 {
	font: 14px/20px Georgia, Times, "Times New Roman", serif;
	margin: 0px 0px 15px 0px;
	color: #6d6e65;
}

p {
	margin: 0px 0px 15px 0px;
	font: 12px/18px Georgia, Times, "Times New Roman", serif;
	color: #6d6e65;
}



.blackTxt {
	color: #000000;
}

.redTxt {
	color: #9d3022;
}

.navTitle {
	margin: 0px 0px 10px 0px;
	color: #000000;
	font: 11px/14px Georgia, Times, "Times New Roman", serif;
}

.navItem {
	margin: 0px 0px 10px 0px;
	font: 11px/14px Georgia, Times, "Times New Roman", serif;
}

.navItem a {
	font: 11px/14px Georgia, Times, "Times New Roman", serif;
}

p.preH1 {
	margin: 0px 0px 0px 0px;
	color: #b1b0a7;
	font: 11px/16px Georgia, Times, "Times New Roman", serif;
}

#leftCol ul {
	margin-top: 0px;
	/*
	margin-left: 0px;
	*/
}

#leftCol li {
	list-style: none;
	font: 11px/16px Arial, Helvetica, sans-serif;
	margin: 0px 0px 12px -40px;
}

.pubList ul {
	margin-top: 10px;
	/*
	margin-left: 0px;
	*/
}

.pubList li {
	list-style: none;
	font: 11px/16px Arial, Helvetica, sans-serif;
	margin: 0px 0px 12px -40px;
}

