body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#bannertop {
	background-image: url(images/bannertop.jpg);
	height: 248px;
	background-repeat: no-repeat;
}

#titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: normal;
	color: #000000;
	margin-left: 100px;
}
#minibar {
	background-image: url(images/minibar.jpg);
	height: 8px;
	background-repeat: repeat-x;
}
#container {
	width: 80%;
	margin-top: 10px;
}
#container2 {
	width: 100%;
	
}
#sig1{
	float: left;
	margin-left: 40px;
}
#sig2{
	float: right;
	margin-right: 60px;
}
#navigation {
	float: left;
	width: 22%;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 30px;
	margin-left: 5px;
	color: #000000;
	list-style-image: none;
	list-style-type: square;
}

#navigation ul li a{
	display:block;
	padding:0px;
	text-decoration: none;
	font-size:0.9em;
	text-transform:none;
	color: #000000;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-color: #ffffff;
	margin-bottom: 8px;
}

#navigation ul li a:hover{
	color: #0f99d3;
	background-position: 0px;
	list-style-image: url(images/bullet.jpg);
}

#navigation ul li a:active{
  color: #0f99d3;
}

#navigation ul li a:visited{
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.2em;
	color: #666666;
	background-image: url(images/h2bullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 0px;
	text-indent: 40px;
	font-weight: bold;
}
h3 {
	background-image: url(images/h3bullet.jpg);
	background-position: left;
	background-repeat: repeat-y;
	text-indent: 0px;
	font-weight: normal;
	font-size: 1em;
	word-spacing: 0em;
	padding-left: 40px;
}
#container #content h4 {
	font-weight: bold;
	color: #FA961A;
	margin-left: 40px;
	margin-bottom: 0px;
}


#content {
	float: right;
	width: 73%;
	margin-right: 5px;
	font-weight: normal;
}
#content p{
font-family: Arial, Helvetica, sans-serif;
	margin-left: 40px;
}
#content p h3 {
	font-weight: bold;
	color: #F79A19;
}
#style1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F7971E;
}
#content ul{
	color: #000000;
	line-height: normal;
	margin-left: 60px;
}
#content ol{
	color: #000000;
	line-height: normal;
	margin-left: 60px;
}
#bannerbottom {
	background-image: url(images/bannerbottom.jpg);
	height: 30px;
	background-repeat: repeat-x;
	clear: both;
	}
#standout {
	border: 2px solid #FEB101;
	margin: 40px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content .indent {
	margin-left: 80px;
}
#content ol .indent {
	margin-left: 80px;
}

.orangeline {
	background-image: url(images/line.jpg);
	background-repeat: repeat-x;
}
img { 
border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; 
} 
