/*



*/

body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #f0f0e1;
}

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

#main-title {
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 190px;
padding-right: 10px;
background-color: #FF6600;
border-bottom: 2px #99ff00 solid;
color: #f0f0e1;
font-weight: bold;
font-size: .7em;
letter-spacing: 3px;
text-align: lefht;
font-style: italic;
}

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

#main-text {
margin-top: 72px;
margin-bottom: 20px;
margin-left: 292px;
margin-right: 44px;
}

h1 {
margin-top: 0;
margin-bottom: 0px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em;
color: #bf8f30;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 0.8em;
color: #bf8f30;
font-weight: bold;
}

p, ul, ol, table {
margin-top: 0;
margin-bottom: 0px;
margin-left: 0;
margin-right: 0;
font-size: .7em;
line-height: 20px;
}

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

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

a:hover {
color: #7f3f00;
font-weight: bold;
text-decoration: underline;
}

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

#left-menu {
position: absolute;
top: 87px;
left: 9px;
margin: 20px;
width: 110px;
height: 630px;
}

#left-menu p {
text-align: right;
line-height: 12px;
font-size: .8em;
padding-bottom: 6px;
padding-top: 10px;
margin-bottom: 0;
}

#left-menu a:link, #left-menu a:visited {
color: #ff6600;
}

#left-menu a:hover, #left-menu a.current {
color: #7f3f00;
text-decoration: none;
}

/* Styles for the pullquote on the right side. */

#right-column {
	position: absolute;
	top: 97px;
	right: 0;
	margin: 20px;
	width: 246px;
	height: 751px;
	left: 597px;


}

#right-column p {
line-height: 1.5em;
font-size: .7em;
}

#right-column strong {
color: #FF6600;
font-style: bold;
}

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

#footer {
text-align: center;
background-color: #99ff00;
color: #ffffff;
margin-bottom: 0;
padding-top: 7px;
padding-bottom: 7px;
font-size: .7em;
border-top: 2px #FF6600 solid;
}

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

#footer a:hover {
color: #f0f0e1;
text-decoration: underline;
}
