.left {float: left;}
.right {float: right;}
.hidden-text { text-indent: -31337px; font-size: 1px; }
.float-catch {clear: both;}
.neg-tpmargin {margin-top: -10px;}
.upper-case {text-transform:uppercase;}
.link {margin: 0px 0px -3px 1px;}
.hidden { display: none; }
.no-border { border: none !important; }
.li-drop {
	margin: 0;
	padding-top: 2px;
}
.margfix {
	height:1px;
}


img {
	border: none;
}

#empty{
	height: 1px;
}

#error-message{
	padding: 10px;
}

#content{ 
	min-height: 400px;
	background: white url(/images/fo-column.gif) repeat-y right;
	padding-top: 0px;
	margin-top: 0px;
}

#content p {
	color: #6b6161;
	margin: 10px 0 0 0;
}

#content a {
	color: #7D8758;
	text-decoration: none;
}

#content a:hover {
	color:#CDAD5E;
}

#content h2{
	font-weight: normal;
	font-size: 2.3em !important;
	color: #CDAD5E !important;
	margin: 0;
	line-height:1em;
	
}

#content h3{
	text-transform: none;
	color: #A1A983;
	font-size: 1.7em;
	line-height: 20px;
	font-weight: normal;
	margin: 8px 0 12px;
}

#content h4{

	font-weight: normal;	
	text-transform: none;
	margin: 0 0 5px 0;
	color: #CDAD5E;
	font-size: 1.4em;
}

#content h5{
	color: #636466;
	font-size: 1.10em;
	text-transform: uppercase;
	font-weight: bold;	
	margin: 0;
}

#content h6{
	color: #636466;
	font-size: 1.0em;
	text-transform: none;
	font-weight: bold;	
	margin: 0;
}






/*-----------------------------------<Common Page Layout>--------------------------------*/

/*
h1 {
	font-size: 1px;
	height: 145px;
	margin: 0px;
	position: relative; 
	top: 10px; 
	left: 11px;
	text-indent: -31337px;
	width: 440px;
}
*/



#left-column{
	/*background:#6b6161 url(/images/left-bg.png) repeat-x;*/
	background: #ffffff;
	padding: 10px 30px 10px 20px;
	width: 595px;
	/*float: left;*/

}


#left-container{
	padding: 0 15px 0 10px;	
}

#left-column ul {
	margin-left: 10px;
	padding-left: 10px; 
}

#left-column ul li{
	
	list-style: none;
	color: #636466;
}

.menu-selected {
	color: #CDAD5E !important;
}

#copywrite {
	margin: 0;
	padding: 0;
	color: #6B6161;
	font-size: .9em;
	text-align: center;
}






