* {

	margin: 0;

	padding: 0;

}

body {
	width: 900px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;

}

#header {

	margin: 0 auto;

	background: url(../images/backgrounds/header.jpg) no-repeat;

	width: 900px;

	height: 187px;

}

li>ul {

	top: auto;

	left: auto;

}

#navigation {

	width: 898;

	height: 41px;

	border-right: 1px solid #000;

	border-left: 1px solid #000;

	background: url(../images/backgrounds/navfaux.jpg) repeat-x;

	text-align: center;

}

#navigation ul {

	list-style: none;

	font-family: heletica, arial, sans-serif;

	font-weight: 500;

	font-size: 10pt;

	text-align: center;

	margin-left: 1px;

}	

#navigation li {

	display: inline;

	width: 128px;

	height: 29px;

	padding: 1px 0 4px 0;

	float: left;

	position: relative;

	margin-top: 1px;

}

#navigation ul a:link, #navigation ul a:visited {

	color: #fff;

	font-weight: 600;

	text-decoration: none;

}

#navigation li.active {

	background: url(../images/backgrounds/nav_hover.jpg) no-repeat;

	color: #fff;

}

#navigation ul li:hover {

	border-bottom: 5px solid #aaa;

	color: #fff;

}

#navigation .one {

	line-height: 29px;

}

#navigation .oneactive {

	line-height: 29px;

	background: url(../images/backgrounds/nav_hover.jpg) no-repeat;

	color: #fff;

}

#container {

	margin: 0 auto;

	width: 878px;

	background: #fff;

	overflow: auto;

	padding: 10px;

	border-left: 1px solid #000;

	border-right: 1px solid #000;

}

#contentleft {

	float: left;

	width: 599px;

	background: #fff;

	text-align: justify;

	border: 0;

}

#contentleft p {
	line-height: 1.5em;
	font-size: 14px;

}	

#contentright {

	float: right;

	width: 249px;

	background: #eee;

	text-align: center;

	padding-top: 5px;

	border: 0;

}

#contentright img {

	padding: 10px 0 10px 0;

	border: 0;

}

#contentright em {

	border-bottom: 2px solid #333;

}

#footer {

	clear: both;

	margin: 0 auto;

	width: 900px;

	height: 17px;

	text-align: center;

	font-size: 9pt;

	background: url(../images/backgrounds/footer.jpg) no-repeat;

}

#footer a:link, #footer a:visited, #footer a:active {

	color: #333;

	text-decoration: none;

}

#footer a:hover {

	text-decoration: underline;

}

.center {

	text-align: center;

}

.right {

	text-align: right;

}

h1 {

	font-family: georgia, times, serif;

	font-size: 22pt;

	font-weight: 700;

}

blockquote {
	margin-left: 30px;
	padding: 10px;
	float: right;
	width: 450px;
	margin: 2px;
	height: 4.3em;
	text-align: justify;
	font-family: times, serif;
	line-height: 1.1em;
	background-image: url(../images/backgrounds/box1.png);
	background-repeat: no-repeat;

}

#contentleft p {
	text-indent: 0px;

}
#icon1 {
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
	clear: right;
}


form {

	line-height: 1.5em;

}

th {

	line-height: 80px;

}
