

/* PAGE FRAMING */


body {
font-family: tahoma, arial, sans-serif;
margin: 0;
padding: 0;
overflow: auto;
overflow: -moz-scrollbars-vertical;
}

#page {
position: absolute;
width: 650px;
left: 50%;
margin-top: 10px;
margin-left: -325px;
}

#header {
margin-bottom: 10px;
height: 150px;
}

#menu {
position: absolute;
width: 150px;
left: 0%;
background-color: #BEC89B;
}

#content {
margin-left: 160px;
}



/* PAGE STYLES */


.menu {
text-align: left;
margin-left: 10px;
margin-top: 10px;
line-height: 100%;
font-weight: 500;
font-size: 17px;
}

.menu a {
color: black;
text-decoration: none;
}

.menu a:hover {
color: blue;
}

.header {
font-weight: 500;
font-size: 24px;
text-align: center;
height: 30px;
background-color: #A0C3E1;
}

.headerphoto {
font-weight: 500;
font-size: 24px;
text-align: center;
height: 30px;
background-color: #e37f67;
}

.subheader {
font-weight: bold;
font-size: 14px;
text-align: left;
overflow: auto;
}

.text {
font-size: 12px;
text-align: left;
height: auto;
overflow: auto;
}

.text a {
color: red;
}

.text a:hover {
color: blue;
}

.subheaderctr {
font-weight: bold;
font-size: 14px;
text-align: center;
overflow: auto;
}

.textctr {
font-size: 12px;
text-align: center;
height: auto;
overflow: auto;
}

.textctr a {
color: red;
}

.textctr a:hover {
color: blue;
}