@charset "utf-8";
#sidebarcon a:hover {
	text-decoration: underline;
}.introbrd {
	font-size: 110%;
	font-weight: normal;
	padding-top: 3px;
	line-height: 130%;
}
#quote {
	width: 250px;
	float: right;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding: 5px;
	color: #006600;
}

h4 {
	font-size: 105%;
}
h3 {
	font-size: 110%;
}
h2 {
	font-size: 115%;
}
h1 {
	font-size: 120%;
}
label {
	float: left;
	width: 200px;
}
#form1 div {
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.text {
	padding: 0.2em;
	width: 300px;
	border: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.btn {
	color: #FFFFFF;
	background-color: #006600;
	padding: 0.2em;
	border: 2px solid;
	border-color: #FFFFFF;
}
.error {
	font-weight: bold;
	color: #FFFFFF;
}

#navlist
{
	height: auto;
	width: auto;
	font-weight: bold;
	clear: both;
	position: relative;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E2E2E2;
	padding: 0px 4px;
	color: #333333;
	font-size: 110%;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: 10px;
}

#navlist a:link, #navlist a:visited
{
	text-decoration: none;
	color: #333333;
	padding-right: 10px;
	line-height: 130%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: 10px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{

background: transparent;
color: #000;
	padding: 0;
	list-style-type: none;
	margin-right: 10px;
}

#navlist a:hover {
	color: #006600;
}
body  {
	font: 75% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRt #container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(graphics/back.jpg) repeat-x;
	margin: 10px auto 0px;
	text-align: left;
	min-height: 440px;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 183px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #006600;
	margin-top: 10px;
	margin-right: 10px;
	color: #FFFFFF;
	padding: 2px 1px 3px;
}
#sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixRt #mainContent {
	margin: 0 180px 0 0;
	padding-top: 5;
	padding-bottom: 0;
	padding-left: 5;
	width: 558px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#homepagetext {
	padding-left: 15px;
	margin-top: 15px;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
	padding-right: 15px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.container {
	position: relative;
	width: 549px;
	padding-left: 5px;
	min-height: 450px;
}

div.container div.text {
	position: absolute;
	bottom: 0px;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
#header {
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebarcon {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#pictureleft {
	width: auto;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.intro {
	font-size: 110%;
	font-weight: bold;
	padding-top: 3px;
	line-height: 130%;
}
.credit {
	font-size: xx-small;
	font-style: italic;
	text-align: right;
}
#pictureright {
	width: auto;
	float: right;
}
#quoteleft {
	width: 250px;
	float: left;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding: 5px;
	color: #006600;
}
#homepagetext a {
	color: #3333FF;
	text-decoration: none;
}
