html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	

}
h1 img {
	display: block;
}
img {
	border: 0px none;
}
a {
	color: #003399;
	font: 11px arial, sans-serif;
    text-decoration: none;
}
a:hover {
	color: #003399;
    text-decoration: underline;
}
.clear {
	clear: both;
}

body {
	
	background: #fff;
	text-align: center;
	color: #000;
	padding-bottom: 10px;
	font: 11px arial, sans-serif;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 990px;
    position: relative;
      
}

#right {
  float: right;
  width: 192px;
}

/*********************************/

#page_right {
  
  
  padding-top: 22px;
  padding-left: 0px;
}
#page_right h3, #page_left p {
  font-size: 11px;
  color: #000;
  margin: 1em 8px 1em 0;
}
#page_right a {
  color: #003399;
  font: arial;
  text-decoration: none;
}
#page_right a:hover {
  color: #003399;
  text-decoration: underline;
}
#page_right .more {
  font-size: 9px;
}
/*********************************/

#welcome {
  margin-left: 3px;
}
#welcome1 {
  margin-left: 3px;
}

#spacer {
  height: 2em;
}

/*********************************/
#page_maincol {
	border-right: 1px dashed #B8B8B8;
	width : 770px;
	float : left;
}
#main_full {
	margin-left : 14px;
	margin-top : 20px;
	width : 730px;
	height : 890px;
	overflow : hidden;
}
#main_full .content {
	position : absolute;
	width : 730px;
}
#main_full .content p {
	margin-left : 10px;
	width : 700px;
	padding-bottom : 10px;
}
#main_full h2 {
	font: 11px arial, sans-serif;
	color: #000;
	background: #e5e5e5;
    border-bottom:1px solid #B8B8B8; padding:2px; 
	margin-bottom: 1em;
}


/*********************************/
#page_footer {
	margin : 0px auto;
	border-top: 1px dashed #B8B8B8;
	width : 990px;
	height : 21px;
	font-size : 10px;
	color : #000;
}

#page_footer a {
	color : #0055cc;
	text-decoration : none;
}

#page_footer a:hover {
	color : #0055cc;
	text-decoration : underline;
}

#page_footer #rights {
	padding-top : 5px;
	padding-left : 15px;
	float : left;
}

#page_footer #links {
	padding-top : 5px;
	padding-right : 10px;
	float : right;
	font-weight : bold;
}

#page_footer #links span {
	margin-left : 20px;
	display : block;
	position : relative;
	float : left;
}
/*********************************/
#page_top {
	margin : 0px auto;
	border-bottom: 1px dashed #B8B8B8;
	width : 990px;
	height : 80px;
	font-size : 10px;
	color : #000;
}


#page_top #logo {
	padding-top : 5px;
	padding-left : 7px;
	float : left;
}

#page_top #ads {
	padding-top : 5px;
	padding-right : 10px;
	float : right;
	font-weight : bold;
}

#page_top #ads span {
	margin-left : 20px;
	display : block;
	position : relative;
	float : left;
}