@charset "UTF-8";
/* CSS Document */



body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E6E6E6;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 0;
	background-image: url(images/background_lighter.png);
	background-repeat: repeat-x;
	background-position: left -150px;
	background-attachment: fixed;
}
#container  {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	height: auto;
	padding: 20px;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	width: 800px;
}
.centered {
	text-align: center;
	text-indent: 0px;
	color: #CC3300;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 40px;
}
#mainContent {
	padding-left: 40px;
	margin-left: 0px;
	font-size: 16px;
	line-height: 24px;
	margin-top: 220px;
	padding-right: 40px;
	margin-right: 0px;
	padding-bottom: 100px;
	padding-top: 0px;
	margin-bottom: 0px;
}
#mainContent #fb {
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
	text-transform: uppercase;
}
#mainContent .hilite {
	color: #CC3300;
	font-weight: bold;
}

p {
	text-indent: 40px;
	margin-right: 20px;
}

#container #nav {
	margin-right: 20px;
	margin-left: 280px;
	padding: 0px;
	top: auto;
	right: 20px;
	bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	white-space: nowrap;
}
#container  #nav ul {
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#container #nav li {
	display: inline;
	margin-right: 10px;
}

 
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #3366CC;
}

a:hover {
	text-decoration: none;
	color: #3366CC;
	background-color: #eee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.narrow {
	text-align: right;
	margin-left: 230px;
}
.medium {
	text-align: right;
	margin-left: 180px;
}
.oneColFixCtr #left {
	background-attachment: fixed;
	background-image: url(images/shadowL.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	padding-left: 5px;
}
.contact {
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	letter-spacing: 0.05em;
	font-size: 13px;
}
