body {
	background:#222;
}

a {
	font-family:Helvetica, Arial, Sans-serif;
	font-size:10pt;
}

img {
	margin:0;
	padding:0;
}

.clearfix {
	clear:both;
}

/*---------------------wrapper------------*/
div#wrapper {
	background: #fff;
	width:883px;
	height:768px;
	margin:0 auto;
}

/*---------------------header-------------*/
div#header {
	width:883px;
	height:69px;
	background: url(../images/headerBG.jpg) repeat-x;
}

div#headerLeft {
	float:left;
}

div#headerRight {
	overflow:hidden;
	float:right;
	width:130px;
	height:69px;
	color:#fff;
}

div#headerRight img{
	top:3px;
}

div#headerLinks {
	float:right;
	margin-right:10px;
}

/*---------------------mid------------*/
div#mid {
	height:216px;
	background: url(../images/midBG.jpg) repeat-x;
}

.midLeft {
	margin-left:29px;
	margin-right:-10px;
}

div#mid img{
	
}

.rightMid {
	position:relative;
	top:-37px;
}

/*---------------------content-------------*/
div#content {
	height:483px;
	background: url(../images/contentBG.jpg) repeat-x;
	border-bottom: solid 1px #000;
}

div#colLeft {
	width:520px;
	height:100%;
	float:left;
}

div#colLeft h1{
	background: url(../images/subHead.gif) no-repeat;
	text-indent:-9999px;
	margin-left:33px;
	margin-bottom:0px;
	height:21px;
}

div#colLeft p{
	margin-top:17px;
	line-height:12pt;
	padding-left:33px;
	width:438px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10pt;
	color:#424544;
}

div#colLeft li{
	margin-left:50px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10pt;
	color:#424544;
}

div#colRight {
	width:362px;
	height:100%;
	float:right;
}

div#links {
	margin-top:20px;
	background: url(../images/rightLinks.jpg);
	width:317px;
	height:456px;
}

.DH {
	position:relative;
	top:105px;
	margin-left:80px;
}

.MEI {
	position:relative;
	top:207px;
	margin-left:80px;
}

.SN {
	position:relative;
	top:300px;
	margin-left:80px;
}

/*------------------------------footer-----*/
div#footer {
	border-top:solid #fff 1px;
	background:#002e64;
	clear:both;
	margin-top:-2px;
	width:800;
	height:30px;
	padding-left:145px;
	color:#ccc;
	font-size:.6em;
	font-family:Helvetica, Arial, sans-serif;
}

div#footer p{
	padding-top:-2px;
}

div#footer a{
	color:#ccc;
	font-size:1em;
	font-family:Helvetica, Arial, sans-serif;
}








