* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#fff;
	color: #000;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: center;
}
a {
	color: #022887;
	background-color: inherit;
 //font-weight: bold;
	text-decoration: underline;
}

span {
	display: none;
}
img {
	border: none;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
}
p {
	padding: 10px 0px 11px;
	text-align: justify;
	line-height: 16px;
}
.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}
#wrapper {
	margin: 0px auto;
	width: 780px;
	background:#022887;
	//border:solid #022887 1px;
}
/* Page Header */
h1 {
	font-weight:bold;
	font-size:16px;
	text-align:center;
	text-decoration:underline;
	color:#000;
}
/* Header Navigation */
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height:auto;
}
#sidebar1 ul
{
	color:#022887;
	text-align:left;
}
#sidebar1 li
{
	padding: 0px 0px 3px 0px;
	font-size:12px;
}
#sidebar1 li a
{
	color:#022887;
	list-style:none;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height:auto;
}
#sidebar2 ul
{
	color:#022887;
	text-align:left;
}
#sidebar2 li
{
	padding: 0px 0px 3px 0px;
	font-size:12px;
}
#sidebar2 li a
{
	list-style:none;
	color:#022887;
}
#header_nav a
{
	color:#fff;
}
#header_nav li {
	display: inline;
	border-left: 1px solid #fff;
//padding-right: 20px;
	padding: 3px 15px;
}
#header_nav li a {
	text-decoration: none;
	color:fff;
}

/* Left Sidebar */


#content {
	text-align: justify;
	background-color:#ffffff;
	text-align:justify;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	padding-left:10px;
	padding-right:10px;
}

/* Page Footer */

#page_footer {
	padding: 10px 0px 10px;
	text-align: center;
	color:#fff;
}
#page_footer a
{
		font-weight:bold;
		color:#fff;
}
.image {
	margin-top:5px;
	width:210px;
	height:170px;
	float:left;
	color:#000;
	text-align:center;
	font-weight:bold;
}

