/* CSS Document */

#divWrapper {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#divContentWrapper {
	float: left;
	width: 850px;
}
#divBanner {
	background-color: #6892C3;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	background-color: #7293BE;
	color: #333333;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#divTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F4DCD0;
	color:
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #6C4700;
	text-align: center;
	width: 700px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7293BE;
	border-bottom-color: #7293BE;
}
#divTitle h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	background-color: #EFDED6;
	color: #996600;
}
#divTitle a {
	text-decoration: none;
}
#divTitle a:hover {
	background-color: #FFCC99;
}
#divTitle a:link, #divTitle a:visited {
	color: #996600;
}

#divSidebar {
	float: right;
	width: 149px;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #B3BDF8;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}




#divNavigation {
	background-color: #B3BDF8;
	width: 162px;
	float: left;
	margin-bottom: -2000px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2000px;
	padding-left: 10px;
}
#divNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divNavigation a {
	display: block;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2\;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}
#divNavigation a:link, #divNavigation a:visited {
	color: #242370;
}
#divNavigation a:hover {
	background-color: #9999FF;
}
#divContent {
	width: 457px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom:600px;
	padding-left: 30px;
	background-color: #FFFFFF;
	float: left;
	margin-bottom:-600px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}




#divFooter {
	background-color: #B1BBF6;
	width: 700px;
	padding-left: 200px;
	position: relative;
	float: left;
	color: #242370;
	clear: both;
}

}
