﻿/*Created by Kelsey Carter of TeamBTS 2-08-2010*/
/*Body styles*/
body {
	background-color: #FCFDCB;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* Left Navigation */
.leftNavigationBody {
	background-image: url('images/DesignImages/garden_center_reslice_left.jpg');
	background-repeat: no-repeat;
	width: 188px;
	height: 582px;
	vertical-align: top;
	margin-left: 10px;
	padding-left: 10px;
}
hr {
	border:1px #49247D solid;
	width:75%;
}
/* MainContent */
.pageName {
	margin: 8px 10px 15px 10px;
	font-family: Arial;
	font-weight: bold;
	font-size: 18pt;
	color: #316563;
}
.mainContent {
	margin: 0 10px 10px 10px;
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}
.greenGiveawayPrizes{
	margin: 0 10px 10px 10px;
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
}
.greenGiveawaySponsorHead{
	margin: 0 10px 10px 10px;
	font-family: Arial;
	font-size: 12pt;
	color: #ffffff;
	font-weight:bold;
	text-align:center
}


.centersNames {
	font-family:Arial;
	font-weight:bold;
	color:#316563;
}

/* List Styles */
li {
	margin-left:30px;
}
.becomeAMemberMain {
	margin-left:10px;
	font-family: Arial;
	font-weight:bold;
	color:#316563;
	margin-bottom:5px;
}
.becomeAMemberSecond {
	margin-left:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.becomeAMemberThird {
	font-family:Arial;
	font-weight:normal;
	margin-left:10px;
}
/* Footer */
.bottomNavigation {
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	margin: 10px 10px 0 10px;
}
.copyright {
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
	margin: 0 10px 0 10px;
}
.byTeamBTS {
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
	margin: 0 10px 0 10px;
}

