em{
	background: transparent;
	color: #333;
	font-style: normal;
	font-weight: bold;
}

h1{
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-top: 0;
	font-size: x-large;
	font-weight:normal;
	color:#000;
}
h2{
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-top: 0;
	font-size: large;
	font-weight:normal;
	color:#000;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	font-size: medium;
	font-weight:normal;
	color:#000;
}

html, body	{
background: #fff url(../images/bg/bgbar.gif) repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	text-align: center;
}

.x1col{
	color: #555;
	line-height: 1.4;
	margin-right: 20px;
	width:330px;
	float:left;
}
.x2col{
	color: #555;
	line-height: 1.4;
	margin-right: 30px;
	width:520px;
	float:left;
}
#footer{
	background: #f8f8fa;
	border-top: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #999999;
	margin-top: 0px;
	padding: 20px 0;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	width:920px;
	font-size: 0.71em;
}

#footer a{
	background: transparent;
	color: #6666FF;
	text-decoration: underline;
}

#footer a:hover{
	background: transparent;
	color: #0000FF;
}

#footer p{
	margin: 0;
	padding: 0 20px;
}

#logo{
	background: #fff url(../images/bg/bgbar.gif) repeat-x;
	padding:6px 8px 5px 0;
	width:920px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	color:#000;
	margin-top:0;
	margin-bottom:0;
}
#logo img{
	display:block;margin-left:20px;
	border:none;
}
#logo p {
	float:right;
	font-weight: bold;
}
#wrapper{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	padding:30px 0 0px 20px;
	clear:left;
}
#mainimage{
	padding:0;
	margin-left:auto;
	margin-right:auto;
	width:920px;
	height:200px;
	text-align: left;

}
#mainimage img{
	display:block;
}
#mainnav{
margin-left:auto;
margin-right:auto;
padding:0;
text-align: center;
font-size:11px;
width:920px;
background:#E7EAF0;
font-weight: bold;
color:#000;
}
#mainnav ul{

list-style: none;
padding:0 0 0 0;
margin:0;
white-space:nowrap;
text-align:center;
height:30px;
background: #fff url(../images/bg/bgbar.gif) repeat-x;
}
#mainnav ul li{
list-style: none;
margin:0;
padding:0;
display:inline;
text-align:center;
}
#mainnav ul li a.home {
	padding-left:20px;
}
#mainnav ul li a{
padding:9px 15px;
text-align:center;
display:block;
float:left;
color: #646C7C;
background-color: #D0D6E2;
text-decoration:none;
text-transform: uppercase;
white-space:nowrap;
background: #fff url(../images/bg/bgbar.gif) repeat-x;
	}
#mainnav a:active, #mainnav a.active{
	color:#000;
	background: #fff url(../images/bg/bgbaractive.gif) repeat-x;
	text-decoration:none;
}
#mainnav a:hover{
	color:#646C7C;
	background: #fff url(../images/bg/bgbarhover.gif) repeat-x;
	text-decoration:none;
}
#mainnav ul li a.active:hover{
	color:#000;
	background: #fff url(../images/bg/bgbaractive.gif) repeat-x;
}
th, td {
	padding:5px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	text-align:left;
}
table {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:0;
}
.clearer {
	height:30px;
	overflow:hidden;
	clear:left;
}