body {
	margin: 0 auto;
	background-color: #CCCCCC;
	background-image: url(images/brushedbg.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

#wrapper {
	margin: auto;
	width: 100%;
}

#navbase {
	margin: 0 auto;
	width: auto;
	height: 40px;
	background-color: #CC0000;
	padding-top: 5px;
}

#navarea {
	margin: 0 auto;
	width: 800px;
	height: auto;
}

#navigation {
	margin: 0 auto;
	padding-top: 0px;
	float: left;
	width: 680px;
	height: auto;
	text-align: left;
}

#navigation ul {
	margin: auto;
	padding-top: 10px;
	display: block;
	float: left;
	text-align: left;
	position: relative;
}

#navigation li {
	margin: 0 auto;
	padding: 0 12px 0 0; /* space between text in main navigation */
	float: left;
	text-align: left;
	position: relative;
	list-style: none;
}

#navigation li a {
	display: inline;
	height: 18px; /* space around main nav item for connecting with sub nav items */
	color: #cccccc;
	font-size: 12pt;
	font-family: Helvetica, "Sans Serif";
	text-decoration: none;
}

/* background elements of the dropdown menu */
#navigation li:hover ul { display: block;  background-color: #666666; margin-left: 0px; width: 140px;}

#navigation li ul { list-style: none; display: none; position: absolute; top: 15px /* spacing between main nav link and dropdown items */; left: 0;}

#navigation li ul li { text-align: left; float: none; height: 20px; }

/* foreground elements of the dropdown menu */
#navigation li ul li a { position: absolute; font-size: 14px; text-decoration: none; height: 20px; background-color: #999999; margin-left: -40px; padding: 0 0 0 10px /* inside spacing for box of sub menu items */; width: 170px;}

#navigation li a:hover, #nav li a.on { color: #cccccc /* text color effect on rollover */; }

#navlink {
	margin: 0 auto;
	width: 120px;
	height: auto;
	text-align: right;
	float: right;
	padding-top: 13px;
}

#pagebanner {
	margin: 0 auto;
	width: 760px;
	height: 180px;
	background-color: #666666;
	background-image: url(images/pagebanner.jpg);
	background-repeat: no-repeat;
	padding: 40px 0 0 40px;
}

#bannertext {
	margin: 0 auto;
	width: 210px;
	height: 180px;
	float: right;
	text-align: center;
}

#pagearea {
	margin: 0 auto;
	width: 800px;
	background-color: #E0E0E0;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	height: auto;
	overflow: hidden;
	font-size: 10pt;
}

#onecolumn {
	margin: 0 auto;
	width: 750px;
	height: auto;
	padding: 20px 25px 0 25px;
	line-height: 1.25em;
}

#twocolumnleft {
	margin: 0 0 -10000px 0;
	float: left;
	width: 495px;
	min-height: 300px;
	text-align: left;
	padding: 15px 25px 10040px 25px;
	line-height: 1.25em;
}

#twocolumnright {
	margin: 0 0 -10000px 0;
	float: right;
	width: 230px;
	height: auto;
	text-align: left;
	padding: 15px 25px 10040px 0;
	line-height: 1.25em;
}

#threecolumnleft {
	margin: 0 0 -10000px 0;
	float: left;
	width: 230px;
	min-height: 200px;
	text-align: left;
	padding: 15px 0 10040px 25px;
	line-height: 1.25em;
}

#threecolumncenter {
	margin: 0 0 -10000px 0;
	float: left;
	width: 230px;
	height: auto;
	text-align: left;
	padding: 15px 0 10040px 30px;
	line-height: 1.25em;
}

#threecolumnright {
	margin: 0 0 -10000px 0;
	float: left;
	width: 230px;
	height: auto;
	text-align: left;
	padding: 15px 0 10040px 30px;
	line-height: 1.25em;
}

#frame {
	margin: 0 auto;
	width: 750px;
	height: 725px;
	background-color: #ffffff;
}

#footer {
	margin: 0 auto;
	width: auto;
	height: 100px;
	background-color: #CC0000;
}

#footerarea {
	margin: 0 auto;
	width: 800px;
	height: auto;
}

#footerleft {
	margin: 0 auto;
	float: left;
	width: 300px;
	height: auto;
}

#footerright {
	margin: 0 auto;
	float: right;
	width: 500px;
	height: auto;
	text-align: right;
}

/* ===== text classes ===== */

.bannertitle {
	font-size: 20pt;
	font-style: normal;
	line-height: 1.5em;
	color: #666666;
}

.nav {
	font-size: 16px;
	word-spacing: 1.25em;
	font-weight: bold;
}

.smtext {
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
}

.blocktext {
	font-size: 9pt;
	font-style: italic;
	line-height: 1.33em;
	color: #666666;
	padding: 10px 40px 10px 40px;
	text-align: center;
}

.blocktextleft {
	font-size: 9pt;
	font-style: italic;
	line-height: 1.75em;
	color: #666666;
	padding: 0 0 0 5px;
	text-align: left;
}

.spacing {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.footer {
	font-size: 9pt;
	padding: 20px 25px 0 25px;
	color: #CCCCCC;
}

/* ===== pbject classes ===== */

.tween {
	padding: 0 0 5px 0;
}

/* ===== hyperlinks ===== */

a:link {
	color: #cccccc;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
}

a:visited  {
	color: #cccccc;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
}

a:hover {
	color: #333333;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
	filter: alpha(opacity=60);
	opacity: 0.6;
	width: 100%;
}

a.body:link {
	color: #666666;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
}

a.body:visited  {
	color: #666666;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
}

a.body:hover {
	color: #333333;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
}

a.bodyalt:link {
	color: #666666;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a.bodyalt:visited  {
	color: #666666;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a.bodyalt:hover {
	color: #333333;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a.alt:link {
	color: #cccccc;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a.alt:visited  {
	color: #cccccc;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a.alt:hover {
	color: #333333;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}
