/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height:157%;
	color: #000;
	padding:20px 0;
	background: #e9f1f4;
	text-align:left;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Layout */

#container{
	width:611px;
	height:769px; 
	margin:0 auto;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#header{
	height:122px;
	background: #fff url(../img/header-bg.png);
}

#mainContent{
	height:578px;
	width: 359px;
	float:left;
	background: #fff url(../img/main-bg.jpg);
}

#sidebar{
	height:578px;
	width: 252px;
	float:right;
	background: #fff url(../img/sidebar-bg.jpg);
	text-align:center;
}

#footer{
	height:69px;
	background:#95cbda;
	color:#FFF;
}

.clearfloat{clear:both; height:0px;}

/* Main Styles */
a {text-decoration:none; color:#FFF;}

#header h1{color:#74bf5c; font-size:20px; line-height:120%; font-weight:bold;
	padding:15px 0 0 30px;}
	
.fullCopy{
	text-align:left;
	float:left;
	width:340px;
	line-height:120%;
	padding:270px 0 0 10px;}

.leftCopy{
	text-align:right;
	float:left;
	width:150px;
	padding:270px 0 0 30px;}
	
.rightCopy{
	float:left;
	width:150px;
	padding:270px 0 0 25px;
	color:#006f94;
	line-height:150%;}

.rightCopy h2{
	color:#74bf5c;
	font-weight:bold;
	text-transform:uppercase;
	padding:3px 0 0px 0;
	font-size:13px;
	line-height:100%;
}

.rightCopy p{
	padding:0 0 6px 0;
}

.register{
	height:336px;
	overflow:hidden;
}

#sidebar h3{
	color:#FFF;
	font-size:22px;
	padding:30px 0 10px 0;
	line-height:40px;
}

#sidebar p{
	padding:0 0 20px 0;	
}

.bigBlue, .biggerBlue{
	color:#009fba;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}

.biggerBlue{
	font-size:20px;
}

.donate{color:#FFF;text-transform:uppercase;line-height:100%;height:40px;padding:6px 0; font-weight:bold;}

.donate a, .participate a{color:#000;}

.mainSponsors{float:left; height:150px; width:120px; padding:0 10px;}
.mainSponsors h4{text-transform:uppercase;font-weight:bold;color:#23afc6; padding:8px 0;}
.sponsors{list-style-type:none; text-align:left; padding:10px 0; line-height:100%;}
.sponsors li{padding:0 0 6px 0;}

.participate{
	height:55px;
	width: 252px;
	padding:14px 0 0 0;
	float:right;
	background:#09a7c0;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;}