
#section_head {
			background-color: rgb(140,170,230);
			padding: 0px 0px 0px 20px;
			border-width:1px;
			border-style:solid;
			border-color: rgb(0,51,153);
}

#section_head td {
        	font-family: Verdana;
        	font-size: 14px;
			font-weight: bold;
			color: black;
			background-color: rgb(140,170,230);
}

#section {
			background-color: rgb(237,237,237);
			border-style:solid;
			border-color:rgb(0,51,153);
			border-width:0 1 1 1;
			width:100%;
}

.scrollbox {
			height:200px;
			overflow:auto;
         background-color: rgb(230,230,230);
			border-width:1px;
			border-style:solid;
/*			border-color: rgb(0,51,153);
*/}


table
{
        background-color: rgb(230,230,230);

}


td
{
        color: #626f7a;
        font-family: Verdana;
        font-size: 12px;
		border-width : 0;
}

/*
td
{
        color: #626f7a;
        font-family: Verdana;
        font-size: 12px;
		border-style: dashed;
		border-width: 1px;
		border-color: red;
}
*/

BODY
{
        font-family: Verdana;
        font-size: 12px;
		background-color: rgb(237,237,237);
}


#colheader td
{
	background-color: rgb(140,170,230);
   color: rgb(0,51,153);
   FONT-FAMILY: Verdana;
   FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
}

#colheader a
{
	background-color: rgb(140,170,230);
	color: rgb(255,255,255);
	text-decoration: underline;

}

.alert
{
    COLOR: #FF0000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12px;
	  FONT-WEIGHT: bold;
}

input, select
{
        font-family: Verdana;
        font-size: 12px;
}

#small input,#small select
{
        font-family: Verdana;
        font-size: 9px;
	  FONT-WEIGHT: bold;
}

h3 {
	position: absolute;
	left:10;
	top:15;
	background-color: rgb(140,170,230);
	margin: 0px 0px 0px 0px;
   }

h1 {
   font-family: Verdana;
   font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: rgb(0,0,102);
	margin: 0px 0px 0px 0px;
	background-color: rgb(140,170,230);
	padding: 20px 0px 10px 0px;
   }


#hright {
	float : right;
   font-family: Verdana;
   font-size: 11px;
	font-style:italic;
	font-weight: bold;
	text-align: right;
	margin: 0px 0px 0px 0px;
	color: rgb(0,0,102);
	background-color: rgb(140,170,230);
	padding: 0px 0px 0px 0px;
   }

h2 {
   font-family: Verdana;
   font-size: 11px;
	font-style:italic;
	text-align: left;
	margin: 0px 0px 0px 0px;
	color: rgb(0,0,102);
	background-color: rgb(140,170,230);
	padding: 0px 0px 0px 0px;
   }

h5 {
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
        color: rgb(0,0,102);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px
   }


h6 {
	font-family: Verdana;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	color: rgb(0,0,0);
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 4px
	}


/* Default text link styles*/
a:link    {color: rgb(13,37,150)}
a:visited {color: rgb(13,37,150)}
a:hover   {color: rgb(200,0,0)}
a:active  {color: rgb(13,37,125)}


/* Menu Stuff */
#topmenu {
        font-family: Verdana;
        font-size: 12px;
	font-weight: bold;
	background-color: rgb(0,51,153);
	padding: 2px 0px 20px 0px;
}

#nav a.menu-title:link, a.menu-title:visited, a.menu-title:active{
	padding: 2px 20px 2px 20px;
    	border: 1px solid rgb(0,51,153);
	color: rgb(255,255,255);
	text-decoration: none;
}

#nav a.menu-title:hover {
	padding: 2px 20px 2px 20px;
    	border: 1px solid rgb(230,240,255);
	color: rgb(253,160,91);
}

#nav a.menu-item:link, a.menu-item:visited, a.menu-item:active{
	color: rgb(0,51,153);
	text-decoration: none;
	width:15em;
	margin: 4px 0px 0px 0px;
}


#nav a.menu-item:hover {
	color: rgb(255,255,255);
	background-color: rgb(0,51,153);
}


/* there stuff */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style: none;
}

#nav a {
	display: block;
/*
	width: 15em;
*/
}

#nav li { /* all list items */
	float: left;
/*
	width: 15em;*/ /* width needed or else Opera goes nuts */

}

#nav li ul { /* second-level lists */
	position: absolute;
	background: rgb(220,220,220);
    	border: 1px solid rgb(0,51,153);

padding-left: 4px;

	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 15em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
}

