/* Body, DIV tag and Table controls */
body, td {
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-family: arial;
	font-size: 100%;
	color:#666699;
}

a {
	color:#6666CC;
	text-decoration:underline;
}

a:hover {
	color:navy;
	text-decoration:underline;
}

h1 {
	font-size:1.7em;
}

hr {
	border: 1px solid #6666CC;
}

ul {
	list-style-type: square;
	color:#666699;
}

.forms {
	border:1px solid #236ab4;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;  
	font-size:.6em;
}

.forms input {
	border:1px solid #236ab4;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;  
	font-size:.6em;
}

.forms label {
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;  
	font-size:.9em;
}

.forms a {
	color:#236ab4;
	text-decoration:underline;
}

.forms a:hover {
	color:#236ab4;
	text-decoration:underline;
}

#faq {
	list-style-type: square;
	color:#236ab4;
}

#faq a {
	background-color:#fff;
	color:#236ab4;
	text-decoration:underline;
}

#faq a:hover {
	background-color:#fff;
	color:#236ab4;
	text-decoration:underline;
}

#tophead {
	height:65px;
	background:url(headbg.png) repeat-x;
}

#header {
	width:100%;
	height:65px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color:#000080;
}
#logo {
background-color:#ffffff;
}
#HdrUName {
font-size: 16px;
color:#000080;
}
#HdrCName {
font-size: 16px;
color:#ffffff;
}
#ridge {
	background-color:#fff;
	width:100%;
	height:14px;
	background:url("ridge.gif") repeat-x top;
}
#advanced {
	background-color:#EEEFF7;
	border-collapse: collapse;
}

/* From here Down Controls the tabbed menu appearance and behavior */
/* Color Menu */
/* <td id="menucell" border="2"> */ 
/*   <div id="menucontainer"> */
/*     <div id="menuholder"> */
/*       <table border="0" cellspacing="0" align="center" id="menu" celpadding="0"> */
#menucell {
	height: 27px;
	background-image:url("menubg.gif");
	background-color:#1c2153;
	position: relative; /*added*/
}

#menucontainer {
	width:98%;
	/* height:40px; */
	/* position:absolute; */
	/* top:75px; */
	position: relative;
	top:8px;
	left:0px;
	z-index:15;
}

#menuholder {
  	width:100%;
	text-align:center;
  	margin:0 auto;
	position: relative; /*added*/
}

#menu {
 	font-size:12px;
	font-weight:800;
	overflow:visible;
	position: relative; /*added*/
  }	
	
#menu ul {
  margin:0;
  padding:0px 10px 0 0;
  list-style:none;
  }
	
#menu li {
  float:left;
  background:url("blue_tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 10px;
  }
	
#menu a {
  float:left;
  display:block;
  background:url("blue_tabright.gif") no-repeat right top;
  padding:2px 10px 2px 1px;
  text-decoration:none;
  color:#236ab4;
  }
	
/* Commented Backslash Hack
   hides rule from IE5-Mac for some reason only IE5 Mac Reads what's between here.\*/
#menu a {float:none;}
/* End IE5-Mac hack */

#menu a:hover {
  color:#000080;
  }
/* This is the part that differentiates the current selected tab*/	
#menu #current {
  background-image:url("blue_tableftslct.gif");
	color:#000080;
  }
	
#menu #current a {
  background-image:url("blue_tabrightslct.gif");
  color:#000080;
	padding-bottom: 10px;
  }
/* End Color Menu */

/* Gray Menu - This is the menu that will be colored for clients*/
/**
#menucell {
height: 30px;
background-color:#c1c1c1;
}

#menucontainer {
width:98%;
heignt:40px;
position:absolute;
top:42px;
left:0px;
z-index:15;
}

#menuholder {
width:100%;
text-align:center;
margin:0 auto;
}

#menu {
font-size:12px;
font-weight:800;
overflow:visible;
}

#menu ul {
margin:0;
padding:0px 10px 0 0;
list-style:none;
}

#menu li {
float:left;
background:url("gray_tableft.gif") no-repeat left top;
margin:0;
padding:0 0 0 10px;
}

#menu a {
float:left;
display:block;
background:url("gray_tabright.gif") no-repeat right top;
padding:2px 10px 2px 1px;
text-decoration:none;
color:#525252;
}

#menu a {float:none;}

#menu a:hover {
color:#000000;
}

#menu #current {
background-image:url("gray_tableftslct.gif");
color:#000000;
}

#menu #current a {
background-image:url("gray_tabrightslct.gif");
color:#000000;
padding-bottom: 10px;
}
**/
/* End Gray Menu */
	
/* End differentiate the current selected tab*/		
/* End tabbed menu appearance and behavior */	
	
#maintableleft {
	border-right: 2px solid #6666CC;
	padding:0 5px 0 0;
}  

#GridLightColor {
background-color: #ffffff; 
color: #000080;
}
#GridDarkColor {
background-color: #c0c0c0;
color: #000080;
}
	