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.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 {
	margin: 10px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}

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

UL.orange {
	margin: 10px 0px 0px 0px;
	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-bottom: #F96611 dashed 1px;
	margin: 0px; padding: 5px 10px 5px 35px;
}

.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: 600px;
	margin: 0px;
	border: 0px;
	background: #FFF;
	float: left;
	height: 169px;
}

#l_cont_t {
	width: 600px;
	margin: 0px;
	border: 0px;
	border-bottom: 1px dashed #666;
	background: #FFF;
	float: left;
}

#l_cont_bl {
	width: 390px;
	height: 280px;
	margin: 0px;
	border: 0px;
	float: left;
	background-color: #FFF;
	background-position: center bottom;
}

#l_cont_br {
	width: 205px;
	height: 280px;
	margin: 0px;
	border: 0px;
	border-left: 1px dashed #666;
	float: left;
}

#r_cont {
	width: 199px;
	margin: 0px; border: 0px;
	border-left: 1px dashed #666;
	background: #FFF;
	overflow: auto;
	float: left;
}

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

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

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

#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: #666666;
}

#foot A:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #F96611;
}
#boxcorner {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {font-size: 9px}

