* {padding:0; margin:0}

body {
	background-color: #bac6c7;
	float: none;
	padding: 0;
	text-align: center;
}

#document {
	border: solid thin silver;
	width: 960px;
	margin: auto;
	background-color: white;
	padding: 4px;
	font-family: Trebuchet MS, sans-serif;
	color: #000080;
	margin-top: 10px;
}

#header table {
    width: 100%;
    border-collapse: collapse;
    border: thin solid navy;
    padding: 0;
    text-align:center
}

#header table td {
    border: thin solid navy;
}

#header table td#left{
    width: 100%;
    margin: 0;
}

#banner {
   text-align: left;
   margin: 0;
   padding: 2px;
}

img#banner_image {
	width: 450px;
	height: 126px;
}

#banner p {
    text-align: center;
    font-weight: bold;
    background-color: #000080;
    color: white;
    margin: 2px 0 0 0;
}

#contactus {
    background-color: #c0c0c0;
    color:  #000080;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.2em;
}

#banner_title {
    background-color: #d9eef2;
    color: #333399;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

#nav_bar {
    float: left;
    /*min-width: 200px;*/
    width: 200px;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #c0c0c0;
    min-height: 400px;
}

#nav_bar .menuitem, #nav_bar .slmenuitem {
    border: thin solid silver;
    background-color: #555a91;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    width: 150px;
    height: 28px;
}

#nav_bar .menuitem p, #nav_bar .slmenuitem p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 150px;
    height: 28px;
}

#nav_bar .menuitem a {
    color: white;
    text-decoration: none;
    
}

#nav_bar .slmenuitem a {
     color: #d9eef2;
    text-decoration: none;   
}

#nav_bar .slmenuitem {
    background-color: #0000a0;
}

#nav_bar .menuitem:hover, #nav_bar .slmenuitem:hover {
	background-color: #87CEEB;
}

#content {
	float: right;
	width: 715px;
	table-layout: fixed;
	text-align: left;
	background-color: white;
	color: navy;
	margin-top: 1em;
}


.title {	
	font-weight: bold;
	text-align: center; 
	background-color: #000080; 
	color: white; 
	font-family: 'Trebuchet MS'; 
	font-size: medium;
	margin-bottom: 1em;
}
.entry {	
	text-align: left;
	color: navy; 
	font-family: 'Trebuchet MS';
	font-size:16px;
	background-color: white;
	width:100%
}

.ol,ul,li{
	margin-left: 39px;
	margin-right: 3px;
}
#table{
	border-color: navy;
	outline-width:thin;
	table-layout: auto;
	background-color: #D9EEF2;
	width:100%;

}
#footer {
    clear: both;
    float:inherit;
    width: 960px;
    background-color: #000080;
    margin-bottom: 0;
    text-align:center
}

#footer p {
    color: white;
    font-size: 0.8em;
    margin-top: 1px;
    margin-bottom: 1px;
}

#footer a {
    color: white;
}

/* login form in menu */
#login, #loggedOn {
    vertical-align: bottom;
    font-size: small;
    text-align: left;
    padding: 2em 1em;
}

#loggedOn a {
    display: block;
}

#login p {
    margin: 0;
}

#login label {
    display: block;
    text-align: right;
}

#login input {
    color: #000080;
    width: 6em;
    margin-left: 2px;
    background-color: #fafaff;
}

#login #join {
    margin-top: 1em;
}

#login #submit {
    width: auto;
    border: none;
    color: #000080;
    float: right;
}