body {
 margin: 0px;
 text-align: center;
 font-family: arial, helvetica;
 font-size: 12px;
 background: #dcdcdc
}
#capsule {
 margin-left: auto;
 margin-right: auto;
 border: 1px outset silver;
 border-top: 0;
 width: 777px;
 text-align: left;
 background: white
 
}
#logodiv {
 text-align: left;
 height: 100px; 
 width: 777px
}
#flashdiv {
 height: 250px;
 border-top: 1px solid gray;
 border-bottom: 1px solid silver

}
#sepdiv {
 border-top: 1px solid silver
}
#innerdiv {
 padding: 15px;
 width: 595px;
 text-align: justify;
 font-size: 12px
}
#bottomdiv {
 background: #696969;
 width: 777px
}
#bottomdiv_content {
 padding: 4px;
 font-size: 9px;
 color: white;
 text-align: center
}
#bottomdiv_content a { color: white }
#bottomdiv_content a:hover { text-decoration: none }

#maintable {
 font-family: arial, helvetica;
 font-size: 12px
 /* IE6 bug */

}
/* locator styles */
#leftcontent { 
 float: left }
#rightcontent {
 float: right }
#endcontent {
 clear: both
}


/* menu */
#menutd {
 background: #2525A1
}
#menutable {
 font-size: 13px;
 color: white
}
#menutable td {
 padding: 10px;
 padding-left: 15px;
 text-align: left;
 background: #2525A1;
 border-bottom: 1px solid white
}
#menutable td:hover {
 background: navy
}
#menutable a { color: white; text-decoration: none }
#menutable a:hover { text-decoration: underline }

/* common */
h1 { font-size: 16px; color: maroon }
h2 { font-size: 14px; color: maroon }
hr {
 border: 0px;
 border-top: 1px solid silver;
 height: 1px
}
a { text-decoration: none; color: blue }
a:hover { color: red; text-decoration: underline }

/* admin sty;es */
#admindiv { 
 padding: 10px;
 border-top: 1px solid silver
}
#logintable {
 font-family: arial, helvetica;
 font-size: 12px
 /* IE6 bug */ 
}

/* list-style */
ul {
 list-style: square 
}
ul li {
 padding: 2px
}

/* formtable */
.formtable {
 border: 1px solid silver;
 font-family: arial, helvetica;
 font-size: 12px
 /* IE6 bug */
}
.formtable input, .formtable select, .formtable textarea {
 border: 1px solid #CCDAFF; 
padding: 3px; 
font-size: 12px;
 width: 300px;
 background: #E5ECFF
}
.smalltable {
 font-size: 12px
}
.smalltable p { font-size: 11px }
.smalltable td { border-top: 1px solid silver }

/* special styles */
.top { font-size: 10px; text-align: right }

input { border: 1px solid silver; padding: 3px; font-size: 12px }