html, body {
	margin: 0;
	padding: 0;
	list-style: none;
}
}
img {
	border: 0;
}

p {
	font: 12px arial, helvetica, sans-serif;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

a {
	font-weight: bold;
	text-decoration: none;
}

ul {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 15px;
	text-indent: 0px;
	font-weight: normal;
	list-style-position: outside;
	list-style-image: url(images/bullet_plus.gif);
}

li {
	margin: 0 0 20 20;
	padding: 0 0 10 30;
}



a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

h1, h2, form {
	font: 16px arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 5px;
	padding: 6px;
	color: #000000;
}

h3 {
	font: 14px arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	color: #000000;
}

body {
	background: url(images/header_bg.jpg) repeat-x;
	text-align: center;
	font: 12px arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	}
#wrapper {
	width: 700px;
	margin: 0 auto 0 auto;
}

#header {
	height: 170px;
	text-align: right;
}

#header h1 {
	margin-top: 0px;
	padding: 0px;
}
#header h1 img {
	display: block;
}
#nav {
	font: 15px arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	padding: 10;
	margin-top: 18px;
	word-spacing: 25px
}
#nav img {
	float: left;
}
#nav a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#body-left {
	float: left;
	width: 480px;
	text-align: justify;
}
#body-right {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	width: 200px;
	background-color: #cbdee7;
}

#footer {
	color: #FFFFFF;
	background: #42453D url(images/footer_bg.gif) repeat-x;
	padding: 6px 0px 5px 0px;
	margin-top: 30px;
	clear:both;
}

#footer-text {
	width: 700px;
	height: 12px;
	text-align: right;
	font-size: 10px;
}