*{margin:0 auto;}

body, html {margin:0 auto; width:100%;  font-family:Arial, Helvetica, sans-serif; background-color:#e5e5e5;}

html{height:100%; }

/* this is a hack to hide the body height from safari and ie */
html[class~=nosafari]{height:100%;}

#wrapper { background-color:#E5E5E5; width:100%; height:100%;  position:relative;}

#header {position:absolute; padding:0; margin:0; top:0px; left:0px; background-color:#8F8F8F; width:100%; height:150px;}

/* this is a hack for safari to continue the left column's dark grey bg color */
#forsafari{width:317px; float:left;  margin-top:50%; position:relative; z-index:5; display:block; border-top:0px solid red; height:10px;background:#cccccc;}
/* end safari hack */
#nav{width:317px; height:170px; position:absolute; top:150px; border:0px solid red;}
#nav object,
#nav embed{ }
#leftWrapper {width:317px; height:100%;  float:left; background:#CCCCCC;}

#rightWrapper{height:100%; float:right;}

#left {background-color:#CCCCCC; width:317px; height:100%; position:absolute; z-index:2; left:0px;}

#right{position:absolute;  top:150px; border-left:317px solid #cccccc; left:0px; z-index:1; background:#e5e5e5;}

#main{
	
	width:624px;
	
	
	
}

#news {
	width:297px;
	z-index:3;
	
	position:absolute;
	top:320px;
	background:#CCCCCC;
	color:#666666;
	font-size:12px;
	padding:0px 10px 0px 10px;
	}
html>#news {
	width:297px;
	z-index:3;
	
	position:absolute;
	top:330px;
	background:#CCCCCC;
	color:#666666;
	font-size:12px;
	padding:0px 10px 0px 10px;
	}
#news p {
	margin-top:5px;
	height:30px;
	overflow:hidden;
}

#news ul {
	text-align:right;
	font-size:11px;
	margin-top:-5px;
	color:#546EB9;
	list-style:none;
}
#news a{text-decoration:none;}

#newsHeader1 {
	margin-bottom:-19px;
	padding-top:10px;
	color:#546EB9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	height:30px;
	overflow:hidden;
}
#newsHeader2 {
	height:30px;
	overflow:hidden;
	margin-bottom:-19px;
	padding-top:10px;
	color:#546EB9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#news hr{border-style:none; background:#666666; height:1px;}

#content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	margin-top:15px;
	padding-left:0px;
	
}

#content p{padding:10px 30px 20px 20px;}

.oList {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0.01em;
	width:300px;
	color:#333333;
	margin:0;
	padding:0;
}

.oList li {
	line-height:10px;
	margin-bottom:-5px;
}

.jProfile{
	width:75%;
	margin-left:30px;
	}
.jProfile li.profileHeader{
	margin-left:0px;
	list-style:none;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	text-decoration:underline;
}
.jProfile li{
	list-style-image:url(../images/bullet.gif);
	margin-left:10px;
	margin-bottom:5px;
}
html > .jProfile{
	color:#333333;
	list-style:none;
	width:75%;
	margin:0;
}

html > .jProfile li{
	list-style-image:url(../images/bullet.gif);
	
	margin-bottom:12px;
}

html > .jProfile li.profileHeader{
	margin-left:-10px;
	list-style:none;
	margin-bottom:10px;
	font-weight:bold;
	text-decoration:underline;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#666666;
	margin-bottom:-5px;
	margin-left:20px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#546EB9;
	font-weight:bold;
	margin-bottom:-10px;
	padding:0px 20px 0px 20px;
}
#content img {
	margin-right:10px;
	float:left;
	}
#contactForm{width:250px; padding:20px; margin:20px 0px 0px 0px;}
#contactForm input{float:right; width:150px}
#contactForm label{float:left;}
#contactForm #comments{width:250px; height:150px;}
.clear{clear:both;}
.bold{font-weight:bold;}