
* { margin: 0; padding: 0; border: 0; border-style: none; }
html { height: 100%; }
body {
	height: 100%;
	font: 0.8em Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background: #e6e6e6;  /* gray e6e6e6, burgundy 830417 */
	text-align: center;

}

#wrapper {
	background: url(../images/bg4.jpg) repeat-y;
	background-position: center top;
}
div#rotateheader{
height: 107px;
margin: 0;
background: url(../headers/rotate.php) #e6e6e6 no-repeat;
background-position: center bottom;
}
#theheader {
	height: 107px;
	margin: 0;
	background: url(../images/title4.jpg) no-repeat;
	background-position: center bottom;

}

#page {

	width: 770px;
	margin: auto;

}

#nav {
	float: left;
	margin-left: 15px;  /* content width for other browsers */
	padding-right: 20px;
	padding-bottom: 20px;
	height: 100%;
	width: 132px;
	text-align: left;

}
#nav .note {
	margin: 0;
	padding: 2px;
	width: 125px;
	background: #e6e6e6;
	border: 1px solid #045783;
	height: 100%;
}
#content {
	padding-left: 0px;  /* changed for ie bug */
	padding-right: 30px;
	padding-top: 5px;
	text-align: left;

}
h1 {
	font-size: 140%;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-size: 125%;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	font-size: 115%;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	padding-top: 10px;
	padding-bottom: 10px;
}
ul,ol {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
blockquote {
	padding-left: 40px;
}
 label
{
width: 6em;
float: left;
text-align: right;
margin-right: 1.5em;
display: block
}

.submit input
{
margin-left: 6.5em;
}
input
{
color: #000;
background: #e6e6e6;
border: 1px solid #781351;
}
textarea
{
color: #000;
background: #e6e6e6;
border: 1px solid #781351;
padding: 3px;
margin-left: 1.5em;
}
.submit input
{
color: #000;
background: #ffa20f;
border: 3px outset #d7b9c9
}
fieldset
{
border: 1px solid #781351;
width: 30em
}

legend
{
color: #fff;
background: #045783;
border: 1px solid #781351;
padding: 3px 6px;
}

#quicklinks {
	padding: 7px;
	font-size: 85%;
	line-height: 1.6em;
}

#thebottom {
	clear: both;
	background: #A2A2A2;
	background: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 85%;
	text-align: center;
}