/* Global Styles */



h1 {
	font-size: 12px;
	margin: 20px;
	color: #6666CC;
}
#join-list{
	padding-left:15px;
	display: block;
	left: 3em;
	position: absolute;
}

a, avisited {
	text-decoration: none;
	color: #6666CC;
}

h3.footer {
	width: 770px;
	height: 25px;
	
	margin-bottom: -20px;
	padding-bottom: -20px;
}




/* Layout Styles */

#wrapper {
	position: relative;
	width: 770px;
	

	text-align: left;
	margin: 0 auto;
}

#left {
	position: absolute;
	left: -3em;
	top: 200px;
}




/* box styles */

.box {
	width: 150px;
}

.box h3.top {
	width: 150px;
	height: 25px;
	
	padding: 7px 0 0 20px;
	margin-bottom: -4px;
	font-size: 12px;
	color: #6666cc;
}



.box h3.bot {
	width: 150px;
	height: 27px;
	
	margin-top: -3px;
}

.box li {
	width: 200px;
	height: 20px;
	margin-top: -1px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	display: block;
}



.box a, .box a:visited {
	width: 160px;
	height: 20px;
	display: block;
	background: url(../images/bg_button_up.gif) no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}

.box a:hover {
	color: #1C2C46;
	background-image: url(../images/bg_button_down.gif);
	background-repeat: no-repeat;
	width: 152px;
	height: 20px;
}
 