body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000066;
}
.col { float:left; }
.row { clear:both }

#left_column {
	width:120px;
	background-color:#000066;
	float: left;
}
#left_column #quicksearch { 
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
	position: relative;
}

#right_column {
	width:620px;
	background-color:#FFF;
	padding-bottom:10px;
	float: right;
	padding-right: 0px;
}
#secondary_footer {
	width:100%;
	background-color:#FFCC33;
	text-align:center;
	height:100px;
	padding-top:10px;
}
#secondary_footer a {
	font-weight:bold;
	font-size:10px;
}

#secondary_footer p {
	line-height:15px;
	font-weight:bold;
	font-size:10px;
	padding-top:10px;
}
#secondary_footer p a {
	font-size:10px;
}
#content {
	width:630px;
	padding-top:20px;
}

#main {
	width:750px;
	background-color: #FFF;
}
#adspace {
	padding-bottom:15px;
}

/* CSS for Contribution */
.list_text {
	font-size: .85em;
	color: #666;	
}


