
html, body {
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, Verdana;
	color: #FFFFFF;
	font-size: small;
}

h1 {
	color: #B6DCE6;
	letter-spacing: -1px;
	line-height: 80%;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	color: #B6DCE6;
	font-size: medium;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}

#header {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 103px;
}

#page_container {
	width: 760px;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/page_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #5B5B5B;
	border-bottom: 10px solid #FFFFFF;
}

#content {
	margin-right: 260px;
	padding-left: 26px;
	padding-top: 26px;
	padding-bottom: 20px;
}

#content a {
	color: #B6DCE6;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#navigation {
	float: right;
	width: 204px;
	padding: 16px 0px 20px 0px;
	margin: 0px 10px 0px 0px;
	font-size: medium;
}

#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}

#navigation ul a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	
	display: block;
	padding-left: 30px;
}

#navigation ul a:hover {
	color: #B6DCE6;
	background-image: url(../images/nav_arrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#active a {
	color: #B6DCE6;
	background-image: url(../images/nav_arrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
}


#address {
	font-size: x-small;
	margin-top: 150px;
	margin-left: 20px;
	padding: 10px 0px 20px 20px;
	background-color: #5B5B5B;
	width: 160px;
}
.blue { color: #B6DCE6; }
.blue_small { color: #B6DCE6; font-size: smaller; }
#home_images {
	line-height: 0px;
}


#home_images img {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
#home_images a {
	width: 227px;
	height: 151px;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
#home_images td {
	width: 227px;
	height: 100px;
	text-align: left;
	vertical-align: top;
}

#summary {
	background-color: #353434;
	background-image: url(../images/box_top.gif);
	background-position: top right;
	background-repeat: no-repeat;
	line-height: 0px;
}

#summary td {
	text-align: left;
	width: 227px;
}

#summary p {
	margin: 0px;
	padding: 0px;
}

#summary .summary_text {
	line-height: normal;
	background-image: url(../images/box_btm.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: medium;
	vertical-align: top;
	text-align: left !important;
	padding: 10px 20px 0px 10px;
}

.section_box {
	margin: 20px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
	background-image: url(../images/para_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 430px;
}

.section_box p {
	margin: 0px;
	padding: 0px;
	text-align: left !important;
}

.spacer {
	clear: both;
}

#credit {
	width: 760px;
	margin: 10px auto 10px auto;
	font-size: x-small;
	text-align: right;
}

#credit a {
	color: #FFFFFF;
	text-decoration: none;
}

#credit a:hover {
	text-decoration: underline;
}