body {
	background-color: #E8F7C8;
	font:.8em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4;
	text-align:center;
	}
#wrap{
	position:relative;
	width:700px;
	margin:40px auto;
	text-align:left;
	}
#hdr {
	margin:0;
	}
#hdr a img{
	border:none;
	}
#slideshow {
	width:602px;
	margin:72px auto 52px;
	text-align:center;
	}
	
.boldish {
	font-weight:bold; color:#333;
	}
	
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:center;
	text-indent:0;
	position:absolute;
}

#nav a {
	display: block;
	text-decoration:none;
	font-size:10px;
	/*font-weight:bold;
	width: 10em;*/
	}
#nav a:hover, #nav a:active {
	background:#933;
	color:#993;
	}

#nav li {
	float: left;
	width:auto;
	/*width: 10em;*/
}
#nav li ul {
/*	_margin-top:35px;*/
	top:34px;	
	position: absolute;
	width: auto;
	left: -999em;
	background:#993;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	_left:0;
/*	padding:.3em;*/
	}
/* ie hacks */
#nav li.sfhover ul.navmed {
	left:77px; /* graphic version. */
	left:0px;
	}
#nav li.sfhover ul.navabout {
	left:165px;
	left:90px;
	}
#nav li.sfhover ul.navabtelesa {
	left:318px;
	left:240px;
	width:20.8em;
	}
#nav li.sfhover ul.navtesti {
	left:414px;
	left:335px;
	width:13em;
	}
#nav li.sfhover ul.navtools {
	left:329px;
	width:37em;
	}
#nav li.sfhover ul.navstudy {
	left:375px;
	width:37em;
	}
#nav li.sfhover ul.navnews {
	left:560px;
	width:2em;
	}

#nav li.sfhover ul.navcontact {
	left:396px;
	width:23.8em;
	}

/* Firefox hacks */
#nav li:hover ul.navtools, #nav li:hover ul.navcontact, #nav li:hover ul.navstudy {
	right: .1em;
	width:auto;
	}
#nav li:hover ul.navnews {
	right:8em;
	width:auto;
	}
#nav li ul li {
	/*margin-right: 1em;*/
	}
#nav li ul li a{
	padding: .5em;
	}


#content {
	text-align:left;
	width:360px;
	margin:0 auto;
	}

h1 {
	margin:0;
	height:92px;
	width:700px;
	position:relative;
	}
h1 span{
	background:url(images/nav_logo.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}

a:link {
	color:#933;
	}
a:visited {
	color:#933;
	}
a:hover {
	color:#990;
	}
a:active {
	color:#990;
	}

/*	neat form labels | fields */
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 25%;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 70%;
  text-align: left;
  }
div.spacer {
  clear: both;
  }

p.quote {
	font-size:0.75em;
	line-height:1.1;
	margin-bottom: 4em;
	}
.attribution {
	text-align:right;
	}
#footer {
	color:#933;
	font:.75em normal "Times New Roman", Times, serif;
	line-height:1.1;
	margin-top:2.5em;
	text-align:center;
	}
div#sidebar {
	float:right; margin-left:12px; background:#666; color:#fff; width:225px;padding:0;
	clear:both;
	}
div#sidebar p, div#sidebar h3{
	margin:.5em;
	}
div#sidebar a {
	color:#fff; font-weight:bold; text-decoration:underline;
	}
div#sidebar a:hover {
	color:#fc3;
	}