2html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {

	text-align: center;
	background-color: #000000;
	font: 100% Arial, Helvetica, sans-serif;
}

body p a {
	color: #000000;
	text-decoration: underline;	
}

body p a:hover, body p a:focus {
	color: #ff3300;
	text-decoration: none;	
}

#wrapper {
	position: relative;
	width: 982px;
	margin:0px auto;
	text-align:left;
	background-color: #ffffcc;
}
#banner {
	height: 162px;
	background: url(../images/header_new2.jpg) no-repeat center top;
}

#banner p {
	letter-spacing: 0.1em;
	color: #000000;
	font-size: 72%;
	margin-right: 0px;
	padding-top: 146px;
	padding-bottom: 2px;
	font-weight: bold;
	}

#leftcol {
	position: absolute;
	left: 0px;
	margin-top: 0px;
	background: #ffffcc;
	width: 180px;
	color: #000000;
	text-align: center;
}


#leftcol p{
	font-size: 72%;
	line-height: 140%;
	letter-spacing: .04em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #000000;
}


#leftcol h3{
	font-size: 72%;
	line-height: 140%;
	letter-spacing: .04em;
	text-align: center;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

#leftcol p a {
	color: #000000;
	text-decoration: underline;
}

#leftcol p a:hover, #leftcol p a:focus {
color: #ff3300;
text-decoration: none;
}

#nav {
	background: #000000;
	padding: 2px 4px 1px 6px;
	color: ffffff;
	height: 24px;
}

#content{
	background: #ffcc66;
	color: #000000;
	margin-left: 180px;
margin-top: 10px;
margin-right: 10px;
	padding: 20px;
	
}

#content p{
	font-size: 72%;
	line-height: 160%;
	letter-spacing: .04em;


}

#content h1{
	font-size: 114%;
	letter-spacing: .15em;
	line-height: 130%;
	margin-bottom: 10px;
	font-weight: normal;
}

#content h2{
	font-size: 72%;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: .05em;
}

#content h3{
	font-size: 72%;
	line-height: 140%;
	letter-spacing: .05em;
	line-height: 130%;
}
#content ul {
	list-type: ul;
	list-style: square outside;
	font-size: 72%;
	line-height: 160%;
	letter-spacing: 0.04em;
	padding-bottom: 15px;
	padding-right: 10px;
}

#content ul li {
	margin-left: 26px;
}
#content  ul ul{
	list-type: ul;
	list-style: circle outside;
	font-size: 100%;
	line-height: 150%;
	letter-spacing: 0.04em;
	padding-left: 26px;
	padding-bottom: 15px;
	padding-right: 10px;
}

.leftimage{
	float: left;
	margin: 5px 10px 5px 0px;
}

.rightimage{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.keyword {
	font-weight: bold;
}

/*.clearit{
clear: both;
background-color:#00FF66;
width: 200px;
}*/

#footer{
	background-color: #ff9900;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;

}

#footer p {
	font-size: 65%;
	letter-spacing: 0.1em;
	text-align: center;
	color: #000000;	
}

#footer p a {
	color: #000000;
	text-decoration: none;
}

#footer p a:hover, #footer
 p a:focus {
color: #ffffff;
}

.indent {
	margin-left: 12px;
	margin-right: 12px;
	display: block;
}

.indent_44 {
	margin-left: 44px;
	display: block;
}

