body { /* margin:0 auto; */ 
	background-image: url(images/grd_bg6.png);
	/* background-color: #000; color: #DDD; */
	
	font: 1em verdana, arial, sans-serif; }


a { 
	text-decoration: underline;
	color: #33F; }

a:hover { 
	color: #C3F;
	text-decoration: underline;}

img.navButton { margin-bottom: 24px; border: 0px; }
img#selectedBtn { 
	border-bottom: 2px solid;
	padding: 2px;}

/* the left side navigation column */
div#navigation {
	float:left;
	margin-top: 24px;
	padding-left: 4px;
	width: 150px; /* width: 142px; */
	height: 360px;
	border-right: 1px dotted; }

/* the right side main content column */
div#col_right {
	margin-left: 150px; }

/* footer all pages */
div#footer {
	text-align: center;
	font-size: .9em; color: #333;
	padding-top:12px; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }

/* span styles */
span.underline { text-decoration: underline; }

span.lg { font-size: 1.2em; }
span.lgbold { font-weight: bold; font-size: 1.2em; }
span.sm { font-size: .8em;}
span.boldital { font-weight: bold; font-style: italic; }

span.ital { font-style: italic; }
span.lgital { font-style: italic; font-size: 1.2em; }

span.red { color: red; }
span.redital { color: red; font-style: italic; }
span.boldred { font-weight: bold; color: red; }


span.smred { font-size: .9em; color: red; }

span.bold { font-weight: bold; }

span.smbold { font-size: .9em; font-weight: bold;}

span.blue { color: #0000CC; }
span.smblue { color: #0000CC; font-size: .8em; }
span.blueital { color: #0000CC; font-style: italic; }

span.gray { color: #777; }
span.smgray { font-size: .9em; color: #777; }
span.boldgray { font-weight: bold; color: #555; }
span.lgboldgray { font-size: 1.2em; font-weight: bold; color: #555; }


span.yellowbg { background-color: #FFFFC0; }

span.yellowbgital { font-style: italic; background-color: #FFFFC0; }

span.graybg { background-color: #DDD; }

span.graybgital { font-style: italic; background-color: #DDD; }

span.grayital {
	font-style: italic;
	color: #666; }

span.smital {
	font-size: .8em;
	font-style: italic; }

span.smredital {
	font-size: .8em;
	font-style: italic;
	color: red; }

span.smblueital {
	font-size: .8em;
	font-style: italic;
	color: #0000CC; }
