@import url("../images/left_nav/left_nav.css");

html {
    height: 100%;
}

body {
    margin: 0px;
    background-image: url(../images/body_background.gif);
    background-repeat: no-repeat;
    background-color: #DAE1FA;
    width: 100%;
    height: 100%;
    font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    z-index: 0;
}

h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}

h2 {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}

img {
    border: 0;
}
a:link.mail {
    color: inherit;
    text-decoration: none;
}

a:visited.mail {
    color: inherit;
    text-decoration: none;
}

a:hover.mail {
    color: yellow;
    text-decoration: none;
}

a:active.mail {
    color: inherit;
    text-decoration: none;
}

#leftNav {
    position:absolute;
    left:0px;
    top:0px;
    width:151px;
    height: 100%;
}

#topBackground {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:114px;
    z-index:0;
    background-color: #334377;
    background-image: url(../images/top_banner_bkg.gif);
}

#content {
    position:absolute;
    left:155px;
    top:120px;
    width:869px;
    height:80%;
    z-index:1;
    padding: 15px;
}

#topBanner {
    position:absolute;
    left:151px;
    top:0px;
    width:644px;
    height:114px;
    z-index:1;
}

div#announcements {
    height: 100%;
    float: right;
    width: 160px;
    margin-left: 15px;
}

div.announce {
    border: 1px solid black;
    margin-bottom: 20px;
}

div.announce h1 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background: #94A2D1;
    border-bottom: 1px solid black;
    font-weight: bold;
    text-align: center;
}

div.announce p {
    margin: 5px 0px;
    padding: 0px 3px;
}

div#footer li {
    float: left;
    list-style: none;
    padding: 0 10px;
    border-left: 1px solid black;
    font-size: 0.9em;
}

div#footer ul li:first-child {
    padding-left: 0;
    border-left: 0;
}

h1.announce {
	border: 1px solid red;
	width: auto;
	margin-right: 175px;
	padding: 5px;
	text-align: center;
}