body {
    background-color: #AAA297;
    margin: 0px;
    border: 0px;
    padding: 0px;
    background-image: url(bg_grad.jpg);
    background-attachment: fixed;
}
#The_Whole_Page {
    background-color: #EAEAEA;
    border: 1px solid #FFFFFF;
    width: 760px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left; 
    line-height: 17px;
    margin-left: auto;
    margin-right: auto;
/*    float: left; */
}
/* hack to get the whole page background to cover floated elements */
div.clearer {
    clear: left; line-height: 0; height: 0;
}

#hpa_header {
    width: 760px;
    margin-left: 0px;
    float: left;
}
#hpa_header a {
    float: left;
}
#hpa_footer {
    width: 760px;
    margin-left: 0px;
    float: left;
}            
#content {
    width: 540px;
    margin-left: 10px;
    margin-right: 10px;
    float: left; 
    text-align: left;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #0066CC;
    line-height: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0066CC;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #0066CC;
    line-height: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0066CC;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #0066CC;
    line-height: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0066CC;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
/*    text-align: left; */
}

.centered {
    display: block; 
    margin: auto;
    text-align: center;
}
.floatLeft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.floatRight {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.footer {
	font-size: 11px;
    font-weight: bold;
	text-align: center;
    background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
    margin-bottom: 0px;
}

#chosen_teacher {
	background-color: #FFFFCC;
	border: 1px solid #FFFFFF;
}

ol.decimal {list-style-type:decimal}
ol.lower-alpha {list-style-type:lower-alpha}

/* Rounded Menu                   */
#menu {
width: 200px;
/* height: 100%; */
margin-left: 0px;
float: left;
text-align: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}
#menu li a {
padding: 8px 0 0 10px;
height: 24px;
text-decoration: none;
text-align: left;
}
#menu li a:link, #menu li a:visited {
color: navy;
display: block;
background: url(off_180_y.png) top left no-repeat;
padding: 8px 0 0 10px;
height: 24px;
text-align: left;
}
#menu li a:hover {
color: blue;
background: url(on_180_y.png) top left no-repeat;
padding: 8px 0 0 10px;
height: 24px;
text-align: left;
}
/* Sub-Menus indented with padding*/
#menu ul ul {
  display:none;
}
#menu ul ul li a:link, 
#menu ul ul li a:visited,
#menu ul ul li a:hover {
padding: 8px 0 0 40px;
}


a:link {
	color: #0000CC;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #6699CC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #0066CC;
   	text-decoration: underline;
}
a:active {
}




