body {
	margin: 0px;
	padding: 0px;
}
body, th, td, input, textarea, option, select, pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
select {
	height: 18px;
}
hr { 
	display: none; 
}
hr.visible {
	display: block;
	color: #0058C5;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* header css */
#header {
	height: 100px;
/*	background-color: #0058C5;
	color: #FFFFFF;*/
	background-color: #FFFFFF;
	color: #0058C5;
}
#headersx {
	width: 900px;
	text-align:left;
	float:left;
	padding: 10px;
}
#headerdx {
	width: 100px;
	text-align:right;
	float:right;
	padding: 10px;	
}
a.header:link {
	color: #0058C5;
	text-decoration: none;
}
a.header:visited {
	color: #0058C5;
	text-decoration: none;
}
a.header:hover {
	color: #0058C5;
	text-decoration: underline;
}
a.header:active {
	color: #0058C5;
	text-decoration: none;
}
/* end header css */

/* body css */
#body {
}
#left {
	float:left;
	padding: 10px;
	width: 200px; 
}
#content {
	margin-left: 220px; 
	margin-right: 220px;	
	padding-top: 10px; 
}
#right {
	float:right;
	padding: 10px;
	width: 200px; 
}
/* end body css */

/* footer css */
#footer {
	text-align:center;
	color: #0058C5;
	padding-top: 20px !important
	padding-top: 0px; 	
	clear: both;
}
a.footer:link {
	color: #0058C5;
	text-decoration: none;
}
a.footer:visited {
	color: #0058C5;
	text-decoration: none;
}
a.footer:hover {
	color: #0058C5;
	text-decoration: underline;
}
a.footer:active {
	color: #0058C5;
	text-decoration: none;
}
/* end footer css */