body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;

}
a:link {
	color: #0492DC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #0099FF;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
	font-weight:bold;
	font-size: 12px;
	color: #000000;
	padding:0;
	margin:0;
}
#header {
	width:750px;
	height:238px;
	background:url(/images/header.gif) no-repeat;
}
#menu {
	position:relative;
	height:47px;
	top:190px; /*238-47-1*/
	margin-left:200px; 
}
#menu img {
	float:left;
}
#m {
	margin:0 auto 0 auto;
	width:750px;
}

#left_col {
	float:left;
	width:200px;
}

.menu_left {
	border:1px #0492DC solid;
	margin:10px 10px 10px 0;
	background:url(/images/head_menu.gif) repeat-x top left;
	padding:0 5px 5px 5px;
}

.menu_left h3 {
	display:block;
	margin:0 0 5px 0;
	line-height:33px;
	font-weight:bold;
}

#content {
	border:1px #0492DC solid;
	margin:10px 0 10px 0;
	width:515px;
	float:left;
	background:url(/images/bottom.gif) no-repeat left bottom;
	padding:0 5px 5px 5px;
}

#content h3 {
	display:block;
	margin:0 -5px; 5px -5px;
	padding:0 5px 0 5px;
	line-height:33px;
	background:url(/images/head_menu.gif) repeat-x top left;
}

#footer {
	border:1px #0492DC solid;
	margin:10px 0 10px 0;
	clear:both;
	background:url(/images/head_menu.gif) repeat-x top left;
	padding:0 5px 5px 5px;
}

#footer h3 {
	display:block;
	margin:0 0 5px 0;
	line-height:33px;
}

#copyleft {
	text-align:right;
}
