body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/bg_body.jpg);
	background-color: #CCC;
}

#wrapper {
	background-repeat: repeat-x;
	background-position: left top;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 150px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#promo {
	height: 82px;
	padding-right: 20px;
	padding-left: 20px;
	width: 920px;
	float: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}

#headerTitle {
	width: 920px;
	left: 60px;
	float: right;
}

#header h1 {
	color: #FFF;
	font-size: 2em;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
	padding-left: 20px;
	text-align: center;
}

#navigation {
	height: 36px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
	background-image: url(images/navBar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu {
	float: left;
	height: 36px;
	width: 900px;
}

#footer {
	background-color: #FFF;
	clear: both;
	height: 36px;
	padding-top: 10px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 10px;
}

#content {
	background-color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	float: left;
	width: 550px;
}
#sidebar {
	float: right;
	width: 350px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 10px;
	background-color: #FFF;
}

h1, h2, h3 {
	margin-top: 1.5em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
	line-height: 2em;
}
#lowerContent {
	clear: both;
	width: 920px;
	padding-left: 20px;
	padding-top: 10px;
}


h2 {
	font-size: 1.6em;
	color: #006699;
}

h3 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #069;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #3760BF;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #FFF;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	height: 25px;
	padding-top: 10px;
	background-image: url(images/vertLine.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

#menu a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

#menu .current_page_item a {
	color: #FFF;
}
.red {
	font-weight: bold;
	color: #F00;
}
