body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	width:100%;
	background-image:url(images/topBannerStrip.gif);
	background-repeat:repeat-x;
	text-align:center;
}
a {
	font-size:13px;
	color:#4b7790;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.wrapper {
	margin:0px auto 0px auto;
	position:relative;
	width:900px;
	text-align:left;
}

#header {
	text-align:left;
	height:74px;
}
#headerLogo{
	margin-top:12px;
	margin-left:10px;
	margin-right:10px;
	float:left;	
}
#headerTitle img{
	margin-top:10px;
	margin-left:80px;
}


.content {
	clear:both;
	margin:10px 0px 10px 0px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4b7790;
}
.content p {
	margin:0px 10px 12px 44px;
}
.contentBot{
	clear:both;
	margin:10px 0px 10px 0px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4b7790;
}
.contentBot p {
	margin:0px 80px 12px 44px;
}
.contentLeft{
	float:left;
	width:570px;
}
.contentRight{
	float:right;
	margin-right:81px;
	margin-bottom:20px;
}
.logoBase{
	margin-top:0px;
	padding:3px;
	* padding:3px 3px 0px 3px;
	border:1px solid #4b7790;
}

#middle{
	clear:both;
	width:100%;
	text-align:center;
	background-color:#000000;
}
#project{
	padding:10px 108px 10px 0px;
	text-align:center;
}

#project p {
	color:#6b6c6c;
	margin-left:30px;
}
#project img {
	
	margin-left:44px;
}
#project ul {
	margin:5px 0px 10px 20px;
}
* html #project ul {
	margin:5px 0px 10px 55px;
}
#project li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4b7790;
	line-height:22px;
	list-style-position: inside;
}
#projectImg{
	visibility:visible;
	z-index:1;
}
#projectImg img{
	border:1px solid #dadfe2;
}
#projectMsg{
	visibility:hidden;
	z-index:10;
	background-image:url(images/alphaBack.png);
	background-repeat:repeat;
	text-align:center;
	height:435px;
	width:100%;
	position:absolute;
	left:0;
}
#projectMsgForIe{
	visibility:hidden;
	z-index:10;
	text-align:center;
	height:435px;
	width:100%;
	position:absolute;
	left:0;
}
#projectMsg img{
	margin-top:150px;
}
#projectMsg a{
	margin-top:30px;
}
#botLink{
	margin:16px 0px 10px 0px;;
	height:30px;
	width:850px;
	display:block;
	text-align:center;
	color:#4b7790;
	font-size:13px;
	background-image:url(images/linkBase.gif);
	background-repeat:no-repeat;
	padding-top:3px;
}
#botLink a{

	text-decoration:none;
} 
#botLink a:hover{
	text-decoration:underline;

}

.divider {
	height:20px;
	background-image:url(images/divider.png);
	background-repeat:no-repeat;
	background-position:left;
}
.dividerWide {
	margin:10px 0px 5px 0px;
	clear:both;
	height:10px;
	background-image:url(images/divider2.png);
	background-repeat:no-repeat;
	background-position:left;
}
.spacer {
	height:20px;
}
#footer {
	margin-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	background-image: url(images/botBannerStrip.png);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom:1px solid #b7b7b7;
	width:100%;
	height:30px;
	text-align:center;
	background-color:#ECF1F4;
	padding-top:15px;
}
#footer a {
	font-size:11px;
	color:#376884;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
