h3 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333366;
	background-color: #CCCCFF;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #BCB0F4;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-right: 3px;
	}
	
.blue {
	color: #006699;
	font-weight: bold;
}
.red {
	font-weight: bold;
	color: #990000;
}
.green {
	font-weight: bold;
	color: #006633;
}
.lightgreen {
	font-weight: bold;
	color: #999933;
}
#content {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 3px;
}
.white {
	font-weight: bold;
	color: #FFFFFF;
}
#content a:link, #content a:visited {
	font-weight: bold;
	color: #996699;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #0099CC;
	text-decoration: underline;
}
#head {
	display: block;
	background-image: url(images/head_bg.jpg);
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	width: 200px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#nav p {
	display: block;
	margin-top: 5px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	color: #333333;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
}
#wrap {
	border: 1px solid #CCCCCC;
}
#nav a:hover {
	color: #000000;
	background-color: #E0EBCA;
}
#nav a:active {
background-color: #C4BED8;
	display: block;
	}
