@charset "UTF-8";

#Container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Images/about_us_background.png);
	background-repeat: no-repeat;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#Content ul li {
	list-style-type: disc;
	line-height: 1em;
}
#Content ul li a:link {
	text-decoration: none;
	color: #00F;
}
#Content ul li a:visited {
	text-decoration: none;
	color: #00F;
}
#Content ul li a:hover {
	text-decoration: underline;
	color: #F03;
}
#Header {
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 350%;
	font-style: normal;
	margin-bottom: 0px;
}
h2 {
	font-size: 150%;
	font-style: normal;
	margin-bottom: 0px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin-top: 0px;
}
#Navigation {
	background-image: url(Images/nav_opacitybar.png);
	font-family: Verdana, Geneva, sans-serif;
}
#Content {
	margin: 0px;
	float: left;
	width: 600px;
	padding-left: 80px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#Footer {
	clear: both;
	background-image: url(Images/nav_opacitybar.png);
}
#sidebar {
	float: right;
	width: 170px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	list-style-type: none;
	margin-bottom: 4px;
}
#sidebar ul li a:link {
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	background-color: #DCF1CB;
	display: block;
	padding: 10px;
}
#sidebar ul li a:visited {
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	background-color: #DCF1CB;
	padding: 10px;
	display: block;
}
#sidebar ul li a:hover {
	color: #C09;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	background-color: #6C9;
	display: block;
}
body {
	font-family: Verdana, Geneva, sans-serif;
}
#Container #Footer p {
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px;
}
.white {
	background-color: #FFF;
}
.align_right {
	text-align: right;
}
.contrastcell {
	background-color: #FFEDFD;
	text-align: left;
}
.align_contrast {
	background-color: #FFEDFD;
	text-align: right;
}
#Container.background_plain {
	background-image: url(Images/back_nopic.png);
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#Container.background_plain02 {
	background-image: url(Images/back_pic02.png);
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#Content.content_no_margin {
	width: 900px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
