body {
	margin: 0;
	background-color: #FFFFFF;
}

hr {
	border : thin solid Navy;
}

#navy {
position: absolute;
top: 0px;
left: 0px;
width: 180px;
height: 3000px;
z-index: 1;
background-color: #00008B;
}

#content {
position: absolute;
top: 140px;
left: 200px;
width: 640px;
height: 800px;
}

#headl {
position: absolute;
background-color: #FFFFFF;
top: 10px;
left: 200px;
width: 110px;
height: 101px;
z-index: 2;
}

#head {
position: absolute;
background-color: #00008B;
top: 10px;
left: 320px;
width: 520px;
height: 100px;
z-index: 2;
}

.dsi { /* device short info container */
 border-bottom: 2px solid #00008B;
 width: 640px;
 height: 180px;
}

.logo {
	z-index: 2;
}

.navlink, .recent, .subnavlink {
 display: block;
 font-family: sans-serif, Arial;
 color: White;
 font-size: 16px;
 font-weight: bold;
 text-decoration: none;
 padding: 2px;
 padding-left: 8px;
}

.recent {
 border-top: 1px solid #FFFFFF;
 border-bottom: 1px solid #FFFFFF;
}


.navlink {
 border-top: 1px solid #00008B;
 border-bottom: 1px solid #00008B;
}

.subnavlink {
 position: relative;
 border-top: 1px solid #00008B;
 border-bottom: 1px solid #00008B;
}

.more {
 font-family: sans-serif, Arial;
 font-size: 12px;
 color: #0173BC;
 font-weight: bold;
 text-decoration: none;
}

.ctxt {
 font-family: sans-serif, Arial;
 font-size: 12px;
 color: #000000;
 text-decoration: none;
}

.chead {
 font-family: sans-serif, Arial;
 font-size: 14px;
 font-weight: bold;
 color: Navy;
 text-decoration: underline;
}

.formitem {
 font-family: sans-serif, Arial;
 font-size: 12px;
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}

h1 {
 font-family: sans-serif, Arial;
 font-size: 14px;
 color: #0173BC;
 font-weight: bold;
 text-decoration: underline;
}

h2 {
 font-family: sans-serif, Arial;
 font-size: 14px;
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}

a.navlink:hover {
 display: block;
 border-top: 1px solid #FFFFFF;
 border-bottom: 1px solid #FFFFFF;
 background-repeat: no-repeat;
}

a.subnavlink:hover {
 display: block;
 border-top: 1px solid #FFFFFF;
 border-bottom: 1px solid #FFFFFF;
 background-repeat: no-repeat;
}

.footer {
 border-top: 2px solid #00008B;
 font-family: sans-serif, Arial;
 font-size: 10px;
 color: #000000;
 text-decoration: none;
}

