

/* 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 {
height: 125px;
}

#left {
position: absolute;
left: 0;
width: 175px;
}

#content {
margin-left: 175px;
}



/* PAGE STYLES */


.menu {
text-align: left;
margin-left: 10px;
font-size: 12px;
}

.menu a {
color: crimson;
}

.menu a:hover {
color: navy;
}

.header {
margin-top: 15px;
margin-left: 10px;
/* font-style: oblique; */
font-weight: 600;
font-size: 30px;
text-align: center;
vertical-align: middle;
color: navy;
height: 40px;
border: 1px solid navy;
background-image: url(../images/contentheader.gif);
}

.subheader {
margin-left: 10px;
font-weight: bold;
font-size: 12px;
text-align: left;
color: navy;
overflow: auto;
}

.text {
font-size: 12px;
text-align: left;
margin-left: 10px;
height: auto;
overflow: auto;
}

.text a {
color: crimson;
}

.text a:hover {
color: navy;
}

.subheaderctr {
font-weight: bold;
font-size: 12px;
text-align: center;
color: navy;
overflow: auto;
}

.textctr {
font-size: 12px;
text-align: center;
height: auto;
overflow: auto;
}

.textctr a {
color: crimson;
}

.textctr a:hover {
color: navy;
}