/* General */         
body{
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background: #FFFFFF;
	margin-top: 0;
}

/* General links */
a:link,a:visited{
	color: #f59f1a;
	font-weight: bold;
}

a:hover{
	color: #fcc65d;
}

/* Paragraphs */
p{
	line-height: 1.3em;
	margin: 15px 0 0 10px;
}

acronym {
	color: #fcc65d;
	font-weight: bold;
	font-size: 10px;
	border-bottom: 1px dashed #B74213;
}

h3{
	font-size: 12px;
}

/* Start layout rules */
/* Container */
#container{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	margin-bottom: auto;
}
#intro>#pageHeader{
	width: 790px;
	margin-top: inherit;

}

#pageHeader{
	width: 790px;
	height: 107px;
}

#pageHeader h1 span,#pageHeader h3 span,#quickSummary .p1 span{
	display: none;
}

/* Navigation rules */
#linkList {
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	list-style-type: none;	

	
}

#linkList a {
	text-decoration: none;
	list-style-type: none;	

}

#linkList2{
	position: absolute;
	top: 542px; /*	bottom: 0;*/
	font-size: 11px;
	width: 790px;
	height: 25px;
	text-align: left;

}

#linkList2 ul {
	list-style-type: none;	
	margin-left: auto;
	margin-top: auto;
	padding-left: 15px;

}


#linkList2 ul li a{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 33px;
	padding-left: 5px;
}


/* Child Selector - compliant browser */
#linkList{
	left: 0px;
}
#linkList2{
	left: 0px;
}
	
#linkList ul li a{
	text-decoration: none;
}

#linkList2 ul li a{
	text-decoration: none;

}

#lselect a {
	text-transform: uppercase;
	font-size: 11px;
}

#lselect a:hover{
	color: #fcc65d;
}

#lselect .c {
	text-transform: capitalize;
	font-size: 10px;
}

#lselect a {
	display: block;
	font-weight: bold;
}

#lselect a.c {
	display: inline;
	font-weight: bold;
	color: #fcc65d;
}


h3.select{
	color: #fcc65d;
	height: 14px;
	text-align: left;
	padding: 5px;
}


/*Footer*/
#footer{
	line-height: 14px;
	font-size: 11px !important;
	font-weight: lighter;
	text-align: center;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;

}

/* End code */
