body {
	background: #FFFFFF;
	font: .8em "Verdana", sans-serif;
	margin:0;
	padding:0;
}

ul {
	list-style: square;
}
#home_footer {
position:absolute;
bottom:0;

}
#sidebar {
	background: #ACCFCC url(../img/sidebarbg.gif) top right repeat-y;
	height: 100%;
	overflow: auto;
	left: 0;
	position: absolute;
	text-align: right;
	top: 0;
	width: 260px;
}
#sidebar_footer {
font-size: .8em;
position:absolute;
bottom:0;

}

body > #sidebar {position:fixed;}

#sidebar_name {
	font-size: 1.4em;
	margin: 30px 18px 5px 0;
	font-weight: bold;
}

#sidebar_tagline {
	font-size: .9em;
	margin: 8px 18px 30px 0;
	font-weight: bold;
}

#menu a {
	color: #42504E;
	display: block;
	padding: 7px 18px 7px 0;
	font-size: 1.6em;
	text-decoration: underline;
	width: 242px;
}

#menu a:hover {
	color: #000;
	background: #819C98 url(../img/sidebarbg.gif) top right repeat-y;
}

#menu a.active {
	color: #000;
	background: #FFF;
	padding:5px 18px 5px 0; 
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	text-decoration: none;
}

#menu a.services {
	color: #000;
	background: #FFF;
	padding: 5px 18px 5px 0;
	text-decoration: none;
}

#menu a.studies {
	color: #000;
	background: #FFF;
	padding: 5px 18px 5px 0;
	text-decoration: none;
}

#menu a.top {
	color: #000;
	background: #FFF;
	padding:5px 18px 5px 0; 
	text-decoration: none;
}

#menu a.bottom {
	color: #000;
	background: #FFF;
	padding:5px 18px 5px 0; 
	border-bottom:2px solid #000;
	text-decoration: none;
}
/*---------------------------------*/

#menu a.home {
	text-decoration: none;
}

#menu a.home:hover {
	padding-right: 16px;
}

#menu a.services {
	font-size: 1em;
	text-decoration: none;
}

#menu a.services:hover {
}

#menu a.studies {
	font-size: 1em;
	text-decoration: none;
}

#menu a.studies:hover {
}

#menu a.top {
	color: #000;
	background: #FFF;
	border-top:2px solid #000;
}

#menu a.top:hover {
}

#menu a.bottom {
	color: #000;
	background: #FFF;
	border-bottom:2px solid #000;
	font-size: 1em;
}

#menu a.bottom:hover {
}

/*---------------------------------*/
#content {
	line-height: 1.5em;
	padding: 0 0 0 290px;
	width:620px;
}

#content h1 {
	font-size: 1.9em;
	letter-spacing: 2px;
	border-bottom: #ACCFCC 2px solid;
	margin: 40px 0 0 0;
}

#content h2 {
	color: #42504E;	
}

#content dt {
	color: #42504E;
	font-size: 1.5em;
	font-weight: bold;
	padding: 3px 0 5px 0;
}

#content dd {
	padding-bottom: 20px;
}
/*---------------------------------*/

.pageTop { text-align: right; margin: 10px 0 10px 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; }
.pageTop A { color: #00F; }

