body {
  	min-width: 760px;
  	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
	background-image:url(../images/bgtile_1.jpg);
	font-family: verdana;
	font-size: 11px;
}
b {
	color:#73c1fc;
}
a {
	color:#FF9900;
	text-decoration:none;
}
.header {
	color:#00284c;
	font-weight:bold;
}
.kicker {
	color:#00284c;
	font-weight:bold;
}
#enclose 	{
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}
#header {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 305px;
	text-align: center;
	background-color:#FFFFFF;
}
#header_home {
	width: 934px;
	margin-right: auto;
	margin-left: auto;
	height: 139px;
	text-align: left;
}
#pagebody {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	overflow: hidden;
	color:#88898a;
	background-color: #ffffff;
	background-image: url("../images/spc_page.gif");
	background-repeat: repeat-y;
	background-position: center;
}
#pagebody_home {
	width: 934px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	overflow: hidden;
	background-color: #ffffff;
}
#leftcolumn {
	width: 242px;
	text-align: left;	
	float: left;
	color:#666666;
	background-image:url(../images/bground_col.jpg);
	background-repeat:no-repeat;
	background-color: #f6f7f6;
	padding: 0px;
	min-height: 300px;
	overflow: hidden;
	float:left;
}
#leftcolumn a {
	padding: 0px 20px;
	display: block;
	overflow: hidden;
}
#leftcolumn #text {
	padding: 20px;
	display: block;
	overflow: hidden;
}
#maincolumn {
	width: 518px;
	text-align: left;	
	float: left;
	padding: 0px;
	overflow: hidden;
}
#maincolumn #text {
	width: 422px;
	padding: 25px 56px 30px 56px;
	/*overflow: hidden;*/
}
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #b3b2a9;
	background-color:#FFFFFF;
	clear: both;
}
#footer_home {
	width: 934px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #b3b2a9;
	background-color:#FFFFFF;
	clear: both;
}
hr {
	border: none 0; 
	border-top: 1px dotted #cccccc;
	width: 100%;
	height: 1px;
} 