* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #0C008F;
}
a:visited {
	color: #221B45;
}
body {
	background: #7a7a7a url(../img/bg.gif) 0 0 repeat-x;
	text-align: center;
}
div#site {
	margin: 0 auto;
	width: 920px;
	text-align: left;
	overflow: hidden;
}
div.site-left {
	background: url(../img/bg_bottom_left.gif) 0 0 repeat-y;
}
div.site-right {
	background: url(../img/bg_bottom_right.gif) 100% 0 repeat-y;
}
div.site-top-left {
	background: url(../img/bg_left.jpg) 0 0 no-repeat;
}
div.site-top-right {
	background: url(../img/bg_right.jpg) 100% 0 no-repeat;
}
div.content {
	margin: 0 10px 0 10px;
	background: white;
}

div.menu {
	background: #2a2458 url(../img/menu_bg.jpg) 0 0 repeat-x;
	height: 114px;
	overflow: hidden;
}
div.menu h1 {
	float: left;
	background: url(../img/logo.gif) 28px 18px no-repeat;
	width: 165px;
	height: 114px;
}
div.menu h1 a {
	display: block;
	width: 130px;
	height: 114px;
	cursor: pointer;
	position: relative;
	z-index: 20;
}
div.menu h1 a span {
	display: none;
}
div.menu ul {
	list-style: none;
	padding: 38px 0 0 0;
	position: relative;
	height: 114px;
}
div.menu li {
	float: left;
	height: 27px;
}
div.menu li a {
	padding: 0 25px 0 25px;
	text-decoration: none;
	outline: none;

	color: white !important;
	line-height: 27px;
	font-size: 14px;
	font-weight: bold;

	position: relative;
	z-index: 10;
}
div.menu ul li * {
	height: 27px;
}
div.menu li.back {
	background: url(../img/menuitem_bg.gif) 100% -27px no-repeat;
	position: absolute;
	z-index: 8;
}
div.menu li.back .left {
	background: url(../img/menuitem_bg.gif) 0 0 no-repeat;
	margin: 0 4px 0 0;
}
div.footer {
	background: #eaeaea url(../img/footer.gif) 0 0 repeat-x;
	height: 203px;
	overflow: hidden;
}
div.footer div.box {
	background: url(../img/box.jpg) 100% 0 no-repeat;
	margin: 0 20px 0 0;
	padding: 115px 0 0 100px;
	height: 153px;
}

div.footer ul {
	list-style: none;
}
div.footer ul li {
	float: left;
}
div.footer li a {
	font-size: 12px;
	text-decoration: none;
	color: #333333 !important;
	padding: 0 5px 0 5px;
}
div.footer li a:hover {
	text-decoration: underline;
}

div.footer a:hover {
  text-decoration:underline;
}

div.footer a {
  color: #333333 !important;
  font-size: 12px;
  padding: 0 5px;
  text-decoration: none;
}

div.footer {
  color: #333333;
  font-size: 12px;
}

div.pagecontent {
	margin: 20px;
}
div.pagecontent h2, div.pagecontent h3, div.pagecontent h4, div.pagecontent p, div.pagecontent .articlecontent {
	margin: 0 0 20px 0;
}
div.pagecontent .articlecontent {
	font-size: 13px;
	line-height: 18px;
}
div.pagecontent .lead {
	font-style: italic;
}
div.clear {
	overflow: hidden;
	height: 1px;
	clear: both;
}
form.login {
	font-size: 13px;
}
form.login b, form.login div {
	display: block;
	padding: 5px 0 3px 0;
}
.floating {
	width: 200px;
	float: right;
}
.floating h2 {
	font-size: 14px;
	margin: 0 0 5px 0 !important;
}
.floating h3 {
	font-size: 12px;
	margin: 0 0 5px 0 !important;
}
.floating ul {
	margin: 5px 0 0 0;
	list-style: none;
}
.floating ul li {
	margin: 0 0 6px 0;
	font-size: 12px;
	padding: 0 0 0 11px;
	background: url(../img/dot.gif) 3px 7px no-repeat;
}

input {
  font-size: 12px;
}

table td {
  font-size: 13px;
}

table#main_table td {
  padding: 3px 0 3px 5px;
}

div.lead_form p, div.body_form p {
  padding: 0;
  margin: 0;
	 font-size: 13px;
	 line-height: 18px;
}

div.lead_form p {
	 font-style: italic;
}

div.body_form ul {
  margin: 10px 20px;
}

div.body_form ul li {
  padding: 0 0 0 10px;
}

ul.inside {
  width: 220px;
  margin: 0 auto;
  list-style: none;
}

ul.inside li {
  padding: 2px 0;
}

ul.inside li a {
  font-size: 17px;
  font-weight: bold;
  color: #0C008F;
  text-decoration: none;
}

ul.inside li a:hover {
  text-decoration: underline;
}

div.rss a {
  text-decoration: none;
  font-weight: bold;
  color: #0C008F;
}
