/* CSS Document */

#divWrapper {
	background-color: #FFFFFF;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#divBanner {
	float: left;
	width: 780px;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#divContent h6 {
	font-size: 14px;
	padding-left: 25px;
	padding-right: 25px;
}
#divContent h3 {
	font-size: 18px;
	font-weight: normal;
}
#divContent h1 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
#divContentWrapper {
	float: left;
	width: 100%;
	overflow: hidden;
	background-color: #000;
	padding-bottom: 10px;
}
#divContent {
	float: left;
	width: 780px;
}
#divContent a {
	color: #FFFFFF;
	text-decoration: underline;
}
#divContent a:hover {
	text-decoration: none;
}
#divContent table {
	width: 780px;
	margin-top: 15px;
}
#divContent table ul {
	line-height: 1.3em;
	font-size: 14px;
}
#divContent h5 {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	line-height: 1.3em;
}
#divContent table p {
	text-align: justify;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 1.3em;
}
#divFooter {
	font-size: 12px;
	text-align: center;
	padding: 6px;
	clear:both;
	margin: 0;
	background-color: #898989;
}
#divFooter ul li {
	display: inline;
	
}
#divFooter a:link, #divFooter a:visited {
	color: #000;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bolder;
}
#divFooter a:hover {
	text-decoration: none;
}
