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

A:link { color: #021993; text-decoration:none; font-weight: bold; } /* unvisited link */
A:visited { color: #021993; text-decoration:none; font-weight: bold; } /* visited links */
A:hover { color: #021993; text-decoration:underline; font-weight: bold; } /* mouse over */
A:active { color: #021993; text-decoration:none; font-weight: bold; } /* active links */

#container {
	width: 800px;
	margin: auto;
}

#header { padding: 0 0 10px 0; }

#title h1 { padding: 10px 0 0 0; }

#navigation {
	padding: auto;
	margin: auto;
	text-align: center;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	list-style-type: none;
	display: inline;
	padding: 0 10px 0 10px;
	margin: 0px;
}

#navigation p {
	padding: 0;
	margin: 0;
}

#awardLeft {
	float: left;
}

#awardRight {
	float: right;
}

#mainContent {
	width: 100%
	border: 1px solid red;
	clear: both;
}


#col1 {
	width: 33%;
	float: left;
	margin: 0;
	}
	
#col1_center {
	width: 33%;
	float: left;
	margin: 0;
	text-align: center;
	}

#col2 {
	margin-left: 33%;
	width: 33%;
	}

#col2_center {
	margin-left: 33%;
	width: 33%;
	text-align: center;
	}

#col3 {
	float: right;
	width: 33%;
	margin: 0;
	}
	
#col3_center {
	float: right;
	width: 33%;
	margin: 0;
	text-align: center;
	}

#col3 h2 {
	padding: 0;
	margin: 0;
}

#col3 p {
	padding: 0;
	margin: 0;
	text-align: center;
}

#logo {
	width: 200px;
	display: inline;
}

#mainContentItem {
	clear: both;
	padding: 10px 0 10px 0;
}

#mainContentItem p { padding: 0 0 5px 0; margin: 0; }
#mainContentItem h3 { padding: 0 0 5px 0; margin: 0; text-align: center; }

#title h1 {
	text-align: center;
}
#title h2 {
	text-align:center;
	padding: 0;
	margin: 0;
}
#title p {
	text-align:center;
	padding: 0px;
	margin: 0px;
}