body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111;
	margin:0;
	padding:0;
	text-align:center;
}

a {
	color:#02A066;
}

a:hover {
	color:#92278F;
}

p {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009933;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990099;
	margin:0;
	padding:10px 0 0 0;
}

#box {
	position:relative;
	margin:0 auto;
	width:700px;
}

#horizon {
	position:relative;
	width:700px;
	height:118px;
	padding:0;
	background-image:url(images/sky.jpg);
	background-repeat:no-repeat;
}

#horizon p {
	font-size:9pt;
	padding:2px 30px;
}

#field {
	position:relative;
	width:700px;
	height:320px;
	background-color:#fff;
	background-image:url(images/field.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

.header {
	font-size:16pt;
	color:#92278F;
}

.inner {
	font-size:12pt;
	padding:50px 90px 0 90px;
}

#majorSponsor {
	position:absolute;
	top:130px;
	left:20px;
}

#bodycontent {
	position:relative;
	text-align:left;
}

#bodycontent p {
	padding:10px;
	line-height:12pt;
}

#bodycontent li {
	line-height:12pt;
}

#address {
	width:178px;
	min-height:416px;
	font-size:8pt;
	padding:0;
	text-align:center;
	background-image:url(images/sub_sidebar.jpg);
	background-repeat:no-repeat;
}

.right p {
	padding:10px 20px;
	line-height:12pt;
}

#footer {
	position:relative;
	width:700px;
	height:31px;
	padding:5px 0 0 0;
	background-image:url(images/bottom_bar.gif);
	background-repeat:no-repeat;
}

#footer p {
	padding:12px 0 0 0;
}

#footer a {
	color:#444;
}

#footer a:hover {
	color:#000;
}

#contactLeft {
	width:250px;
	float:left;
	margin:10px 0 10px 20px;
}

#contactRight {
	width:150px;
	float:right;
	margin:10px 30px 10px 0;
}

#contactLeft p, #contactRight p {
	padding:0;
	margin:0;
}

#tab {
float:right;
background-image:url(images/tab.jpg);
width:269px;
height:19px;
padding:0 0 0 2px;
}

#tab a {
	color:#444;
}

#tab a:hover {
	color:#000;
}

.right {
width:300px;
text-align:left;
float:right;
}
.left {
width:150px;
text-align:right;
float:left;
}

