@charset "UTF-8";
/* CSS Document */

a.default:link { font-weight: bold; color: #179ed6; text-decoration: none; }
a.default:active { font-weight: bold; color: #179ed6; text-decoration: none; }
a.default:visited { font-weight: bold; color: #179ed6; text-decoration: none; }
a.default:hover { font-weight: bold; color: #9a9633; text-decoration: none; }

a.defaultG:link { font-weight: bold; color: #212121; text-decoration: none; }
a.defaultG:active { font-weight: bold; color: #212121; text-decoration: none; }
a.defaultG:visited { font-weight: bold; color: #212121; text-decoration: none; }
a.defaultG:hover { font-weight: bold; color: #9a9633; text-decoration: none; }

a.darkG:link { font-size: 14px; font-weight: bold; color: #368516; text-decoration: none; }
a.darkG:active { font-size: 14px; font-weight: bold; color: #368516; text-decoration: none; }
a.darkG:visited { font-size: 14px; font-weight: bold; color: #368516; text-decoration: none; }
a.darkG:hover { font-size: 14px; font-weight: bold; color: #9a9633; text-decoration: none; }

a.navB:link { font-weight: bold; font-size: 18px; color: #179ed6; text-decoration: none; }
a.navB:active { font-weight: bold; font-size: 18px; color: #179ed6; text-decoration: none; }
a.navB:visited { font-weight: bold; font-size: 18px; color: #179ed6; text-decoration: none; }
a.navB:hover { font-weight: bold; font-size: 18px; color: #9a9633; text-decoration: none; }

a.nav:link { font-weight: bold; font-size: 18px; color: #212121; text-decoration: none; }
a.nav:active { font-weight: bold; font-size: 18px; color: #212121; text-decoration: none; }
a.nav:visited { font-weight: bold; font-size: 18px; color: #212121; text-decoration: none; }
a.nav:hover { font-weight: bold; font-size: 18px; color: #9a9633; text-decoration: none; }

a.defaultB:link { font-weight: bold; color: #0000ff; text-decoration: none; }
a.defaultB:active { font-weight: bold; color: #0000ff; text-decoration: none; }
a.defaultB:visited { font-weight: bold; color: #0000ff; text-decoration: none; }
a.defaultB:hover { font-weight: bold; color: #9a9633; text-decoration: none; }

a.defaultb:link { font-weight: normal; color: #0000ff; text-decoration: none; }
a.defaultb:active { font-weight: normal; color: #0000ff; text-decoration: none; }
a.defaultb:visited { font-weight: normal; color: #0000ff; text-decoration: none; }
a.defaultb:hover { font-weight: normal; color: #9a9633; text-decoration: none; }

a.intro:link { font-weight: bold; color: #ffffff; text-decoration: none; }
a.intro:active { font-weight: bold; color: #ffffff; text-decoration: none; }
a.intro:visited { font-weight: bold; color: #ffffff; text-decoration: none; }
a.intro:hover { font-weight: bold; color: #ffffff; text-decoration: underline; }

body{
	margin: auto 0;
	font-size: 12px;
	font-family: Helvetica;
	background-image: url('../images/bg.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	height: 100%;
	text-align: center;
}
.twit-text{
	font-family: Helvetica;
	font-size: 14px;
	color: #333333;
}
#alert{
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #333333;
	text-align: center;
	font-size: 16px;
	font-family: Verdana;
}
#header{
	width: 800px;
	align: center;
	margin: 0 auto;
}
#logo{
	float: left;
	width: 500px;
	text-align: left;
}
#twitterButton{
	float: left;
	width: 290px;
	text-align: right;
	margin-top: 15px;
}
#body{
	width: 800px;
	align: center;
	margin: 0 auto;
}
#mainHeader{
	background-color: #45b4da;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	font-size: 24px;
	font-family: Verdana;
	text-align: center;
	font-weight: bold;
}
#mainBody{
	border: 5px solid #45b4da;
	background-color: #d3e9f0;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	color: #000000;
	font-size: 12px;
	font-family: Helvetica;
}
#leftHome{
	background-color: #ffffff;
	width: 230px;
	float: left;
	margin-right: 20px;
	padding: 20px;
	text-align: left;
	height: auto;
}
#leftHome h2{
	margin: 0px;
	font-family: Helvetica;
	font-size: 20px;
	color: #333333;
}
#leftHome ol{
	margin: 0px;
	padding: 12px 0px 0px 20px;
}
#leftHome ol li{
	font-family: Helvetica;
	padding: 5px 0px 5px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
#rightHome{
	background-color: #ffffff;
	width: 440px;
	float: left;
	padding: 20px 10px 20px 10px;
	height: auto;
	text-align: center;
}
#rightHome h2{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: Helvetica;
	font-size: 19px;
	color: #333333;
}
#middleHome{
	background-color: #ffffff;
	padding: 20px 20px 10px 20px;
	margin-top: 20px;
	text-align: left;
}
#middleHome h1{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 22px;
	color: #333333;
}
#middleHome h2{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: Helvetica;
	font-size: 19px;
	color: #333333;
	text-align: left;
}
#middleHome h3{
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-family: Helvetica;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
#middleHome h4{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: Helvetica;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
#middleHome p{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Helvetica;
	font-size: 15px;
	color: #333333;
}
#middleHome p.label{
	margin: 0px;
	padding: 30px 0px 5px 0px;
	font-family: Helvetica;
	font-size: 22px;
	color: #c5a628;
	font-weight: bold;
	text-align: left;
}
#middleHomeNav{
	background-color: #ffffff;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
	height: 13px;
}
#welcome{
	float: left;
	width: 250px;
	text-align: left;
}
#links{
	float: left;
	width: 460px;
	text-align: right;
}
#footer{
	width: 800px;
	align: center;
	margin: 0 auto;
	color: #000000;
	padding: 10px 0px 10px 0px;
}
#footerOuter{
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: right;
}
#siteFooter{
	float: left;
	width: 300px;
	text-align: left;
}
.textfield_v2{
	font-family: Helvetica;
	font-size: 13px;
	color: #333333;
	padding: 5px;
	border: 1px solid #999999;
	width: 400px;
	background-color: #f5f5f5;
}
.textarea_v2{
	font-family: Helvetica;
	font-size: 13px;
	color: #333333;
	padding: 5px;
	border: 1px solid #999999;
	width: 400px;
	background-color: #f5f5f5;
}
.textfield{
	font-family: Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	border: 2px solid #45b4da;
	width: 708px;
	background-color: #e5f2f6;
}
.textarea{
	font-family: Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	border: 2px solid #45b4da;
	width: 708px;
	background-color: #e5f2f6;
}
#allFriends{
	padding: 10px; 
	border: 2px solid #45b4da; 
	width: 690px;
	height: 300px;
	overflow: auto;
	background-color: #e5f2f6;
}
#message{
	margin: 0px 0px 15px 0px; 
}
.linkDetails{
	font-family: Helvetica;
	font-size: 12px;
}
.bigButton{
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 30px 8px 30px;
	color: #333333;
	border: 3px solid #45b4da;
	background-color: #d3e9f0;
	text-decoration: none;
}
.bigOrangeButton{
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 30px 8px 30px;
	color: #333333;
	border: 3px solid #45b4da;
	background-color: #f5dbba;
	text-decoration: none;
}
.bigGreenButton{
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 30px 8px 30px;
	color: #333333;
	border: 3px solid #45b4da;
	background-color: #d7f9d4;
	text-decoration: none;
}
.bigYellowButton{
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 30px 8px 30px;
	color: #333333;
	border: 3px solid #45b4da;
	background-color: #f7f5c6;
	text-decoration: none;
}
.bigSubmitButton{
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 30px 5px 30px;
	color: #ffffff;
	border: 1px solid #333333;
	background-color: #45b4da;
	text-decoration: none;
}