@charset "utf-8";
/* CSS Document */
* 
{
  padding:0;
  margin:0;
}
body
{
  background-color: #f1f1f1;
  font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
}
h1
{
	font-size: 16px;
}
img
{
  border: 0px;
  margin: 0px;
  padding: 0px;
}
a
{
	text-decoration: none;
	color: #215cad;
}
a:hover
{
	color: #323232;
}
#container
{
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background-color: #FFF;
  padding: 0px;
  border: 1px solid #e0e0e0;
}
#header
{
	float: left;
	clear: both;
	padding: 10px 0px;
}
#logo
{
	width: 250px;
	float: left;
}
#logoright
{
	width: 690px;
	float: right;
	text-align: center;
}
.geninside
{
	margin: 2px;
}
.keepwidth
{
	clear: both;
}
#menu
{
	width: 940px;
	height: 30px;
	background-image: url('../img/menubg.gif');
	background-repeat: repeat-x;
}
#menu ul
{
	list-stye-type: none;
	padding: 7px 0px 0px 10px;
}
#menu ul li
{
	display: inline;
	margin: 0px 20px 0px 0px;
	font-size: 13px;
}
#menu ul li a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li a:hover
{
	text-decoration: underline;
}
#footer
{
	width: 940px;
	height: 30px;
	background-image: url('../img/grbg.gif');
	background-repeat: repeat-x;
    border-top: 1px solid #e0e0e0;
}
#footer ul
{
	list-stye-type: none;
	padding: 7px 0px 0px 10px;
}
#footer ul li
{
	display: inline;
	margin: 0px 20px 0px 0px;
	font-size: 11px;
}
#footer ul li a
{
	color: #000;
	text-decoration: none;
}
#footer ul li a:hover
{
	text-decoration: underline;

}
#tabbeduls ul
{
	list-style-type: none;
	float: left;
	width: 180px;
	margin: 10px 0px;
}
#tabbeduls ul li
{
	display: block;
	padding: 6px 0px 6px 6px;
}
.widebox ul
{
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 10px 0px;
}
.widebox p
{
	padding: 0px 0px 0px 6px;
}
.widebox ul li
{
	display: block;
	font-size: 11px;
	padding: 6px 0px 6px 6px;
	border-bottom: 1px solid #E8E8E8;
}
.wideboxcentered
{
	float: left;
	width: 100%;
	margin: 10px 0px;
	text-align: center;
}
h1.one
{
	padding: 0px 0px 0px 6px;
	font-size: 18px;
	font-weight: bold;
	color: #0f488f;
}
h2.one
{
	padding: 0px 0px 0px 6px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.widead
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px;
}
.widead a
{
	color: #e66700;
	text-decoration: none;
}
.widead a:hover
{
	color: #0061e6;
}
.conteboxwrapper
{
	width: 100%;
	float: left;
}
.contentbox1
{
	width: 310px;
	float: left;
}
.contentbox2
{
	width: 630px;
	float: left;
}