@charset "utf-8";
body {
	background:url(../images/main_back.jpg) fixed;
	font:1em  Arial, Helvetica, sans-serif;
	behavior:url(csshover.htc);
}
body, html {
	height:101%;
}
body div#nav ul li ul {
	display:none;
}
* {
	margin:0;
	padding:0;
}
#wrapper {
	width:775px;
	margin:30px auto;
}
#header {
	height:100px;
	background:url(../images/head_bkg.jpg) top left no-repeat;
	border:1px solid #006600;
	border-bottom:none;
}

#header h1 {
	margin-left:50px;
	padding-top:10px;
}
#main {
	padding:40px 20px 10px 20px;
}
*html #main {
	padding-top:20px;
}
#main a {
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}
#main a:hover {
	color:#990000;
	text-decoration:underline;
}
p.email {
	text-align:center;
}
h1 {
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:3.3em;
}
h2, h3, h4 {
	color:#990000;
	font-size:1.8em;
}
h5 {
	margin-left:15px;
	margin-bottom:3px;
}
h6 {
	font-size:10px;
}
p {
	margin: 0;
	line-height: 1.2em;
	margin-bottom: 1em;
}
/*Navigation*/
div#nav {
	width:774px;
	float:left;
	border-right:1px solid #006600;
	border-bottom:1px solid #006600;
	font-size:.8em;
	background-color:#ffdeb1;
}
div#nav ul li ul {
	margin:0;
	position:absolute;
	width:5.8em;
	left:-1px;
}
*html div#nav ul li ul {
	border-top:1px solid #006600;
	border-left:0px;
}
div#nav ul li ul li {
	width:100%;
	border:1px solid #006600;
	border-top:none;
}
*html div#nav ul {
	float:left;
}
div#nav li {
	float:left;
	position:relative;
	list-style-type:none;
	background-color:#ffdeb1;
	border-left:1px solid #006600;
}
div#nav li:hover {
	background-color:#fff;
}
div#nav ul li:hover ul, div#nav ul li ul:hover {
	display:block;
}
div#nav a {
	display:block;
	padding:3px 6px;
	text-decoration:none;
	color:#000;
}
div#nav a:hover {
	color: #009900;
}
#thispage a:link, #thispage a:visited, #thispage a:hover, #thispage a:visited {
	background-color:#ffffff;
	color:#009900;
}
/*End of navigation*/
/* 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;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* 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:-11;
	font-size: 55px;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 40px;
}
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 35px;
}
.fltrt { 
	float: right;
	margin: 10px 0 10px 10px;
}
.fltlft { 
	float: left;
	margin: 9px 9px 9px 0px;
}
.fltlft2 { 
	float: left;
	margin: 4px 9px 9px 0px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	border-top:1px solid #006600;
	font-size: 0.75em;
	padding:3px 20px;
}
#footer span {
	padding-left:350px;
}
#footer span a {
	color:#000000;
	text-decoration:none;
}
#footer span a:hover {
	color:#3399ff;
}
/*Form*/
#form form {
	width:300px;
	margin:0 auto;
}
#form fieldset {
	width:300px;
	margin:0 auto;
	padding:5px 0 5px 25px;
	border:1px solid #006600;
}
#form legend {
	font-size:0.8em;
	font-weight:bold;
	padding:5px;
	color: #CC6600;
}
#form label {
	font-size:0.7em;
	font-weight:bold;
}
#form p {
	margin:0;
	padding:0;
}
#form input {
	margin-bottom:3px;
}
#form input.btn {
	margin-top:5px;
}
/*end of form*/
.warning {
	font-size:0.8em;
	color:#ff0000;
}
.warning2 {
	font-size:0.8em;
	color:#0000;
}
.star {
	color:#ff0000;
}
.req {
	font-size:0.8em;
}
#main table {
	width:80%;
	margin:0 auto;
	border:1px solid #006600;
	border-collapse:collapse;
	background: #ffffff url(../images/ros_bk.jpg) bottom right no-repeat;
}
#main table th {
	border:1px solid #006600;
	background:#FFCC99;
}
#main table td {
	width:20%;
	border:1px solid #006600;
	padding:5px 10px;
	font-size:0.9em;
}
.test {
	font-style:italic;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:20px;
}
.author {
	text-indent:20px;
	font-size:80%;
	font-weight:bold;
	margin-bottom:20px;
}
hr {
	width:50%;
	margin:0 auto;
	color:#006600;
}
table#next {
	border:none;
	background: none;
	width:300px;
}
table#next td {
	border:0;
}
.textRight {
	text-align: right;
}.quote {
	font-style: italic;
	font-weight: bold;
	color: #900;
	text-align: left;
}
