
body {
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: #ff6464;
background-color: #000000;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0px;
padding-right: 0px;
border-bottom: 10px #cc6600;
color: #b7baab;
font-weight: bold;
text-align: center;
letter-spacing: 5px;
font-size: 2em;
font-family: Verdana, Helvetica, Arial, sans-serif;
padding-bottom: 0px;
min-height: 0px;
border: #454f56 double; }

/* Heading level 1 is not contained in main-text. */

strong { color: #ff6464; }

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1em;
color: #b7baab;
padding-bottom: 10px;
padding-top: 7px;

font-weight: bold;
background-color: #cc6600;
border-top: 5px #454f56 solid;
letter-spacing: 5px;
border-bottom: 2px #454f56 solid;
min-height: 15px;
max-height: 15em; }

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 50px;
margin-left: 190px;
margin-right: 50px;
}

p, ul, ol, table {
margin-top: 0;
margin-bottom: 0px;
margin-left: 0;
margin-right: 0em;
padding: 5px;
}

h2 {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
padding: 0;
font-size: larger;
color: white;
font-weight: bold;
background-color: orange;
padding-top: 0px; }

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #cc6600;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #ffffff;
background-color: orange;
border: orange solid;
}

/* Styles for the navbar on the left side. */

#left-menu {
top: 300px;
left: 5px;
width: 160px;
text-align: right;
background-color: black;
border-bottom: 2px #cc6600;
border-right: 2px #cc6600;
position: absolute;
border: 5px orange double;
min-height: 100em;
font-size: 75%;
padding: 5px; }

#left-menu p {
padding-right: 10px;
margin-bottom: 0;
border-bottom: 2px #cc6600 none;
line-height: 20px;
background-color: #000000; }

#left-menu a:link, #left-menu a:visited {
color: orange;
text-decoration: none;
}

#left-menu a:hover, #left-menu a.current {
color: #ffffff;
text-decoration: underline; }

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
color: #454f56;
font-size: .5%;
position: absolute;
left: 200px;
padding: 10px;
margin-right: 10px;
margin-left: 10px;
right: 10px;
border: 5px double; }

#footer a:link, #footer a:visited {
color: #cc6600;
}

#footer a:hover {
color: #454f56;
}

/* Styles for forms */

label , select , option {
display: block;
	text-align: right;
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

option { float: none;}




input {
clear: right }

fieldset br {
	clear: left;
}


fieldset { 
min-height: 300px;
min-width: 40%;
margin: 10px;
}




legend {
text-align: center;
color: black;
font-weight: bold;
background-color: orange;

}
