* { border:0; margin:0; padding:0; }
a {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
.alignleft {
	float:left;
	margin:0 20px 0 0;
}
.alignright {
	float:right;
	margin:0 0 0 20px;
}
body {
	font:90% Verdana, "Trebuchet MS", sans-serif;
	color:#000;
	margin-top: 10px;
}

#header {
	height:150px;
	margin:0 auto;
	position:relative;
	width:760px;
	background-color: #fff;
	background-image: url(images/suspensionbridge.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: solid #999999 1px;
}
#header ul {
	float: left;
	list-style:none;
	position:absolute;
	top:154px;
	height: 24px;
	width: 760px;
	background-color: #990000;
}
#header ul li { list-style:none; display: inline; }
#header ul li a {
	float: left;
	color:#CCCCCC;
	display:inline;
	font-size:0.75em;
	font-weight:bold;
	padding:5px;
	width:auto;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#header ul li a:hover {
	color:#990000;
	text-decoration:none;
	background-color: #CCCCCC;
}


#container{ height:auto; margin:30px auto 10px auto; width:760px; background-color: #fff }

#one_column {
	float: left;
	width: 760px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: solid #666666 1px;
	padding-top: 20px;
}
#one_column h1, h2, h3 {
	color:#666666;
	font-size:1.4em;
	font-weight:bold;
	line-height:40px;
	padding:0 10px 0 0;
	margin-left: 10px;
}
#one_column    h2  {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
}
#one_column h3 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
#one_column p {
	color:#333333;
	display:block;
	font-size:90%;
	line-height:20px;
	margin: 0;
	padding:10px;
}
#one_column ul {
	color:#333333;
	padding-left: 30px;
	font-size: 0.9em;
}
.smaller {
	font-family: "Courier New", Courier, monospace;
	line-height: 10px;
	background-color: #FFFF99;
}

#one_column li {
	color:#333333;
	padding-bottom: 7px;
}
#footer {
	margin:15px auto 5px auto;
	width:760px;
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
#footer p {  
color:#555; 
font-size:90%; 
line-height:10px; 
padding: 5px; 
text-align:center; 
font-size: 0.75em; 
}
#footer a {
	color: #990000;
}
#footer  a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
td {
	font-size: 0.7em;
	vertical-align: text-top;
	text-align: right;
	line-height: 20px;
}
table {
	border: 1px solid #990000;
}

textarea {
	background-color: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
.textfield {
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
.submitbtn {
	background-color: #990000;
	text-align: center;
	border: 1px solid #000000;
	font-weight: bold;
	color: #FFFFFF;
}

caption {
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
	line-height: 20px;
}

