html {
	height: 100%;
	position: absolute;
	background-color: #4B4B4B;
	background-image: url(images/background_repeat.png);
	background-repeat: repeat-x;
	font-family: "Lucida Console", Verdana, Arial, Helvetica, sans-serif;
}
body {
	width: 985px;
	margin: 0px auto;
	height: 100%;
	padding: 0px;
	background-color: #4B4B4B;
}
#container {
	background-image: url(images/body_repeat.gif);
	background-repeat: repeat-y;
	background-position: 100px;
	min-height: 100%;
	position: absolute;
	top: 0px;
	width: 985px;
}
#content {
	width: 809px;
	position: relative;
	margin-top: -250px;
	margin-left: 90px;
}
#indexbar {
	width: 250px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#indexbar li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#indexbar li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.9em;
}
#indexbar li.sublevel {
	background-image: url(images/indexbar_button.gif);
	background-repeat: repeat-y;
	background-position: 10px;
	padding-bottom: 5px;
}
#indexbar div.sublevel {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	color: #333333;
}
#indexbar li a {
	background-color: #B3B5B6;
	color: #333333;
	display: block;
	text-decoration: none;
	margin: 0 10px 0 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	width: 210px;
}
#indexbar li a:hover {
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3D3D3D;
	border-left-color: #383838;
	background-color: #454545;
	color: #CCCCCC;
	margin: 0px;
}
#indexbar li ul li {
	font-size: 0.8em;
}
#indexbar li ul li a {
	background-color: #D1D2D3;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;

}
#indexbar li ul li a:hover {
}
#pusher {
	float: right;
	height: 25px;
	width: 60px;
}
#body {
	overflow: hidden;
	width: 519px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E9E9E9;
}
#body h1, #body h2, #body h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#body p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#footer {
	text-align: right;
	clear: both;
	margin-top: 30px;
	margin-right: 106px;
	margin-bottom: 30px;
}
#body h1 {
	font-weight: normal;
	color: #40CBFF;
	font-size: 1.9em;
}
#body h2 {
	font-weight: normal;
	color: #FEE632;
	font-size: 1.6em;

}
#body h3 {
	font-style: italic;
	font-weight: normal;
	color: #D1D2D3;
	font-size: 1.5em;
}
#body .highlight {
	background-image: url(images/diagonal.jpg);
	border: 1px solid #333333;
	padding: 10px;
	color: #141414;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#body .highlight h3 {
	color: #141414;
}
#body .highlight a {
	color: #3F3F3F;
}
#body .highlight a:hover {
	color: #141414;
}

#body span.author {
	text-align: right;
	display: block;
	font-weight: bold;
	padding-top: 5px;
}
#body a {
	color: #FEE632;
}
#body a:hover {
	color: #FFF297;
}
#ron_and_kath {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}


/* Contact Form */

.contact-form {
	margin-top: 5em;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	color: #E8E8E8;
	background-color: #333333;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.contact-form form {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.contact-form legend {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: -2em;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	width: 100%;
}
.contact-form label {
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-weight: bold;
}
.contact-form .submit {
    margin-left: 7.2em;
	margin-top: 1em;

}
/* END Contact Form */
