body {
	font: 82%/1.7 "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	border-color: #00FF00;
}


.nolead {
	line-height: 120%;
}	

.content {
	
	line-height: 180%;
}	

.content ul {
	margin-top:0px;
	list-style-type: square;
}		

.content {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 40px;
	vertical-align: top;
	background-image: url(images/block-right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#content-body {
max-width:900px;
}

.rightimage {
	float: right;
	margin-left:15px;
	margin-bottom:5px;
}	
.leftimage {
	float: left;
	margin-right:15px;
	margin-bottom:5px;
}	

.grad-top {
	background-image: url(images/grad-top.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.grad-logo {
	background-image: url(images/grad-logo.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.grad-left {
	background-image: url(images/grad-left.gif);
	background-repeat: repeat;
	background-position: left top;
}



h1 {
	font-size:1.7em;
	font-weight: normal;
	font-style: italic;
	color: #999999;

}
h2 {
	font-size:1.6em;
	font-weight: normal;
	font-style: italic;
	color: black;
	margin-bottom: 0px;
}
h3 {
	font-size:1.3em;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	margin-bottom: 0px;
}
h4 {
	font-size:1.2em;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	margin-bottom: 0px;

}

/* Top Nav */

#topnav a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}
	
#topnav a:link, #topnav a:visited {
	color: #ffffff;
}

#topnav a:hover {
	color: #000000;
}

#topnav a:active {
	color: #ff0000;
}

/* Left Nav */

.line-nav-left {
	background-image: url(images/line-white.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

.nav-left {
	background-image: url(images/grad-nav-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color:#FFFFFF;
}

.nav-left a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 150%;

}

.nav-left a:link, .nav-left a:visited {
	color: #0066CC;
	text-decoration: none;

}

.nav-left a:hover {
	color: #000000;
}

.nav-left a:active {
	color: #999999;
	text-decoration: none;
}

/* End Left Nav */

.address {
	padding-top: 5px;
	font-size: 0.9em;
	text-align: center;
	vertical-align: top;
	border-top-width: 2px;
	border-top-color: #0000FF;
	border-top-style: solid;
}

a:link {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color:#0066CC
}
a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	color: #999999;
}