* {
	padding: 0px;
	margin: 0px;
	border: 0px none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #191919;
	background-color: #FFFFFF;
	width: 633px;
	margin: 50px auto;
}
#divHeader a, #divHeader a:link, #divHeader a:visited, #divHeader a:focus, #divHeader a:active {
	color: #000000;
	text-decoration: none;
}
#divHeader a:hover {
	color: #FD0000;
	text-decoration: underline;
}
#divHeader a.current, #divHeader a.current:link, #divHeader a.current:visited, #divHeader a.current:focus, #divHeader a.current:active, #divHeader a.current:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a, a:link, a:visited, a:focus, a:active {
	color: #FD0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

#divHeader {
	height: 70px;
	margin-bottom: 20px;
	position: relative;
}
#divHeader ul {
	font-family: "VAG Rounded Thin", "VAG Rounded", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #000000;
	width: 520px;
	position: absolute;
	left: 2px;
	bottom: 0px;
}
#divHeader li {
	display: inline;
	padding-right: 0.5em;
	margin-right: 0.3em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	list-style: none;
}
img#logo {
	float: right;
}

#divTitle {
	margin: 0px 0px 5px 10px;
}
img#title {
	margin-right: 5px;
}

#divPanels {
	margin-bottom: 3px;
}
img.accentBar {
	margin: 3px 0px 10px 20px;
}
.divClear {
	height: 1px;
	clear: both;
}

p.first, p.emphasis {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
p.first {
	margin-top: 0px;
}
p.content {
	margin-top: 1.1em;
	margin-right: 20px;
	margin-left: 20px;
}

#divSubscriber {
	background-color: #F3F3F3;
	height: 46px;
	width: 471px;
	margin-left: -315px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #404040;
	position: absolute;
	visibility: hidden;
	top: 50px;
	left: 50%;
}
#divSubscriber #divSubscriberForm {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#divSubscriber p {
	font-size: .9em;
	line-height: 1.1em;
	color: #191919;
	float: left;
	width: 201px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #808080;
}
#formSubscriberForm {
	font-size: .9em;
	font-weight: bold;
	line-height: .9em;
	text-align: right;
}

#divFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
}
#divFooter a, #divFooter a:link, #divFooter a:visited, #divFooter a:focus, #divFooter a:active {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
#divFooter a:hover {
	font-weight: bold;
	color: #314D8D;
	text-decoration: none;
}

