body {
	margin: 10px;
}

img {
	border: 0px;
}

h1 {
	color: #ff564d;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h2 {
	color: #ff564d;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

p, #content table, #content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
}

#logoHang {
	background-image: url(images/logo_bottom.gif);
	background-repeat: no-repeat;
	height: 56px;
}

#content table ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
}

#topHeader {
	background-image: url(images/topHeader.gif);
	background-repeat: no-repeat;
}

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 102px;
}

#title {
	position: relative;
	left: 165px;
	top: 10px;
}

/* NAVIGATION */

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b1b1b1;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: white;

}

#subNavigation {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	margin-left: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

#subNavigation2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	margin-right: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

#navigation a:link,
#navigation a:visited,
#subNavigation a:link,
#subNavigation a:visited,
#subNavigation2 a:link,
#subNavigation2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#navigation a:hover,
#subNavigation a:hover,
#subNavigation2 a:hover {
	color: #ffde4d;
}

/* END NAVIGATION */

#content {
	width: 575px;
	padding-top: 20px;
}

#footer {
	padding: 5px;
	background-image: url(images/footer.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
	color: white;
}

#footer a, #footer a:visited {
	color: white;
	text-decoration: none;
}

blockquote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1em;
	background-color: #fff8db;
	padding: 5px;
	text-align: center;
}

th {
	border-right: 1px solid black;
	text-align: right;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: .55em;
}