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

.print-break {
	page-break-after: always;
}

#page
{
    position:     relative;
    top:          0px;
/*    left:         50%; */
	margin: 0 auto;
    width:        100%;
    text-align: left;
}

a { color: #515128; text-decoration: underline; }
a:hover { color: #515128; text-decoration: none; }

#header
{
    position: absolute;
    top:      0px;
    left:     0px;
    height:   105px;
    border-bottom: 2px solid #515128;
    width: 103.5%;
}
#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: 18pt;
    font-weight: bold;
    z-index: 100;
}

#main
{
    position: absolute;
    top:      107px;
    left:     15px;
    width:    100%;
    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; padding-bottom: 10px; }

/*
 * specific menu stuff...
 */
.menu, .menu_hilite { display:none; }

#disclaimer
{
	display: none;
	position: absolute;
	bottom: -40px;
	left:    15px;
	width:    97%;
    color: #515128;
    font-size: 10pt;
    font-weight: bold;
}