@charset "utf-8";
/* CSS Document */

body {
background-color: #660066;
}
a {
color: #000000;
}
#Main_Content {
	width: 99%;
	background-color: #FFFFFF;
	min-height: 35px;
	margin: auto;
	text-align: center;
	margin-top:10px;
}
#Header {
background-color: #E2E2E2;
width: 99%;
margin: auto;
text-align: center;
margin-top:0px;
margin-bottom: 10px;
border: 1px solid gray;
}
#Breadcrumb {
text-align: left;
color: #000000;
margin-left: 10px;
font-size: 12px;
}
#Left_Column {
position: relative;
width: 210px;
margin-left: 5px;

float: left;
}
#Page_Content {
position: relative;
float: right;
width: 75%;
}
.Spacer10 {
height: 10px;
}
.Spacer5 {
height: 5px;
}
.sectiontitle {
background-color: #660066;
border: 2px solid white;
color: #FFFFFF;
font-weight: bold;
margin-bottom: 0px;
}
#Depts, #Admin {
border: 2px solid #666666;
background-color: #E2E2E2;
margin-bottom: 10px;
}
.list ul {
list-style-image: none;
text-align: left;
list-style: none;
padding-left: 10px;
text-decoration: none;
}
.list ul li{
padding: 1px;
}
.list ul li:hover {
padding: 0px;
border: 1px solid gray;
}
.list ul li a {
text-decoration: none;
}
#Footer {
background-color: #E2E2E2;
border: 2px solid #666666;
width: 99%;
height: 4em;
line-height: 12px;
margin: auto;
font-size: 10px;
position: relative;
margin-bottom: 5px;
clear: both;

}
#Address {
width: 250px;
position: relative;
float: left;
text-align: left;
margin-left: 10px;
}
#Report_To {
width: 300px;
position: relative;
float: right;
text-align: right;
margin-right: 10px;
}
