/* Layout */
body	{margin: 0px; padding:0px;}
#header	{position:fixed; width:100%; top:0px; height:70px;}
#navbar	{position:fixed; width:200px; top:70px; right:0px;}
#content{margin-right: 200px; margin-top: 70px; margin-bottom: 50px; 
         padding-top: 10px; padding-left: 25px; padding-right: 25px;  
         padding-bottom: 25px;}
#footer {height:70px;} 

/* Appearance */
html {font-family: "verdana, arial, helvetica, sans-serif";}
body {background-color:   #003366;}
#content {background-color: white;}
h1   {color: #003366; font-size:120%;}
h2   {font-size:110%;}
img  {border:none;}

/* Background element styling */
.background {color: #ffcc66; background-color: #003366; font-size: 90%;}
.background a {text-decoration: none; color:#ffcc99;}
.background a:hover, .background a:active {color:#cccccc;}

/* Content Styling */
ul.bulletlist > li{margin-bottom: 15px;}

/* Navbar styling */
#navbar ul{padding-left: 20px; margin: 0px; margin-bottom: 10px;}
#navbar li{line-height: 150%; margin-top: 5px; list-style-type: none;}
#navbar hr{width:75%}

/* login styling */
#login{color: #003366; background-color: #ffcc66; padding: 1px; 
       margin-left: 15px; margin-right: 15px; margin-bottom: 15px; 
       text-align: center;}
#login table {margin-left: auto; margin-right: auto;}
#login h1  {text-align: center;}

/* Footer styling */
#footer{text-align:center;}

/* IE6 Kludge */
* html {background: #003366;}
* html #header {position:static; }
* html #navbar {position:static; width:200px; height:500px;}
* html #content {background: white; float:left; margin-right: 0px; margin-top:0px; padding:15px; width:500px}






