html{
	background: none;
	background-color: #ececec;
	}
body {
	padding: 0px;
	margin: 0px;
	background: #ececec url(../images/bg.gif) repeat-y center center;
	font-family: Arial, Verdana, sans-sarif;
	font-size: 14px;
	line-height: 17px;
}

ul li {
	margin-bottom: 5px;
}

ul li ul {
	margin-top: 5px;
}

blockquote {
	padding: 8px;
	padding-left: 10px;
	margin-left: 10px;
	padding-bottom: 1px;
}

blockquote p:first-child {
	position: relative;
	left: -20px;
}

blockquote.highContrast {
	background-color: #ffffff;
	border-left: 3px solid #e9d88a;
}

blockquote.highContrast p:first-child {
	left: 0px;
}

blockquote h2 {
	margin-top: 10px;
}

a:link, a:visited {
	color: #6182d8;
}

a:hover {
	color: #0000ff;
	text-decoration: none;
}

a:link img, a:visited img {
	border: 0px;
}

h1 {
	font-size: 25px;
	color: #6182d8;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}

p{
	margin-top: 0px;
}
