.header {
    background-color:#aaaaaa;
    border-left:7px solid #aaaaaa;
    border-top:7px solid #aaaaaa;
    height:10%;
    width:100%;
}

.header_title {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    font-size:xx-large;
    font-weight:bold;
}

.header_subtitle {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    font-size:small;
    font-weight:bold;
}

img.header_pic {
    border:3px outset #808080;
    height:50px;
    width:50px;
}

a.header_title:link, a.header_title:hover, a.header_title:visited,
a.header_subtitle:link, a.header_subtitle:visited {
    color:#333333;
    text-decoration:none;
}

a.header_subtitle:hover {
    background-color:transparent;
    color:#333333;
    text-decoration:underline;
}

.sitebar {
    background-color:#446688;
    border-top:2px dotted #FFFFFF;
    height:5%;
    text-align:right;
    width:100%;
}

a.sitebar_link:link, a.sitebar_link:visited {
    background-color:transparent;
    color:#FFFFFF;
    font-size:small;
    font-weight:bold;
    text-decoration:none;
}

a.sitebar_link:hover {
    background-color:transparent;
    color:#aaaaaa;
    text-decoration:underline;
    font-size:small;
    font-weight:bold;
}