#header {
	height: 75px;
	width: 765px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding-top: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}
body {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	color: #333333;
	background-color: #A7C7ED;
	margin-top: 0px;
}


h1.SiteTitle {
	font-size: 1.0em;
	color: #333399;
	margin-top: 0px;
	margin-bottom: 0px;
}
#left {
	background-image: url(images/left_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	
	float: left;
	width: 86px;
	height: 1000px;
}
#content {
	width: 560px;
	background-color: #FFFFFF;
	position: relative;
	padding-left: 20px;
	padding-right: 13px;
	float: left;
}

#right {
	background-image: url(images/right_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	float: right;
	height: 1000px;
	width: 86px;
}
h2 {
	font-size: 1.1em;
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
}

#wrapper {
	width: 765px;
	border: none;
	margin: auto;
}



.JoyTitle {
	font-size: 1.5em;
	font-weight: bold;
	color: #993300;
	padding-left: 30px;
}
.JFisher {
	font-weight: bold;
	color: #993300;
	font-style: italic;
	font-size: 0.85em;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-left: 200px;
}
h1 {
	font-size: 1.2em;
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	text-align: center;
}
li {
	padding-bottom: 4px;
}

a:link {
	color: #0033CC;
}

h3 {
	font-size: .95em;
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
}
a:visited {

	color: #663399;
}
a:hover {


	color: #669933;
}
#footer {
	text-align: right;
	width: 765px;
	background-color: #FFFFFF;
	clear: both;
	float: bottom;
	position: inherit;
}
.label {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.floatRt {
	float: right;
}
.floatRtcentered {
	float: right;
	text-align: center;
}
.floatLeftcentered {

	float: left;
	text-align: center;
}
.footerText {
	clear:both;
	float: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.smaller {
	font-size: small;
}
