iframe {
	margin:0;
	padding:0;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font-size:12px;
	font-family:Arial;
	color: black;
	background-color: white;
	text-align: center; /* centering the content for IE6 */
	background: #E0E0E0 url(../img/background.gif) repeat-y center top;
}

h1 {
	color: #666633;
	font-family: sans-serif;
	font-size: 18pt;
	font-weight:500;
	margin-top: 17px;
	margin-bottom: 16px;
}
h2 {
	color: black;
	font-family: sans-serif;
	font-size: 10pt;
}
h3 {
color: black;
	font-family: sans-serif;
	font-size: 10pt;
	padding-left:45px;
	}
a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: gray;
	text-decoration: none
}

a:active {
	color: red;
	text-decoration: none
}

a:hover {
	color: #EF232E;
	text-decoration: none
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 175%;
}

p.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	color: #666633;
}

p.sidebar a {
	color: #666633;
}


p.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #666633;
}

p.columnThreeTitle {
	background-color: #CACA96;
	padding: 0 5px 5px 5px;
}

p.columnThreeText {
	padding: 5px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 175%;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 200%;
	padding-left: 5px;
	margin-left: 0;
}

.sidebar li {
	border-bottom: 1px solid #FFF;
	list-style-type: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 175%;
	border-top:#CC3300 1px solid;
}
div.spacer { 
    clear: both;
    width: 80px;
    }