/**
 * clear all tags
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
a:focus {
	outline:none;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
/**
 * body style
 */
html, body{
  margin:0;
  padding:0;
  background:#010154;
}
.page-width{
	width:727px;
	margin:0 auto;
	border-right:2px #b5b5b5 solid;
	border-left:2px #b5b5b5 solid;
	overflow:hidden;
}
/**
 * header
 */
#header{
	width:733px;
	background:#ffffff;
	height:181px;
	float:left;
}
#header div.top-header{
	width:100%;
	height:150px;
	background:url(../img/bg-header.gif) no-repeat 0px 0px;
}
#header div.top-header h1{
  margin:0;
  padding:8px 0 0 30px;
	width:262px;
	height:132px;
}
#header div.top-header h1 a{
  background:url(../img/logo.gif) no-repeat 0px 0px;
  width:275px;
	height:140px;
	display:block;
	overflow:hidden;
	text-indent:-3000px;
}
#header div.header-menu{
}
#header div.header-menu ul{
	height:31px;
	width:100%;
	background:url(../img/bg-menu.gif) repeat-x 0px 0px;
}
#header div.header-menu ul.top{
	padding:0 0 0 130px;
	width:100%;
}
#header div.header-menu ul.bottom{
	padding:0 0 0 28px;
}
#header div.header-menu ul li{
	float:left;
	overflow:hidden;
}
#header div.header-menu ul li a{
	text-decoration:none;
	color:#ffffff;
	display:block;
	height:26px;
	padding:5px 19px 0;
	font:12px Arial,sans-serif;
	float:left;
}
#header div.header-menu ul.top li a.first{
	padding:5px 19px 0pt 23px;
}
#header div.header-menu ul.top li a.last{
  padding:5px 27px 0 19px;
}
#header div.header-menu ul li a:hover{
	background:#355e8d;
}
#header div.header-menu ul li a.active{
	background:#355e8d;
}
.content{
	overflow:hidden;
	width:100%;
	float:left;
	background:#7a7a7a;
}
#leftcol{
	width:220px;
	background:#7a7a7a url(../img/bg-left-column.gif) no-repeat 0px 0px;
	padding:0 0 30px;
	float:left;
}
#leftcol img{
	border:none;
	padding:0 0 10px;
}
#leftcol ul{
	padding:30px 0 0 15px;
}
#leftcol ul li{
	width:192px;
	background:#dadada;
	text-align:center;
	padding:4px 0pt;
	margin:4px 0 0 0;
}
#leftcol ul li a{
  font:12px Arial,sans-serif;
  color:#5a5a5a;
  text-decoration:none;
}
#leftcol ul li a:hover{
	color:#970234;
}
#leftcol ul li a.active{
	color:#970234;
}
#leftcol p{
  font:12px Arial,sans-serif;
	color:#ffffff;
	padding:20px 20px 0;
}
#leftcol h2 {
  text-decoration: none;
  display: none;
}

#content{
	float:left;
	width:507px;
	background:url(../img/bg-content.gif) repeat-y 0px 0px;
}
#content ul{
	list-style:disc;
}
#content div.bg-top{
  font:12px Arial,sans-serif;
  width:508px;
  background:url(../img/bg-content-top.gif) no-repeat 0px 0px;
}
#content div.bg-bottom{
  background:url(../img/bg-content-bottom.gif) no-repeat 0px 100%;
  width:410px;
  padding:36px 50px 30px;
}
#content div.bg-bottom strong{
	font-weight:bold;
}
#content p{
	color:#0d0d0d;
	font:12px Arial,sans-serif;
	padding:0 0 10px;
	display:block;
	overflow:hidden;
}
#content img{
	border:none;
/*	width:235px;
	height:175px;*/
}
#content img.alignright{
	float:right;
	padding:0 0 5px 10px;
}
#content img.alignleft{
	float:left;
	padding:0 10px 5px 0;
}
.imagebox{
	float:left;
	width:100%;
	padding:10px 0pt;
}
.imagebox ul{
	margin:0 auto;
	width:627px;
}
.imagebox ul li{
  background:url(../img/bg-image.gif) no-repeat 0px 0px;
  width:158px;
  height:121px;
  float:left;
  margin:0 25px;
}
.imagebox ul li img{
	margin:5px;
}
#footer{
	float:left;
	width:100%;
	background:#7a7a7a;
	padding:0 0 5px;
}
#footer ul{
	float:left;
	font:10px Arial,sans-serif;
  color:#ffffff;
  width:100%;
}
#footer ul.top{
	padding:0 0 0 35px;
}
#footer ul.bottom{
  padding:0 0 0 66px;
}
#footer ul li{
	float:left;
	background:url(../img/separ.gif) no-repeat 100% 1px;
	padding:0pt 6px 0pt 2px;
}
#footer ul li.last{
	background:none;
}
#footer ul li a{
  font:10px Arial,sans-serif;
  color:#ffffff;
  text-decoration:none;
}

/* ---- SIDEBAR ---- */
#sidebar {
  margin : 0;
  margin-right: 10px;
  margin-left: 600px;
  width : 187px;
  padding :0;
  padding-top: 10px;
}

#sidebar ul {
  list-style: none;
  line-height: 1.5em;
  font-size: 0.75em;
  border: 1px solid #085984;
  padding: 5px;
  margin-bottom: 10px;
}

#sidebar ul li {
  margin: 5px;
  margin-left: 1px;
}

#sidebar ul li ul {
  border: 0;
  font-size: 1em;
}

#sidebar ul li ul li{
  border: 0;
  padding-left: 5px;
}

#sidebar li ul {
  padding: 0;
  margin: 0;
}

#leftcol h2 {
  margin: 0;
  padding: 3px 0 3px 5px;
  font-size: 1.2em;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-variant: small-caps;
  background: #085984;
}

#leftcol ul h2 {
  background: #fff;
  color: #085984;
}