@charset "utf-8";
body {
	background-color: #999;
}

#Header {
	background-color: #006;
	height: 130px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-color: #06F;
	padding: 5px;
	height: 20px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
#menu {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 50px;
	width: 1010px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #006;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#menu p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	float: left;
	font-weight: bold;
	text-decoration: none;
	width: 97px;
	border: thin inset #666;
	margin: 0px;
	padding: 0px;
	line-height: 33px;
	font-variant: small-caps;
	font-style: normal;
	text-align: center;
	border-width: 2px;
}
#Content {
	background-color: #0CF;
	float: left;
	height: auto;
	width: 990px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
#Sidebar {
	background-color: #0CF;
	float: right;
	height: 100%;
	width: 240px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	padding: 0px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
}
#Page {
	background-color: #006;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;

	overflow: auto;
}
#Page #Content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #06F;
	width: auto;
	padding: 5px;
	margin: 0px;
	font-style: normal;
}
#Page #Content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#Page #Content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #006;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
#Page #Content p a {
	font-style: italic;
	font-weight: bold;
	color: #000;
}
#Page #Content #Sidebar p {
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

.centerImage {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
