/* CSS Document */
html{
	/* height:100%; /* fix height to 100% for IE */
	/* max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	font-size: medium; /*set default font size */
	font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
}
body {
	background-color: #c0c0c0;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	text-align: center;
	margin: 0 auto;
	color: black;
	padding:0; /*remove padding */
	border:0; /* remove borders */
	overflow:hidden; /*get rid of scroll bars in IE */
	z-index: 1;
}
#main {
	position: absolute;
	top: 0px;
	left: 10%;
	right: 10%;
	bottom: 0px;
	display:block;
	width: 750px;
	background-color: #c0c0c0;
	margin: 0;
	padding:0; /*remove padding */
	border: 1px solid black; /* remove borders */
	font-size: medium; /*set default font size */
	font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	z-index: 1;
	text-align: left;
}
#top img {
	border-bottom: 1px solid black;
}
#top {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#buttons {
	position: relative;
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 2px solid white;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	background-color: white;
	color: white;
}
#buttons img{
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
}
#nav {
	position: relative;
	background-color: #00aaaa;
	width: 180px;
	height: 493px;
	text-align: left;
	font-family: "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
	font-size: small;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid black;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: -1px;
	padding-bottom: 14px;
}
#nav h1 {
	background-color: #c0c0c0;
	color: black;
	font-size: medium;
	font-variant: small-caps;
	font-family: "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#nav h2 {
	font-variant: small-caps;
	font-size: small;
	margin-left: 4px;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 3px;
}
#nav h3 {
	font-size: small;
	margin-left: 2em;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 1px;
}
#nav a:link {
	color: #ffffff;
	text-decoration: none;
}
#nav a:visited {
	color: #efefef;
	text-decoration: none;
}
#nav a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#content {
	margin-left: 0px;
	margin-right: 0;
	margin-top: 0px;
	margin-bottom: 0;
	overflow:auto; /* add scroll bars as required */
	position: relative; /* set up relative positioning so that z-index will work */
	z-index:10; /* allocate a suitable z-index */
	left: 0px;
	top: 0px;
	width: 566px;
	height: 507px;
	border-top: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	background-color: white;
	text-align: center;
}
#content img {
	border: none;
	position: static;
}
#content p{
	margin: 5px 10px 5px 10px;
}
#content a:link {
    color: #800000;
}
#content a:visited {
    color: #000080;
}
#content a:hover {
    color: #ff0000;
}
.formc {
	margin: 0;
	padding: 0;
	text-align: left;
}
.formc label {
	float: left;
	display: block;
	text-align: right;
	width: 130px;
}
.formc input{
	float: left;
	display: block;
	text-align: left;
	width: 200px;
	margin: 0px 0px 0px 2px;
}
.formc span {
	margin: 1px 1px 1px 1px;
	padding: 3px 0px 3px 0px;
	color: red;
	font-size: small;
	display: block;
}
.formc select{
	float: left;
	display: block;
	text-align: left;
	margin: 0px 0px 3px 2px;
}
.formc textarea{
	float: left;
	display: block;
	text-align: left;
	margin: 0px 0px 3px 2px;
	width: 400px;
}
#type {
    width: 300px;
}
#c_rise {
    width: 75px;
}
#telnr {
	width: 130px;
}
#email {
	width: 180px;
}
#state {
	width: 50px;
}
#zip {
	width: 100px;
}
#submit {
	width: 55px;
	margin-left: 155px;
	text-align: center;
}
.small {
	font-size: small;
}
#one {
	margin-top: 80px;
	margin-bottom: 10px;
	font-size: x-large;
	position: static;
	display: block;
}
#two {
	padding-top: 40px;
	font-size: x-large;
	position: static;
	display: block;
}
#three {
	padding-top: 260px;
	font-size: large;
	display: block;
	position: static;
}
.c_left {
	text-align: left;
	margin: 0px 7px 0px 7px;
}
.c_left ul {
    margin-top: 0px;
}
.c_left p {
    margin-bottom: 0px;
}
.left {
	float: left;
}
.leftdwn {
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
.right {
	float: right;
}
.center {
	float: left;
	padding-top: 40px;
	padding-left: 22px;
}
.pad1 {
	display: block;
	width:18px;
	height:50px;
	float:none;
}
.pad2 {
	display:block;
	height:130px;
}
#foot {
	width: 750px;
	height: 45px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 0px;
	border-left: 0px;
	background-color: #ffcc66;
	text-align: center;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	z-index:1;
}
#foot a {
	font-size: small;
	padding-right: 20px;
	padding-left: 20px;
}
#foot a:link{
	color: #000000;
	text-decoration: none;
}
#foot a:visited {
	text-decoration: none;
	color: #505050;
}
#foot a:hover {
	text-decoration: underline;
	color: red;
}
#foot p {
	margin: 0px;
	padding: 0px;
	display: block;
}
#foot p.small {
	font-size: small;
	margin-top: 5px;
}
tr#titledat {
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
tr.regdat {
	font-size: 14px;
}
tr.regdat {
	background: #EEE;
}
caption {
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
.sml {
    font-size: 12px;
    font-style: italic;
}
.notsobig {
    font-size: 18px;
    text-decoration: underline;
    margin-top: 20px;
}
table {
    margin-left: auto;
    margin-right: auto;
}
#defcon th {
    text-align: right;
    font-weight: bold;
}
#defcon td {
    text-align: left;
}
.smhr {
    width: 90%;
    color: #ffcc66;
    margin-left: 10%;
}
