html, body{
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   height: 100%;
   border: none;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   background-color: #2F00B2;
}

#edit {
   background-color: White;
}

#container {
   height: 100%;
   padding: 0px 0px 0px 0px;
   margin-left: auto;
   margin-right: auto;
}
#leftbar2 {
	width: 5px;
	background-image: url(images/leftbar2.gif);
	background-repeat: no-repeat;
}
#leftbar {
   width: 10px;
   background-image: url(images/leftbar.gif);
   background-repeat: repeat-y;
}
#rightbar {
   width: 10px;
   background-image: url(images/rightbar.gif);
   background-repeat: repeat-y;
}
#rightbar2 {
	width: 5px;
	background-image: url(images/rightbar2.gif);
	background-repeat: no-repeat;
}
#contentmid {
   width: 720px;
   vertical-align: top;
}
#contenttable {
   width: 720px;
}
#top {
   height: 120px;
   background-color: White;
}
#contenttd {
	width: 580px;
	background-color: White;
	vertical-align: top;
}
#content {
   width: 580px;
   background-color: White;
   min-height: 400px;
   padding: 10px 10px 10px 10px;
}
* html #content {
   height: 400px;
}
#content h1 {
   font-size: 16px;
   font-weight: bold;
   color: #2F00B2;
}
#content h2 {
   font-size: 14px;
   font-weight: bold;
   color: #2F00B2;
}
#content h3 {
   font-size: 12px;
   font-weight: bold;
   color: #2F00B2;
}
#content h4 {
   font-size: 12px;
   font-weight: bold;
}
#content h5 {
   font-size: 12px;
   font-weight: bold;
}
#content img {
	padding: 0px 5px 0px 5px;
}
#menu {
   height: 24px;
   background-color: #2F00B2;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   color: #FFFFFF;
}
#menu a {
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
}
#menu a:hover {
	color: #FFE855;
	text-decoration: none;
}
#menu a:focus {
	color: #FFE855;
	text-decoration: none;
}
#navigation {
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}
#belowmenu {
   height: 5px;
   background-image: url(images/belowmenu.gif);
   background-repeat: repeat-x;
}
#leftnav {
   width: 140px;
   background-color: #3600CC;
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   vertical-align: top;
   padding: 5px 5px 5px 5px;
}
#leftnav a {
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
}
#leftnav a:hover {
	color: #FFE855;
	text-decoration: none;
}
#leftnav a:focus {
	color: #FFE855;
	text-decoration: none;
}

#footer {
   background-color: #2F00B2;
   height: 30px;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   color: #FFFFFF;
}
#footer a {
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
}
#footer a:hover {
   text-decoration: underline;
}
#belowfooter {
   background-color: #2F00B2;
   height: 10px;
}

#imagelist {
   overflow: auto; 
   width: 550px; 
   height: 126px; 
   border: 1px solid Silver; 
   padding: 0px; 
   margin: 0px;
	font-size: 12px;
}

#imagelist img {
   border: 2px solid White; 
   padding: 1px 1px 1px 1px;
   margin: 1px 1px 1px 1px;
}

#imagelist img.current {
   border: 2px solid #993300; 
   padding: 1px 1px 1px 1px;
   margin: 1px 1px 1px 1px;
}

.oddrow {
   background-color: #FFFFFF;
}   
.evenrow {
   background-color: #E8E8E8;
}   
.marquee {
   background-color: #DDA63E;
   color: black;
   font-size: 14px;
   font-weight: bold;
}   