/* Site Logo control */
#Logo {
	background-color : White;
	border:0;
	width:169;
	height:60;
	background:url("images/mtftp54.gif") repeat-x top;
}	
#DLogo {
	background-color : White;
	border:0;
	width:169;
	height:60;
	background:url("images/mtftp54.gif") repeat-x top;
}	

/* Body, DIV tag and Table controls */
body, div, td {
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-family: Verdana, Arial, Helvetica;
    font-size:12px;
	color:#000080;
}

#Divider {
background-color : #000080;
}

a {
	color:navy;
	text-decoration:underline;
}

a:hover {
	color:red;
	text-decoration:underline;
}

h1 {
	font-size:2em;
}

hr {
	border: 1px solid #236ab4;
}

ul {
	list-style-type: square;
	color:#000080;
}

.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(images/headbg.png) repeat-x;
}

#header {
	width:100%;
	height:65px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color:#000080;
}
#HdrUName {
font-size: 18px;
color:#000080;
}
#HdrCName {
font-size: 18px;
color:#ffffff;
}
#ridge {
	background-color:#fff;
	width:100%;
	height:14px;
	background:url("images/ridge.gif") repeat-x top;
}

#PageHeading {
   font-size: 20px;
   font : bold;
   text-align : center;
}

#menuleft a {
	color:#236ab4;
	font-weight:800;
	overflow:visible;
	font-size:12px;
	text-decoration:none;
  }
#menuleft a:hover {
  color:red;
  }


/* From here Down Controls the tabbed menu appearance and behavior */
/* Color Menu */
#menucell {
	height: 30px;
	background-image:url("images/menubg.gif");
	background-color:#1c2153;
}

#menucontainer {
	width:98%;
	height:40px;
	position:absolute;
	top:77px;
	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("images/blue_tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 10px;
  }
	
#menu a {
  float:left;
  display:block;
  background:url("images/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:red;
  }
/* This is the part that differentiates the current selected tab*/	
#menu #current {
  background-image:url("images/blue_tableftslct.gif");
	color:#000080;
  }
	
#menu #current a {
  background-image:url("images/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("images/gray_tableft.gif") no-repeat left top;
margin:0;
padding:0 0 0 10px;
}

#menu a {
float:left;
display:block;
background:url("images/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("images/gray_tableftslct.gif");
color:#000000;
}

#menu #current a {
background-image:url("images/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 #236ab4;
	padding:0 5px 0 0;
}  

#GridLightColor {
background-color: #ffffff; 
color: #000080;
}
#GridDarkColor {
background-color: #c0c0c0;
color: #000080;
}
	