/* CSS Document */
#container {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#main {
	width: 520px;
	padding: 0px 0px 100px 0px;
}

body {
	background-image: url(images/yellow_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

h1 {
	background-image: url(images/heading_1.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 497px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 3px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	text-align: left;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

h3 {
	text-align: left;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

p {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

hr {
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;
	border: none;
	width: 92%;
	
}

#header {
	background-image: url(images/header.gif);
	background-repeat: none;
	width: 520px;
	height: 98px;
	margin: 0px;
}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: none;
	width: 520px;
	height: 47px;
	position: absolute;
	bottom: 20px;
}

#subFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-right: 5px;
	width: 515px;
	position: absolute;
	bottom: 0px;
	border-bottom: 5px solid #FF6700;
}

#top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-left: 20px;
}

#navigation {
	width: 520px;
	height: 11px;
	padding: 0px;
	margin: 0px;
}

#navigation ul {
	margin-top: -4px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	float: left;
}

#standardList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 0px 20px 0px 35px;
}

#standardList li {
	list-style-type: square;
}

br {
	clear: both;
}

a:link {
	color: #B20000;
	text-decoration: none;
	overflow: hidden;
}

a:hover {
	color: #B20000;
	text-decoration: underline;
	overflow: hidden;
}

/* removes border from image links */
a img {
	border-style: none;
}
