Body {
	color: black;
	background-color: white;
	font-family: Arial, sans-serif;
	font-size: .7em;
	
}

h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
}

#centerblock {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	/*text-align: left;*/
	text-align: center;	
}

#pagetop {
	font-size: 1.1em;
	height: 125px;
	text-align: left;
}

#pagetop2 {
	font-size: 1.1em;
	height: 137px;
	text-align: left;
}

#fname{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 100%;
	font-style: bold;
}

#nav_pos {
	position: relative;
	top: -110px;
	left: 480px;
	width: 235px;
	text-align: right;
	height: 85px;
	padding-top: 0px;
	padding-right: 5px;
	background-color: gold;
}

#nav_pos a {
	color: black; 
	text-decoration: none; 
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#main {
	
	/*left: 0px;
	top: 133px;*/
	width: 780px;
	font-size: 1.1em;
}

#main ul {
}

#main ul ul {
}

#leftCol{
	
	width: 49%;
	border-right: 1px solid gold;
}

#rightCol{
	width: 50%;
	float:right;
}

.featurebox {
	max-width: 99%;
	font-size: 1em;
	border-bottom: 0px solid gray;
	padding-bottom: 20px;
	text-align: left;
	/*margin-left: 10%;*/
	margin-right: 10%;
}
	
.featurebox ul {
	list-style: disc;
	list-style-position: inside;
}

.featurebox ul ul{
	list-style: circle;
	text-indent: .5in;
	list-style-position: inside;
}

.featurebox h1 {
	width: 100%;
	/*background-color: gold;*/
	border-bottom: 0px solid black;
	padding: 2px;
}

.x-grid3 table {
    table-layout:fixed;
}

.goldbg {
	background-color: gold;
	}
	
.boldLabel {
	font-weight: bold;
}

.goldboldLabel {
	background-color: gold;
	font-weight: bold;
}