@charset "utf-8";

body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 12px;
	margin-bottom: 6px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	text-align: center;
	font-size: small;
}

#logo {
	height: 71px;
	padding-bottom: 12px;
}
#nav {
	height: 28px;
	clear: both;
	padding-top: 2px;
}
#leftColumn {
	float: left;
	width: 150px;
}
#rightColumn {
	float: right;
	width: 645px;
	text-align: left;
}
#bottomNav {
	height: 28px;
	clear: both;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}
#banner {
	height: 100px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#logoLeft {
	height: 71px;
	padding-bottom: 12px;
	width: 350px;
	float: left;
}
#logoRight {
	height: 71px;
	width: 380px;
	float: right;
	text-align: right;
	clear: none;
	padding-bottom: 6px;
}
#logoRightBottom {
	height: 40px;
	float: none;
	text-align: right;
	padding-top: 6px;
}
#searchTop {
	clear: both;
	text-align: left;
	padding-bottom: 6px;
	padding-top: 6px;
}
#searchTopLeftInner {
	float: left;
	width: 325px;
}
#searchTopRightInner {
	text-align: right;
	float: right;
	width: 325px;
}
#rightInnerColumn {
	text-align: right;
	width: 120px;
	float: right;
}
#copyrightNotice {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	font-size: 12px;
	text-align: center;
	color: #666666;
}
.NavigationLiks {
	color: #003300;
}

a:link {
	color: #663300;
	text-decoration: underline;
}
a:hover {
	color: #CC9900;
}
a:visited {
	color: #669966;
}

