body {
	margin: 0;
	text-align: center;
	font: 8pt/12pt georgia; 
	background: #FFFFFF;
	color: #808080;
}
img {
	border: none;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
input {
	font: 100% Arial, Helvetica, sans-serif;
	color: #808080;
}
.left {
	float: left;
}
.right {
	float: right;
}
#formbox {
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 535px;
	text-align: left;
	background: #FFF;
}
.formTop {
	height: 14px;
	background: url(images/form_top.gif) repeat-x top;
}
.formLeft {
	background: url(images/form_left.gif) repeat-y;
	padding-left: 5px;
	width: 530px;
}
.formRight {
	background: url(images/form_right.gif) repeat-y right;
	padding-right: 7px;
}
.formText {
	float: right;
	width: 359px;
	padding: 5px 0 4px 18px;
	border-left: 1px solid #97B6A5;
}
.logo {
	float: left;
	margin: 5px 20px 0 19px;
}
H1 { 
	font: normal 9pt georgia; 
	letter-spacing: 1px; 
	text-align: left;
	margin:0; 
	color: #000000;

	}
H4 { 
	font: normal 20pt georgia; 
	letter-spacing: 1px; 
	margin: 10px 0 10px 0; 
	color: #8B2008;
	}
H3 { 
	font: normal 13pt georgia; 
	color: #938D7A;
	margin: 4px 0px 7px 13px;
	padding: 0 0 0 0;
	}
H2 { 
	font: normal 10pt georgia; 
	letter-spacing: 1px;
	color: #8B2008;
	border-bottom: 1px solid #97B6A5;
	margin: 4px 0px 9px 5px;
	padding: 7px 2px 0px 3px;

	}
H5 {
	font: normal 13pt georgia; 
	color: #938D7A;
	margin: 4px 0px 7px 0px;
	padding: 0;
}
.formText div.left {
	width: 155px;
	padding-right: 14px;
}
label {
	color: #97B5A5;
}
label.left {
	height: 20px;
	line-height: 20px;
	width: 160px;
	margin: 5px 15px 0 5px;
	text-align: right;
}
input.left {
	margin: 5px 0;
}
.button {
	float: right;
	margin-top: 20px;
	margin-right: 60px;
}
.formLink {
	margin-bottom: 11px;
}
.formBottom {
	height: 18px;
	background: url(images/form_bottom.gif) repeat-x bottom;
}
.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
}


/* home login */

#container {
	width: 980px;
	padding: 0;
	background-color: #FFFFFF;
	margin: 15px auto;
	}
	
#header {
	width:980px;
	height:110px;
	padding:0;
	margin:0;
	float:left;
}

#headerlogo {
	width:auto;
	height:110px;
	float:left;
	padding:0;
	margin:0;
}

#headernav {
	width:auto;
	float:right;
	margin:80px 0 0 0;
	padding:0;
}

#headernav UL {
	margin: 0;
	padding: 0;
}
#headernav LI {
	list-style: none;
	float: left;
	width: auto;
	margin: 0;
	padding: 4px 19px 3px 19px;
}

#headernav LI.logout {
	background-image: none;
	border: 0;
}

#center {
	width:980px;
	padding:10px 0 10px 0;
	border-top: 1px solid #97B6A5;
	border-bottom: 1px solid #97B6A5;
	margin:0;
	float:left;
}
#centerHomePic {
	width:400px;
	padding:0;
	margin:0 0 10px 0;
	float:left;
}

#centerText, #centerText p {
	font: 10pt/16pt georgia; 
	width:500px;
	padding-top: 12px;
	margin:0;
	float:left;
}

#footer {
	width:980px;
	padding:10px 0 10px 5px;
	float:left;
	text-align: left;
	color:#000000;
}

.button {
margin: 0;
}

.form_row {
	float: left;
	width: 202px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #97B5A5;
}
.form_field {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 14px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 12px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 18px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 32px;
}
