@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(grafx/bground.jpg);
	background-repeat: repeat-x;
	background-color: #2B64AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
	background-image: url(grafx/header.gif);
	height: 94px;
	width: 900px;
	background-repeat: no-repeat;
	float: left;
}

#uppernav {
	width: 475px;
	float: right;
	margin-right: 20px;
	text-align: right;
	font-size: 85%;
	margin-top: 60px;
	color: #999999;
}
#uppernav a {
	color: #2B64AB;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#nav {
	background-image: url(grafx/nav.jpg);
	height: 45px;
	width: 900px;
	background-repeat: no-repeat;
	text-align: center;
}
#nav ul {
	list-style-image: none;
	list-style-type: none;
	padding-top: 8px;
}
#nav li {
	display: inline;
}

#nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 18px;
	padding-left: 22px;
	padding-top: 6px;
}

#bodywrap {
	background-color: #FFFFFF;
	float: left;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 880px;
	margin-left: 20px;
}
#content {
	font-size: 75%;
	margin-left: 20px;
	width: 600px;
	float: left;
}
#content h1 {
	font-size: 26px;
	padding-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9A00;
	color: #23538D;
}
#content a {
	color: #2E69B5;
	text-decoration: none;
	font-size: 110%;
}
#content p {
	padding-bottom: 5px;
}


#sidebar {
	float: right;
	width: 225px;
	margin-right: 15px;
	margin-top: 42px;
	font-size: 75%;
}
#sidebar p {
	margin-bottom: 10px;
}



#footer {
	background-image: url(grafx/tail.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 900px;
	font-size: 68%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	text-align: center;
	color: #CCCCCC;
}


#footer a {
	color: #00CCFF;
	text-decoration: none;
}
#crmbs    a {
	font-size: 11px;
	background-image: url(images/graphix/yelarrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	padding-right: 10px;
}
.navlines {
	background-image: url(grafx/navlines.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.orgline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9A00;
	padding-bottom: 5px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.tableitems {
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.wht {
	color: #FFFFFF;
}
.bluesubj {
	font-size: 14px;
	color: #2B64AB;
	font-weight: bold;
}
.listline {
	margin-bottom: 3px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9A00;
	padding-top: 10px;
}


.floatright {
	float: right;
	margin-left: 15px;
}
.blueprice {
	font-size: 18px;
	font-weight: bold;
	color: #2B64AA;
}
