/* CSS Document */

html, body {
	margin: 0px; 
	padding: 0px; 
	border: none;
}

body {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:80%;
}

.underline {
	text-decoration:underline;
}

.groupTitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#menu {
	background: url(../_images/menuBG.jpg) top left no-repeat; 
	width: 155px;
	height: 450px; 
	padding-top: 95px;
	vertical-align:top;
}

#menu ul {
	margin:0px 5px 0px 25px; 
	padding:0px; 
	list-style-position: outside; 
	font-size:1.1em; 
	font-weight: bold;
}

#menu ul li {
	padding-bottom:0.8em;
}

#menu ul li.selected {
	color:#048506;
}

#menu ul li a:link, #menu ul li a:visited {
	color:#000000;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#048506;
	text-decoration:none;
}



#notTheMenu {
	vertical-align:top; 
	width:579px;
	padding-left:25px;
}

#title {
	background:url(../_images/headerBG.gif) no-repeat bottom right; 
	padding-top: 15px;
	font-size:2.5em; 
}

#subTitle {
	font-size:1.5em;
}

#topD2L {
	text-align:right;
	 padding-right:5px;
}