* {
margin: 0;
padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	text-align: center;
	background-color: #E1DEDC;
}
#container {
	width: 950px;
	margin: 0 auto;
	background-image: url(../images/BG-950.jpg);
	background-repeat: repeat-y;
}
#contentMain {
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/BG-950.jpg);
	background-repeat: repeat-y;
}
#rightBar {
	width: 336px;
	float: right;
	background-color: #FFFFFF;
	background-image: url(/images/right_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	height: 950px;
}
#header {
	background-image:  url(../images/mast-head-950v2.jpg);
	height: 330px;
	background-repeat: no-repeat;
	display: block;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#footer {
	clear: both;
	height: 127px;
	background-image:  url(../images/footer.jpg);
	display: block;
}
#contentMain p, li {
	margin-right: 40px;
	text-align: left;
	margin-left: 21px;
	font-family: Georgia, "Trebuchet MS", Times, "Times New Roman", serif;
	font-size: 0.9em;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 10px;
}
#contentMain ol {
	
list-style-type:none;
}
#contentMain li {
	padding: 3px 0;
}
#contentMain h2 {
	font-family: Georgia, "Trebuchet MS", Times, "Times New Roman", serif;
	color: #000000;
	width: 622px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-left: 21px;
	font-size: 0.9em;
	background-color: #FFFFFF;
}
#contentMain h3 {
	font-family: Georgia, "Trebuchet MS", Times, "Times New Roman", serif;
	color: #AB170A;
	width: 622px;
	display: block;
	margin-left: 21px;
	font-size: 0.9em;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
#contentMain a {
	color: #000000;
	text-decoration: underline;
}
#contentMain a:hover {
	text-decoration: none;
	background-color: #FFFF00;
}
#contentMain p img {
	margin-left: -12px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.project-contents {
	width: 900px;
	height: 300px;
	vertical-align: middle;
}
#leftColl {
	width: 650px;
	float: left;
	padding-left: 9px;
}
#menu {
	font-family: Georgia, "Trebuchet MS", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: .9em;
}
#menu ul {
	list-style-type: none;
}
#rightColl {
	float: right;
	padding-right: 40px;
	text-align: right;
}
.menuItem {
	line-height: 18px;
}
.menuItem a:link, .menuItem a:active, .menuItem a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.menuItem a:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.menuItemSelect {
	color: #A60002;
}
.menuItemSelect a:link, .menuItemSelect a:hover, .menuItemSelect a:visited {
	color: #A2170A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.subItemSelect a:link, .subItemSelect a:hover, .subItemSelect a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #000000;
	background-color: #FFFFFF;
	width: 77px;
	margin-right: 0px;
}

