body {
	margin: 5px auto 0%;
	font-family: "Trebuchet MS", Verdana, Georgia;
	
	font-size: 12px;
	width: 750px;
	background: #ffffff url(backgrounds/bg-grey.gif);
}

#mainTable 
	{
	/* margin :top right */
	margin: 0px 7px;
	border: 1px solid #blue;
	line-height: 1.5em;
	}

#sidebar 
	{
	width: 140px;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Georgia;
	padding: 10px;
	color: white;
	background: #191970;
	}
	
#maincontent 
	{
	border-left: 2px solid #333;
	font-size: 14px;
	font-size: 100%;
	padding: 15px;
	background: #FFFFFF;
	}

#maincontent a:link, #maincontent a:visited 
	{
	color: #CB913D;
	text-decoration: underline;
	}

#maincontent a:hover, #maincontent a:active
	{	
	color: #666666;
	text-decoration: underline overline;
	}



#header 
	{
	background: #333333;
	height: auto;
	}

#footer 
	{
	font-size: 9px;
	color: #eeeeee;
	text-align: center;
	background: #191970;
	}

#footer a:link, #footer a:visited {
	color: #dddddd;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: white;
	text-decoration: none;
}

td, p, ul h1 h2 h3 {
	font-family: Verdana, Georgia;
}
h1:first-child {margin-top: 0;
}/*starts first heading in a TD flush top*/

h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 140%; color: #191970  ;}
h2 { font-size: 15px; color: #191970 ;}
h3 { font-size: 11px; color: white ;}
#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 1px solid #cccccc;
	text-decoration: none;
	line-height: 1em;
	width: 120px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #dfdfdf;
}
#sidebar a:hover, #sidebar a:active {
	color: #04275B;
	border: 1px solid #eeeeee;
	background: #8AAAD9;

}
#current a {
	color: #ffffff !important;
	border: 1px solid #444444!important;
	background: #191970;

}
#sidebar ul {
	list-style-type: none;
	margin-left: 1px;
	padding-left: 1px;
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}
.imgfloatrt {
	float: right;
	padding-left: 23px;
}

#lefttd {
	background: url(imgs/sidex.gif) repeat-y;
	width: 25px;

}
#rigthtd {
	background: url(imgs/sido.gif) repeat-y;
	width: 25px;
}



