/* GLOBAL LINK styles */

a:link, a:visited, a.bold:link, a.bold:visited {
	color: #390;
	text-decoration: underline;
	}

a:hover, a.bold:hover {
	color: #9c6;
	text-decoration: underline;
	}

a:active, a.bold:active {
	color: #667680;
	text-decoration: none;
	}

a.noUnderline {
	color: #390;
	text-decoration: none;
	}

/* This allows floated elements to consume space without adding <div style="clear:both;"></div> at the end of every floated div in a non-floated layout */
.clear:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	}
	
.clear {
	display:block;
	}
	
/* Holly Hack Targets IE Win only \*/
* html .clear {height:1%;}
.clear {display:block;}
/* End Holly Hack */

/* GLOBAL SIDE nav styles */

.sideNavContainer {
	width:100%;
	margin-bottom:5px;
}

.sideNavText {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-color:black;
	float:left;
	width:120px;
	padding-left:10px;
}

.sideNavPointer {
	float:left;
	width:40px;
	height:40px;
}

img {
	border:0px;
	}