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

#container {
width: 95%;
background-color: #2C14A9;
margin: 0 auto;
padding: 0;
text-align: left;
}

#header {
background-color: #2C14A9;
text-align: center;
margin: 0;
padding: 0;
}

#mainContent {
background-color: #FFFFFF;
margin-left: 12em;
padding: 10px 20px 0 1em;
}

#footer p {
margin: 0;
padding: 10px 0;
color:#CFC6C9;
background-color: #2C14A9;
text-align: center;
font-size: .8em;
}

#footer a {
color:#ffffff;
}

#footer a:hover {
color:#FFFF00;
}

.clearfloat {
clear: both;
height: 0;
font-size: 1px;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #004180;
font-weight: bold;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #004180;
font-weight: bold;
}

body {
font-family: Verdana, Geneva, "Bitstream Vera Sans",
"DejaVu Sans", sans-serif;
background-color:#CFC6C9;
color: #000000;
margin: 0;
padding: 0;
text-align: center;
}

#sidebar {
float: left;
width: 12em;
font-weight: bold;
}

/* remove menu bullets */
#sidebar ul {
margin: 0;
padding: 0;
list-style-type: none;
}

/* format the menu */
#sidebar a {
display: block;
padding: 3px 3px 5px 10px;
background-color: #2C14A9;
color: #CFC6C9;
border-bottom: 1px #CFC6C9 solid;
text-decoration: none;
}

/* hover behaviour for menu */
#sidebar a:hover {
background-color: #727E83;
color: #000000;
border-right: 3px #CFC6C9 solid;
border-bottom: 3px #CFC6C9 solid;
padding-bottom: 3px;
}

/* fly out menu items */
#sidebar li li {
white-space: nowrap;
width: 15em;
margin-left: 20px;
position: relative;
}