/* color definitions */
.brown { color: #e1e1d6; }
.beige { color: #f3f3ef; }
.green { color: #515128; }


body
{

	font: 12pt "times new roman";
	color: #000000;
	_text-align:center;
}
#page
{
    position: relative;
    top: 0px;
    margin: 0 auto;
    width: 755px;
    text-align: left;
}


a
{
/*
	font-size: 10pt;
*/
	color: #004080;
/*
	color: #515128;
*/
	text-decoration: underline;
}
a:hover
{
	color: #004080;
	text-decoration: none;
}

#header
{
    position: absolute;
    top:      0px;
    left:     0px;
    height:   105px;
    border-bottom: 2px solid #515128;
    width: 755px;
}
#header_left { text-align: left; }
#header_right
{
	position: absolute;
	top:      0px;
	left:     595px;
	text-align: right;
}
#header_logo
{
    position: absolute;
    top:      70px;
    left:     210px;
    font-size: 16pt;
    font-weight: bold;
    width: 500px;
    z-index: 100;
}

#main
{
    position: absolute;
    top:      107px;
    left:     200px;
    width:    535px;
    min-height: 600px;
    background-color: #e1e1d6;
    padding: 10px;
}

#headline
{
    font-size: 16pt;
    color: #515128;
    font-weight: bold;
    border-bottom: 2px solid #515128;
    padding-top: 10px;
    padding-bottom: 5px;
}

.news_headline
{
    font-size: 13pt;
    font-weight: bold;
    padding-top: 15px;
}
.news_date
{
    font-size: 9pt;
    font-style: italic;
    padding-left: 5px;
}
.news_story {  }
.news_author
{
    font-size: 9pt;
    text-align: right;
    border-bottom: 1px dotted #515128;
}
.news_separator
{
	color: #515128;
	background-color: #515128;
	height: 1px;
}
.staff { padding-top:   15px; }
.staff_photo
{
    float: left;
    width: 180px;
    height: 200px;
    padding: 10px;
}
.staff_name
{
    float: left;
    font-size: 13pt;
    font-weight: bold;
    width: 330px;
	padding-top:    10px;
    padding-bottom: 10px;
}
.staff_info
{
    float: left;
    width: 330px;
    padding-bottom: 5px;
}
.staff_email
{
    float: left;
    width: 250px;
    color: #515128;
    font-size: 10pt;
}
.staff_details
{
    float: right;
    width: 80px;
    font-size: 10pt;
}
.staff_desc_name
{
    float: left;
    height: 100%;
    padding: 10px;
    font-style: italic;
    width: 180px;
}
.staff_desc { width: 330px; float: left; }

/*
 * specific menu stuff...
 */
.menu
{
	font-family: "times new roman";
    font-size:  12pt;
    color:      #84845c;
    width:      200px;
    height:     20px;
    border-top: 1px solid #515128;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    paddint-bottom: 5px;
    cursor: pointer;
}

.menu_hilite
{
	font-family: "times new roman";
    font-size:   12pt;
    background-color: #515128;
    color:      #f3f3ef;
    width:      200px;
    height:     20px;
    border-top: 1px solid #515128;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

#menu_box
{
    background-image:  url("../../images/menu_background.png");
    background-repeat: no-repeat;
    background-color:  #f3f3ef;
    position: absolute;
    top:      106px;
    left:     0px;
    width:    200px;
    min-height: 600px;
}
#home
{
    position: absolute;
    top:      0px;
    left:     0px;
}
#focus
{
    position: absolute;
    top:      30px;
    left:     0px;
}
#staff
{
    position: absolute;
    top:      60px;
    left:     0px;
}
#faq
{
    position: absolute;
    top:      90px;
    left:     0px;
}
#news
{
    position: absolute;
    top:      120px;
    left:     0px;
}
#contact
{
    position: absolute;
    top:      150px;
    left:     0px;
}
#disclaimer, #award
{
    position: absolute;
    top:      190px;
    left:     0px;
    color: #515128;
    font-size: 10pt;
    font-weight: bold;
}

#award
{
	top:	390px;
	font-weight: normal;
}