body {
	font: 80%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #95999c;
	margin: 20px 0px;
	padding: 0px;
	text-align: center;/*Centers the page in Internet Explorer*/
	background-color: #112433;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
.style1 {font-family: Tahoma}

#wrapper {
	background: url(../images/bg_center.jpg) repeat-y left;
	width: 800px;
	margin: 20px auto;
	text-align: left;/*Reverses the above rule for the rest of the content*/
}
#header {
	background: url(../images/header.jpg) no-repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -20px;
	height: 292px;
}
#container {
	width: 578px;
	float: left;
}
#content {
	margin-right: 100px;
	margin-left: 30px;
}
#content p {
	text-align: left;
	color: #95999c;/*tex color*/

}
#sidebar {
	width: 200px;
	float: right;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #5e6f8d;
	font-weight: bold;
background: none;
	
}

/*Table layout*/


th {
	border: 1px solid #95927F
}

td {
	border: 1px solid #95927F
}

/*End of table layout*/


a {
color: #ffffff;
}

a.visited {
color: #ffffff;
}


#sidebar li {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
	background: none;
	color: #5e6f8d;
	font-weight: bold;

}

#sidebarsup {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
	background: none;
	color: #5e6f8d;
	width: 150px;
}

#sidebar a, #sidebar a:visited {
	border-left: 10px solid #5e6f8d;
	padding: 4px 4px 4px 10px;
	color: #95927F;
	display: block;
	background: none;
	width: auto;
	text-decoration: none;
}

#sidebar a:hover {
	border-left: 10px groove #f0f1ec;
	color: #1a1a1a;
	background: #5e6f8d;
}

/*FBFBFA*/




#footer {
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	height: 92px;
	text-indent: 40px;
	text-align: left;
	color: #666B64;
}

#footer2 img {
	position: relative;
	margin-right: 200px;
}

h1 {
	border-left: 18px solid #DBD4C7;
	padding-left: 1em;
	font-size: 1em;
	margin: 20px 0 20px 0;
	text-align: left;
}
h2 {
	border-left: 15px solid #95999c;
	padding-left: 1em;
	font-size: 1em;
	margin: 20px 0 20px 0;
}

h3 {
	border-left: 15px solid #95999c;
	padding-left: 1em;
	font-size: 1em;
	margin: 20px 0 20px 0;
	color:  #95999c;
	font-weight: bold;
	text-decoration: underline;


}

h4 {
	border-left: 6px solid #95999c;
	padding-left: 1em;
	font-size: 1em;
	margin: 20px 0 20px 0;
}

text2 {
	color:  #95999c;
	font-size: small;
	text-align: right;
	margin-right: 30px;
}

ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}





ul li {

	padding: 0 0 0 17px;
	margin: 0 140px 5px 0;
	background: url(../images/list.jpg) no-repeat;
	line-height: 1.3em;
	text-align: left;
	width: 200px;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}/*Used here to clear the floated elements above*/