html, body {
height : 100%;
margin : 0;
padding : 0;
}
#nav {
background : #07074D;
color : #ffffff;
height : 20px;
font-size:12px;
font-weight:bold;
}
#nav a, #nav a:hover, #nav a:active, #nav a:visited, #nav a:focus{
color : #ffffff;
font-size:12px;
font-family:Verdana;
font-weight:bold;
}
#nav_foot {
background : #07074D;
color : #ffffff;
height : 20px;
font-size:12px;
font-weight:bold;
}
#nav_foot a, #nav_foot a:hover, #nav_foot a:active, #nav_foot a:visited, #nav_foot a:focus{
color : #ffffff;
font-size:12px;
font-family:Verdana;
font-weight:bold;
}

#shadetabs{
border: 1px solid black;
border-bottom-width: 0;
width: 125px;
}

#shadetabs ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#shadetabs li a{
display: block;
padding: 0px 0;
padding-right: 9px;
width: 109px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #000099;
border-bottom: 1px solid #90bade;
border-right: 7px solid #1958b7;
}


#shadetabs li a:hover{
background-color: #2586d7;
border-right-color: #FF0033;
}

#shadetabs li.selected{
background-color: #2586d7;
border-right-color: #FF0033;
}

#shadetabs li.selected a{ /*selected main tab style */
background-color: #2586d7;
border-right-color: #FF0033;
}

#shadetabs li.selected a:hover{ /*selected main tab style */
background-color: #2586d7;
border-right-color: #FF0033;
}

* html #shadetabs li a{ /*IE only */
width: 127px; /*IE 5*/
w\idth: 109px; /*185px minus all left/right paddings and margins*/
}

#sadetabs div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-right: 5px;
background-color: black;
font: bold 90% Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

.contentstyle{
border: 2px solid #07074D;
width: 730px;
height:100%;
margin-bottom: 1em; padding: 30px;
}

