	body {
	font-family: verdana, arial, helvetica, sans-serif;
	color : #000000;
		
}

a:active {
	text-decoration:underline;
	color: #F44904;
	font-weight : bold;
}
a:link {text-decoration:underline;color: #73A2C0;font-weight : bold;}
a:visited {	text-decoration:underline;color: #999999;font-weight : bold;}
a {text-decoration:underline;color:#73A2C0;font-weight : bold;}
a:hover {
	text-decoration:underline;
	color: Yellow;
	font-weight : bold;
}

h1 {
	margin:0;
	padding:2px 5px 0 5px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 2px solid #999999;
	background : #ACC8D1 url(symbol.gif) no-repeat right;
}
h2 {
	padding: 5px 5px 0 5px;
	font-weight:bold;
	color: #ACC8D1;
	border-bottom: 1px dashed #999999;
	background : #ffffff url(symbol2.gif) no-repeat right;
}

h3 {
	padding: 0px 5px 0 5px;
	font-weight:bold;
	color: #ACC8D1;
}

ul {
}

li {
	margin-bottom : 10px;
	list-style : url(bullet.gif);
}

.nopad {margin:0; padding:0;}

P {
	padding: 5px;
	margin-left: 15px;
	line-height : 125%;
}

.banner {
	
}

.boxout {
	border : 1px dashed #999999;
	margin-bottom : 20px;
	margin-left : 20px;
	margin-right : 50px;
	margin-top : 20px;
	padding : 0px 20px 20px 20px;
}

.subhead {
	font-size : 80%;
	color : #999999;
	font-style : italic;
}

.crumb {
	font-size : 80%;
	text-align : right;
	padding : 5 px;
}

.content {
	width : 85%
}

img {
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	margin-right : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 10px;
}