body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #3A3A3A;
}

#container {
	width: 655px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	background-image: url(../images/bkgrd_header.png);
	background-repeat: no-repeat;
	width: 655px;
	height: 152px;
}

#banner {
	float: right;
}

#content {
	width: 655px;
	background: url(../images/bkgrd_textArea.gif);
}

#content_top {
	background: url(../images/bkgrd_textTop.gif);
	width: 655px;
	height: 15px;
}	

#content_bottom {
	background: url(../images/bkgrd_textBottom.gif);
	width: 655px;
	height: 15px;
}

#rightcol {
	width: 175px;
	float: right;
}

#rightcol p img {
	padding-left: 10px;
	border: 0;
}

#rightcol p a {
	text-decoration: none;
	border-bottom: 0px;
}

#rightcol_text {
	width: 155px;
	padding: 0 5px 10px 10px;
}

#rightcol_text ul{
	list-style-type: none;
	padding-left: 5px;
	margin-left: 0;
	font-weight: bold;
	color: #3A3A3A;
}

#rightcol_text ul li {
	padding-top: 5px;
	padding-bottom: 2px;
}

#rightcol_text ul li.first{
	color: #F7931D;
	margin-left: -5px;
	padding-top: 5px;
	padding-bottom: 3px;
}

#rightcol_text ul li.last{
	margin-bottom: 20px;
}

#rightcol_text ul li a {
	text-decoration: none;
	color: #3A3A3A;
	border-bottom: 1px #F7931D dotted;
}

#rightcol_text ul li a:hover {
	text-decoration: none;
	border-bottom: 1px #F7931D solid;
}

#leftcol {
	width: 420px;
	padding: 10px 30px 10px 22px;
	border-right: 1px #F7931D solid;
}

#leftcol h1 {
	font-size: 16px;
	color: #F7931D;
	margin: -6px 0 2px 0;
}
	
#leftcol h2 {
	font-size: 12px;
	font-weight: bold;
	color: #47A128;
	margin: 16px 0 -4px 0;
}
	
#leftcol h3 {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #3A3A3A;
	margin: 2px 0 2px 0;
}
	
#leftcol p {
	line-height: 16px;	
}

.highlight {
	color: #F7931D;
	font-weight: bold;
}

#leftcol p.last {
	border-bottom: 1px #3A3A3A dotted;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

#leftcol p img {
	float: left;
	padding-right: 8px;
	padding-bottom: 3px;
	border: 0;
}

#leftcol ul{
	list-style-image: url(../images/bullet1.gif);
	padding: 0px;
	margin-left: 40px;
	margin-bottom: 20px;
}

#leftcol ul li {
	padding: 2px;
}

br.clear {
	clear: both;
}

#footer {
	width: 655px;
	height: 30px;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0 20px 0;
}




a {
	text-decoration: none;
	color: #F7931D;
	border-bottom: 1px #F7931D dotted;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px #F7931D solid;
}



/*

a:active {text-decoration: none; color: #F7931D;}
a:visited {text-decoration: none; color: #F7931D;}
*/
