body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#wrapper {
	text-align: center;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
	background-position: center center;
}
#content {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #0179D0;
	border-left-color: #0179D0;
	color: #FFFFFF;
}
#footer {
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
#logo {
	height: auto;
	width: 760px;
	padding-bottom: 12px;
}
#navbar {
	background-color: #FFFFFF;
	height: 30px;
	width: 100%;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-bottom-style: double;
	border-right-style: double;
	border-left-style: double;
}
#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 30px;
	color: #FFF;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#navbar li {
	display: inline;
	list-style-type: none;
}
#navbar li a {
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
}
#navbar lia:link {
	color: #FFF;
}
#navbar lia:visited {
	color: #333333;
}
#navbar lia:hover {
	font-weight: bold;
	color: #336699;
	background-color: #FFFEFB;
}
.style1 {
	color: #000000;
	font-weight: bold;
	font-size: small;
}
.style2 {color: #999999}
