body { margin: 15px; padding: 15px; color:#88898a; font-family:Helvetica, Arial, sans-serif; font-size:13px; background:#9d9fa1; }
a, a:visited{ text-decoration:none; color:#f8981d }
a:hover{ text-decoration:underline; color:#487c98 }
h1 { margin:0 0 15px 0; font-size:22px; color:#487c98}
h2 { margin:0 0 15px 0; font-size:17px; color:#919194; }
p { margin:0 0 15px 0;}
em { font-size:16px; font-style:normal; font-weight:bold; color:#f8981d }
.tiny { font-size:12px; }

#main { width:1174px; background:#fff; border:1px solid #232020; }
#header { float:left; width:376px; height:123px; border-bottom:1px solid #232020; }
#header img { float:left; }
#header-top { }
#header-top img { float:right; }
#nav { float:right; width:798px; border-bottom:1px solid #232020; background:url(../images/nav_bg.gif) }
#nav_bottom { float:right; width:798px; height: 28px; background:url(../images/nav_bottom_bg.gif) }
#slide { position:relative; float:left; width:329px; height:580px; border-right:1px solid #232020; }
#content { float:right; width:844px; color:#88898a; background:#fff; }
#content2 { padding:2px 50px 10px 30px; text-align:left; line-height:22px; }
#text { margin-left:100px; }

.clear { clear:both; }
.indent { margin-left:29px; }
.required { color: #CC0000; font-size:16px }
.bios { float:left; width:150px; text-align:center; line-height:15px; }

.img-hovers {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.img-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

