body {
  background-color: #012D52;
  margin: 0; padding: 0;
  top: 0; left: 0;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
   
/* Top menu */  
.indentmenu				 {text-align: left; width: 910px; height: 200px; background: url(../gifs/banner.jpg) top center no-repeat; color: white; margin: 0 auto; }
.indentmenu ul.menu		 {margin: 0 0 0 3px; padding: 170px 0 0 0; width: 895px; list-style-type: none; font: 13px Arial; color: white; }
.indentmenu ul.menu li	 {display: inline; color: white; padding: 0; margin: 0; border-right: 1px solid #ffffff; }
.indentmenu ul li a		 {color: white; font: 12px Arial; color: white; font-weight: bold; padding: 0 5px 0 4px; }
.indentmenu ul li a:hover{color: #6F9DD8;}

/* Left col */
#vertmenu 	 			{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; width: 240px; padding: 0; margin: 0; display: inline; }
#vertmenu h2 			{display: block; background-color:white; font-size: 100%; padding: 0px 0 5px 0px; border: 0px solid #000000; color: #000000; margin: 0px; width:240px; height:60px; }
#vertmenu ul 			{list-style: none; margin: 0px; padding:0px; border: none; font-size: 100%; }
#vertmenu ul li 		{margin: 0px; padding: 0px; }
#vertmenu ul li a 		{font-size: 90%; text-align: left; text-indent: 30px; display: block; border-bottom: hidden #ffffff; border-width: 8px; padding: 0px 0px 0px 0px; text-decoration: none; background-color: white; background-position: 0px 0; color: #000000;  width:240px; }
#vertmenu ul li a:hover {color: #000000; background-color: white; background-position: -240px 0; padding: 10px 0px 0px 0px }

/* Footer */
#footer			{clear: both; margin: 0; padding: 0; height: 50px; text-align: center; }
#foot			{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
#foot ul 		{margin: 0; padding: 0; }
#foot li		{display: inline; margin: 0; padding: 0; background-color:white; color: #EBA759; border-right: 1px solid #eba759;}
#foot li a 		{color: #012D52;font-size: 10px;font-family: Arial, Helvetica, sans-serif; padding: 0 3px;}
#foot li a:hover{ text-decoration: underline; }

/* Layout div */
div#container 	{width: 910px; background: url(../gifs/bottombig.gif) bottom center repeat-x; margin: 0 auto; text-align: left;}
#header 		{width: 910px; height: 23px; margin: 0 auto; padding: 0; background: url(/schema/gifs/headerbg.gif) top center no-repeat; }
div#wrapper 	{margin: 0 auto; width: 940px; background-color: white; background: url("/schema/gifs/contentbigmiddle.gif") top left repeat-y }
div#content		{float:right; width: 600px; margin-right: 20px; display: inline; text-align: left; }
#content div	{float: right; width: 590px; text-align: left; }
div#manage 		{width: 860px; background-color: #ffffff; text-align: left; margin: 20px auto; padding: 0 20px ;}
div#leftcol 	{float: left; width: 250px; background-color: #c1cfe3; }

/* Left col cells */
div#vertmenu table	{border: 1px solid #686868; width: 240px; margin-bottom: 10px; }
th.highlight 		{background: url(../gifs/component_header_left.gif)left top no-repeat; color: #012D52; font-size: 12px; height: 30px; border: none; }
td.clear 		{background: url(../gifs/component_bg_tile_left.gif) left top repeat-y; color: #012D52; font-size: 12px; border: none; padding: 10px; }
      
/*applet styles */    
h1 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: url(/schema/gifs/content_header.gif) left center no-repeat;
  color: #012D52;
  /* Page Title */
}
h2 {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #0000ff;
  /* Section Title */
}
h3 {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0000ff;  
  /* Subsection Title */
}
p {
  font-family:  Verdana, Arial, Helvetica,sans-serif;
  font-size: 12px;
 }
p.indent1 {
  margin-left: 20px;
  /* Indented Text 1 */
}
p.indent2 {
  margin-left: 40px;
  /* Indented Text 2 */
}
p.indent3 {
  margin-left: 60px;
  /* Indented Text 3 */
}
p.indent4 {
  margin-left: 80px;
  /* Indented Text 4 */
}
table.default {
  border-width: 1px;
  border-style: solid;
  text-align: left;
  margin: 1px;
  /* No Style */
}
td {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  background-color: #CCCCCC;
  margin: 0.1px;
}
td.alignright {
  text-align: right;
  /* Align Middle Right */
}
td.aligncenter {
  text-align: center;
  /* Align Middle Center */
}
td.aligntop {
  vertical-align: top;
  /* Align Top Left */
}
td.alignbottom {
  vertical-align: bottom;
  /* Align Bottom Left */
}
td.aligntopright {
  vertical-align: top;
  text-align: right;
  /* Align Top Right */
}
td.aligntopcenter {
  vertical-align: top;
  text-align: center;
  /* Align Top Center */
}
td.alignbottomright {
  vertical-align: bottom;
  text-align: right;
  /* Align Bottom Right */
}
td.alignbottomcenter {
  vertical-align: bottom;
  text-align: center;
  /* Align Bottom Center */
}
th {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  background-color: #CCCCCC;
  margin: 0.1px;
}

a {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

ul {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
}
ol {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
}
ul.round { /* Round markers */ }
ol.norm { /* Ordered list */ }

span.sup {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 7px;
  vertical-align: super;
  /* Superscript */
}
span.sub {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 7px;
  vertical-align: sub;
  /* Subscript */
}
span.blue {
  color: #0000FF;
}
img.floatleft {
  float: left;
  /* Float Left */
}
img.floatleftwithmargin {
  float: left;
  margin: 3px 16px 10px 0px;
  /* Float Left with margin */
}
img.floatright {
  float: right;
  /* Float Right */
}
img.floatrightwithmargin {
  float: right;
  margin: 3px 0px 10px 16px;
  /* Float Right with margin */
}
img.noborder {
  border-width: 0px;
  /* No Border */
}
img.rollover { /* Rollover */ }

