body {
width: 800px;
margin: 0;
font-family: arial, helvetica, sans-serif;
}

/* Has a background image to create the patterned panel down the left side of the page. */

#container {
width: 800px;
padding: 0;
margin: 0;

}

/* Banner near top of page that says the name of the whole site - also has crane background image. */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-right: 170px;
font-size: 1.2em;
letter-spacing: 5px;
text-align: right;
background-position: top left;
background-color: #ffffff;
height: 58px;
color: #838383;
padding-top: 90px;
}

/* Not contained in the main-text element. Has background image to create effect of continuation of crane image. */

h1 {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-size: .8em;
padding-bottom: 7px;
padding-top: 7px;
padding-left: 200px;
padding-right: 0;
font-weight: normal;
background-position: top left;
color: #ffffff;
background-color: #CCCCFF;
}

/* Styles for the main text on the page. */

#main-text {
margin-top:0px;
margin-bottom: 0;
margin-left: 160px;
margin-right: 185px;
padding-right: 10px;
padding-top: 20px;
padding-left: 10px;
 background-repeat: no-repeat;
}

p, ul, ol, table {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
text-align: justify;
font-size: .7em;
line-height: 1.5em;
}

ol, ul {
margin-left: 25px;
}

h2 {
font-size: .9em;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #663366;
}

a:hover {
text-decoration: none;
font-weight: bold;
}
/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 0px;
left: 0;
width: 160px;
font-size: .8em;
padding-top: 45px;
font-weight: bold;
background-color: #663366;
}

#left-menu a:link, #left-menu a:visited {
display: block;
color: White;
padding-left: 7px;
padding-bottom: 4px;
padding-top: 4px;
border-bottom: 1px solid Black;
}

#left-menu a:hover, #left-menu a.current {
color: White;
border-bottom: 1px solid Black;
background-color: #FFCC00;
}

/* Styles for the pullquote on the right side. */

#right-column {
position: absolute;
top: 0px;
margin-left: 615px;
width: 200px;
padding-bottom: 25px;
font-size: .7em;
padding-left: 10px;
}
#right-column a:link, #right-column a:visited {
border-bottom: 1px purple solid;
color: Purple;
padding-bottom: 2px;
padding-top: 4px;
padding-left: 7px;
}
#right-column a:hover, #right-column a.current {
color: Purple;
}

#right-columns {
	position: absolute;
	top: 0px;
	margin-left: 615px;
	width: 200px;
	padding-bottom: 25px;
	font-size: .7em;
	padding-left: 10px;
	height: 322px;
}
#right-columns a:link, #right-columns a:visited {
color: Purple;

padding-bottom: 2px;
padding-top: 4px;
}
#right-columns a:hover, #right-columns a.current {
color: Purple;
}

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 2px;
padding-bottom: 2px;
font-size: .8em;
margin-top: 0;
background-color: #AB82AB;
color: White;
}

#footer a:link, #footer a:visited {
color: Purple;
border-bottom: 1px purple solid;
}

/*#footer a:hover {
color: #9ad815;
border-bottom: 3px #9ad815 solid;
}*/
h1.grey {
color : #708090;
margin-left:-10px;
}

p.title {
	color: #AB82AB;
	font-size: 1.2em	
}

p.titleq {
	color: #CCCCFF;	
	font-family: Fixedsys;
	font-size: 1.2em;
}

td.col {
	background: #CCCCFF;
	color: White;
	font-size: 1.2em;
	vertical-align: top;
	font-weight: bold;	
	width: 50%;
	height: 90px;
}

td a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #AB82AB;
}
