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

body {
	font: 100% Helvetica, Tahoma, Verdana, Arial, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #2b3235;
}

a:link {
	color:#2b3235;
	text-decoration: none;
}

a:visited {
	color:#2b3235;
	text-decoration: none;
}

a:hover {
	color: #558096;
	text-decoration: none;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.larger_text {
	font-size:16px;
}

.regular_text {
	font-size: 14px;
}

.smaller_text {
	font-size: 12px;
}

#main_image {
	border:none;
	margin-top: 50px;
}

#link_list {
	margin-top: 50px;
	margin-bottom: 80px;
}

#footer a:visited {
	text-decoration:none;
	color:#666666;
}

#footer a:link {
	text-decoration:none;
	color:#999999;
}

.video {
	margin-left:auto;
	margin-right:auto;
	width: 430px;
}

.oneColElsCtr #container {
	/*width: 46em;*/
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	/*margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px;
	margin-left: auto;
	margin-right: auto;
	width: 700px; 
}

#footer {
	font-size:10px;
	color:#999999;
	margin: auto;
	margin-top: 20px;
}
