@charset "utf-8";
#container {
	clear: none;
	width: 750px;
	float: none;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#sidebar_links {
	padding: 5px;
	float: left;
	width: 189px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #32a4fc;
	height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990099;
}
#main_content {
	float: left;
	width: 738px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #32A4FC;
	height: 380px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #32A4FC;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#main_content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #32a4fc;
}

#main_content a {
	color: #32a4fc;
	text-decoration: underline;
}
#main_content a:hover {
	color: #a3d2fc;
	text-decoration: underline;
}

#hl_graphic_container {
	float: left;
	height: 260px;
	width: 185px;
	padding-top: 10px;
}
#welcome_text {
	float: left;
	width: 728px;
	padding: 5px;
}
#welcome_text h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 6px;
	font-weight: bold;
	color: #32a4fc;
}
#welcome_text a {
	color: #32a4fc;
	text-decoration: underline;
}
#welcome_text a:hover {
	color: #A3D2FC;
	text-decoration: underline;
}


#dh_graphic_container {
	float: left;
	height: 260px;
	width: 184px;
	padding-top: 10px;
}
#hh_graphic_container {
	float: left;
	height: 260px;
	width: 184px;
	padding-top: 10px;
}
#hr_graphic_container {
	float: left;
	height: 260px;
	width: 185px;
	padding-top: 10px;
}

#main_content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #32a4fc;
	z-index: auto;
}
#navbar {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	background-color: #FFFF99;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #32a4fc;
	border-left-color: #32a4fc;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}
#navbar li {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
}
#navbar a {
	text-decoration: none;
	color: #000000;
}
#navbar a:hover {
	color: #32a4fc;
	text-decoration: none;


.image_border_left_green {
	padding: 2px;
	border: 1px solid #cc0000;
	margin-top: 5px;
	margin-right: 5px;
}

