BODY {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	background-color: #EFEFEF; background-image: url('images/gen/bg.gif'); background-repeat: repeat-y; background-position: top center;
	font-size: 10px;
	color: #666;
}

H1 {
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;
	padding: 10px 15px 0px 10px; margin: 0px;
	color: #F96611;
}

H2 {
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;
	padding: 10px 15px 0px 10px; margin: 0px;
	color: #F96611;
}

H1 A {
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;
	text-decoration: none;
	color: #F96611;
}

H1 A:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;
	text-decoration: underline;
	color: #F96611;
}

P {
	display: block;
	padding: 10px 15px 10px 10px; margin: 0px;
}

P.highlight {
	display: block;
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;
	padding: 10px 15px 10px 10px; margin: 0px;
	color: #666;
}

P.italic {
	display: block;
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: normal; font-style: italic;
	padding: 10px 15px 10px 10px; margin: 0px;
	color: #666;
}

P.orange {
	display: block;
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: normal;
	padding: 10px 15px 10px 10px; margin: 0px;
	color: #F96611;
}

A {
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;
	text-decoration: underline;
	color: #666;
}

A:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;
	text-decoration: underline;
	color: #F96611;
}

UL {
	list-style: square;
	margin: 10px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}

LI {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
}

UL.orange {
	list-style: square;
	margin: 10px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	color: #F96611;
}

UL.orange_map {
	font-weight: bold;
	list-style: square;
	margin: 10px 0px 0px 70px;
	padding: 0px 15px 0px 15px;
	color: #F96611;
}

UL.no_bullet {
	list-style-type: none;
	margin: 10px 15px 10px 0px;
	padding: 0px;
}

UL.no_bullet LI {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px 0px;
}

UL.pdf {
	list-style-type: none;
	margin: 0px; padding: 0px;
}

UL.pdf LI{
	background-image: url('images/gen/pdf_bullet.gif'); background-repeat: no-repeat; background-position: top left;
	border-top: #F96611 dashed 1px;
	margin: 0px; padding: 5px 10px 5px 35px;
}

UL.news {
	list-style-type: none;
	margin: 0px; padding: 0px;
}

UL.news LI{
	background-image: url('images/gen/news_bullet.gif'); background-repeat: no-repeat; background-position: top left;
	border-bottom: #F96611 dashed 1px;
	margin: 0px; padding: 5px 10px 5px 35px;
}

B.orange {
	color: #F96611;
}

.clear {
	clear: both;
}

#wrapper {
	width: 800px; height: 100%;
	border: 10px solid #FFF;
	margin-left: auto; margin-right: auto;
	background: #FFF;
}

#head {
	width: 800px; height: 330px;
	background: #CCC;
}

#site {
	position: relative;
	width: 800px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

/*----------NAVIGATION----------*/
#top_nav {
	width: 800px; height: auto;
	border-bottom: 1px dashed #666;
	background: #FFF;
}

#nav {
	padding: 0px; margin: 0px;
	list-style-type: none;
}

#nav UL {
	padding: 0px; margin: 0px;
	list-style-type: none;
}

#nav LI {
	height: auto;
	padding: 10px 10px 12px 10px; margin: 0px;
	float: left;
}

#nav LI UL {
	width: 160px;
	left: -999em;
	background: #FFF;
	padding: 0px; margin: 12px 0px 0px -10px;
	border: 1px solid #CCC;
	position: absolute;
}

#nav LI:hover { 
	background: #EDEDED;
}

#nav LI.sfhover {
	background: #EDEDED;
}

#nav LI:hover UL { 
	left: auto;
	display: block;
}

#nav LI.sfhover UL {
	left: auto;
	display: block;
}

#nav LI UL LI {
	width: 150px; height: auto;
	padding: 5px; margin: 0px;
}

#nav A {
	padding: 0px;
	display: block;
}

#nav LI UL LI A {
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: normal;
	text-decoration: none;
	color: #666;
}

#nav LI UL LI A:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: normal;
	text-decoration: none;
	color: #F96611;
}
/*----------/NAVIGATION----------*/

/*----------CONTENT----------*/
#l_cont {
	width: 200px;
	margin: 0px; border: 0px;
	background: #FFF; background-image: url('images/gen/l_cont_back.gif'); background-repeat: no-repeat; background-position: top left;
	overflow: visible;
	float: left;
}

#r_cont {
	width: 599px;
	margin: 0px; border: 0px;
	border-left: 1px dashed #666;
	background: #FFF; background-image: url('images/gen/r_cont_back2.gif'); background-repeat: no-repeat; background-position: top right;
	float: left;
}

#r_cont_banner {
	width: 599px; height: 150px;
	margin: 0px; border: 0px;
	border-bottom: 1px dashed #F96611;
}

#r_cont_sitemap {
	width: 800px;
	margin: 0px; border: 0px;
	background: #FFF; background-image: url('images/gen/r_cont_back3.gif'); background-repeat: no-repeat; background-position: bottom right;
	float: left;
}

#r_cont_nrf {
	width: 800px;
	margin: 0px; border: 0px;
	background: #FFF; background-image: url(''); background-repeat: no-repeat; background-position: bottom right;
	float: left;
}

#r_cont_main1 {
	width: 599px;
	margin: 0px; border: 0px;
	border-left: 1px dashed #666;
	background: #FFF; background-image: url('images/gen/r_cont_back1.gif'); background-repeat: no-repeat; background-position: bottom right;
	float: left;
}
#r_cont_main1big {
	width: 800px;
	margin: 0px;
	background-image: url(images/gen/r_cont_back1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

#r_cont_main2 {
	width: 599px;
	margin: 0px; border: 0px;
	border-left: 1px dashed #666;
	background: #FFF; background-image: url('images/gen/r_cont_back2.gif'); background-repeat: no-repeat; background-position: bottom right;
	float: left;
}

#r_cont_main3 {
	width: 599px;
	margin: 0px; border: 0px;
	border-left: 1px dashed #666;
	background: #FFF; background-image: url('images/gen/r_cont_back3.gif'); background-repeat: no-repeat; background-position: bottom right;
	float: left;
}

#r_cont_main4 {
	width: 599px;
	margin: 0px; border: 0px;
	border-left: 1px dashed #666;
	background: #FFF; background-image: url('images/gen/r_cont_back4.gif'); background-repeat: no-repeat; background-position: bottom right;
	float: left;
}
#r_cont_main5 {
	width: 599px;
	margin: 0px;
	border: 0px;
	border-left: 1px dashed #666;
	background-image: url(images/gen/r_cont_back5.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	background-color: #FFF;
}
#r_cont_main5big {
	width: 800px;
	margin: 0px;
	background-image: url(images/gen/r_cont_back5.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

#r_cont_l {
	width: 299px;
	margin: 0px; padding: 0px;
	border-right: 1px dashed #F96611;
	background: #FFF; background-image: url('images/gen/r_cont_back_col2.gif'); background-repeat: no-repeat; background-position: bottom right;
	float: left;
}

#r_cont_r {
	width: 299px;
	margin: 0px; padding: 0px;
	float: left;
}

.prop {
    width: 0px; height: 550px;
	margin: 0px; border: 0px;
    float: right;
}
/*----------CONTENT----------*/

#foot {
	width: 800px;
	padding: 10px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px #F96611 solid;
	background-image: url(images/gen/footer.jpg);
	background-repeat: no-repeat;
}

#foot UL {
	padding: 0px; margin: 0px;
	list-style-type: none;
	display: inline;
	color: #666;
}

#foot LI {
	padding: 10px 10px 12px 10px; margin: 0px;
	list-style-type: none;
	display: inline;
}

#foot A {
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;
	text-decoration: underline;
	color: #666;
}

#foot A:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;
	text-decoration: underline;
	color: #F96611;
}
.listgraybold {
	color: #666;
	font-weight: bold;
}
#headRFMA {
	width: 800px;
	height: 605px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#headPRSM {
	width: 800px;
	height: 500px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	font-size: 24px;
}

