/* CSS Document */

#divWrapper {
	width: 900px;
	margin: 0px auto 0px auto;
	background-color: #fff;
}
#divLogo {
	float: left;
	background-color: #fff;
	width: 200px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
}
#divBanner {
	width: 680px;
	float: left;
	background-color: #FFF;
	margin-bottom: 0px;
	padding: 0px;
}
.btm_img {
	margin-left: 15px;
	margin-right: 15px;
}
#divNavigation {
	width: 900px;
	text-align: right;
	background-color: #ed1c24;
	height: 25px;
	float: left;
}
#divNavigation ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#divNavigation li {
	display: inline;
}
#divNavigation a {
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	color: #010;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#divNavigation a:hover {
	color: #ed1c24;
	background-color: #010;
}
body {
	color: #010101;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#divFooter {
	border-top: 1px solid #010;
	width: 880px;
	float: left;
	font-size: 0.8em;
	text-align: center;
	padding: 10px;
	clear: both;
}
#divFooter ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divFooter li {
	display: inline;
}
#divFooter a {
	text-decoration: none;
	color: #ed1c24;
	padding: 3px;
}
#divFooter a:hover {
	color: #ed1c24;
	background-color: #010;
}

#picture {
	background-color: white;
	width: 180px;
	float: left;
	clear: left;
	padding-bottom: 15px;
}
#divContent {
	width: 700px;
	padding-left: 20px;
	text-align: justify;
	line-height: 1.5em;
	margin-top: 15px;
	float: right;
	padding-bottom: 15px;
}
#divContent h1 {
	font-size: 16px;
	color: #ed1c24;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ed1c24;
	padding-bottom: 3px;
}
#divLeftsideNav {
	width: 160px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #010;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
}
#divLeftsideNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divLeftsideNav a {
	color: #ed1c24;
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 140px;
	border-bottom: 1px dotted #ed1c24;
	padding-top: 10px;
	margin-top: 3px;
	border-top: 1px dotted #ed1c24;
}
#divLeftsideNav .first a {
	border-top: none;
}
#divLeftsideNav .last a {
	border-bottom: none;
}
#divLeftsideNav img {
	border: none;
}
#divLeftsideNav a:hover {
	color: #FFFFFF;
}
#divContentWrapper {
	float: left;
	width: 100%;
	overflow: hidden;
}
#divContent table {
	margin-left: 10px;
}
#divContent li {
	height: 1.5em;
}
#divContent a {
	text-decoration: underline;
	color: #010;
}
#divContent a:hover {
	text-decoration: none;
}
#divContent .pdf {
	padding-right: 10px;
}
#divContent h2 {
	font-size: 14px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #010;
	padding-left: 7px;
}
