BODY {
    background-attachment: scroll;
    background-color: #D3D3D3;
    background-image: url(images/background.gif);
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: 5px;
}

DIV, P, SPAN {
    font-family: Tahoma, Arial, Verdana;
    font-size: 10pt;
}

IMG {
    border: none;
}

IMG#logo {
    margin-left: 10px;
    margin-top: 10px;
}

DIV#menu {
	position: absolute;
	top: 135px;
	left: 10px;
    color: white;
	width: 7em;
}

DIV#content {
    margin-top: 85px;
    margin-left: 150px;
    margin-right: 20%;
}

DIV#header {
    font-style: italic;
    font-weight: 600;
    font-size: 15pt;
    color: #660066;
    text-align: right;
	margin-right: 10%;
	margin-top: -1.1em;
}

DIV#headerDropShadow {
	font-style: italic;
    font-weight: 600;
    font-size: 15pt;
    color: #D3D3D3;
    text-align: right;
	margin-right: 9.4%;
	margin-top: -2em;
}

DIV#site {
	clear: left;
}

A#menutext {
	color: white;
}

SPAN#left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.ed {
    font: oblique 600 12pt "Times New Roman";
    text-decoration: none;
}


.it {
    font-style: normal;
    font-weight: bold;
    font-size: 7pt;
    vertical-align: text-top;
    text-decoration: underline;
}

.subheading {
     color: #600060;
     font-weight: bold;
}