@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/Background_pattern.png);
	background-repeat: repeat;
	color: #000000;
}
#wrapper {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#header {
	margin-top: 0px;
	margin-bottom: 0px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	height: 386px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-color: #FFFFFF;
	height: 17px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 760px;
	padding-top: 3px;
	padding-bottom: 0px;
	background-image: url(images/footerbackground.png);
}
#logo {
	height: 91px;
	width: 760px;
}
#nav {
	height: 102px;
	width: 760px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(Images/NavBackground.png);
}
#leftColumn {
	width: 120px;
	height: 381px;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 5px;
	display: none;
}
#rightColumn {
	width: 760px;
	float: right;
	margin-right: 10px;
	height: 386px;
	overflow: inherit;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF6600;
	border-bottom-style: none;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	color: #FF6600;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-align: left;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	color: #FF0000;
	border-bottom-color: #FF0000;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
a#current {
	color: #FF0000;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-bottom-width: 2px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #999999;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
