body{
margin: 0;
padding: 0;
border: 0;
outline: 0;
background-color: #5077c7;
}
p{
color:black;
}
#header{
position:relative;
}
#page{
width:780px;
margin-left:auto;
margin-right:auto;
}
#topNavBar{
position:relative;
top: -40px;
}
#topNav{
width:780px;
position:relative;
top: -40px;
float:left;
line-height:normal;
z-index:1;
}
#topNav ul{
margin:0;
padding:10px 10px 0;
list-style:none;
}
#topNav li{
float:left;
background:url("tabLeft.png") no-repeat left top;
margin:0;
padding:0 3px 0 15px;
}
#topNav a{
float:left;
display:block;
width:.2em;
background:url("tabRight.png") no-repeat right top;
padding:0px 14px 0px 0px;
text-decoration:none;
font-weight:bold;
color:#765;
}
#topNav  > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#topNav  a {float:none;}
    /* End IE5-Mac hack */
	
#topNav #current {
background:url("tabLeft1.png") no-repeat left top;
color:#333;
}
#topNav #current a {
background:url("tabRight1.png") no-repeat right top;
}
#topNav li:hover {
background:url("tabLeft1.png") no-repeat left top;
color:#333;
}
#topNav  li:hover a {
background:url("tabRight1.png") no-repeat right top;
}
#leftNav{
position:relative;
top:-44px;
height:100%;
background-color: #5077c7;
}
#leftNav ul{
margin:0;
padding:0 0 0 0;
list-style:none;
}
#leftNav li{
font-size: 12;
background: url("leftNav.gif") no-repeat left top;
height:48px;
width:125px;
text-align:center;
}
#leftNav #blank{
height:24px;
}
#leftNav a{
color:white;
height:48px;
width:125px;
text-decoration:none;
vertical-align:middle;
display:table-cell;
font-weight:bold;
}
#leftNav li:hover{
background: url("leftNav2.gif") no-repeat left top;
}
#leftNav #blank:hover{
background: url("leftNav.gif") no-repeat left top;
}
#content{
position:absolute;
top: 180px;
width: 600px;
background-color: #5077c7;
margin-left:150px;
margin-top:25px;
font-size:15;
font-family: arial, "lucida console", sans-serif;
}
#footer{
text-align:center;
padding-top:3em;
font-family: arial, "lucida console", sans-serif;
font-size: 10;
}
a:link{
color:darkblue;
}
a:visited{
color:darkblue;
}
#centerNav {
margin-left:auto;
margin-right:auto;
position:relative;
padding-bottom:225px;
}
#centerNav  ul{
list-style:none;
}
#centerNav li{
display:inline;
}
#centerNav a{
text-align:center;
width: 225px;
float:left;
text-decoration:none;
color:white;
font-weight:bold;
padding: 5px 5px 5px 5px;
margin-left:15px;
margin-bottom:10px;
border: solid black;
border-width:1px;
}