@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
}

p, h1, form, button {
	border:0; 
	margin:0; 
	padding:0;
	margin-bottom: 10px;	
}

p.error {
	color: red;
	font-size: 12px;
	margin-bottom: 10px;	
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	color: #e9967a;
	text-decoration: underline;
}

a:hover {
	color: #E60000;
	text-decoration: underline;
}

a.whiteLink { 
	color: #FFFFFF; 
	text-decoration: underline; 
}
a.whiteLink:hover { 
	color: #CCCCCC; 
	text-decoration: underline;
}
a.whiteLink:visited { 
	color: #fafad2; 
	text-decoration: underline;
}

.oneColElsCtr #container {
	width: 920px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;	
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #containerhome {
	background: #000000;
	border: 1px solid #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;	
	text-align: left;
	width: 920px;
	color: #FFFFFF;
}

.oneColElsCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtr  #mainContentHome  {
	padding: 0 60px;
}

.oneColElsCtr  #copyright  {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 6px;
}


.oneColElsCtr #navContent {
	float: left;
	width: 920px;
	padding: 0 0 0 0px;
	margin: 0px;
	background: #FFFFFF;
	border-bottom: 1px solid #000000;	
}

.youAreHere {
	float: right;
	padding-top: 4px;
	font-size: 10px;
	padding-left: 30px;
	font-weight: bold;
	padding-right: 10px;
}

h1 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;	
}

h2 {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #000033;
}
h3 {
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 5px;
}

p {
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
}

.exploreBox {
	padding-top: 4px;
	padding-bottom: 4px;
	background: #f2e969;
	border-top: 1px solid #deb71f;
	border-bottom: 1px solid #deb71f;
}

.competeBox {
	padding-top: 4px;
	padding-bottom: 4px;
	background: #90da74;
	border-top: 1px solid #536953;
	border-bottom: 1px solid #536953;
}

.shareBox {
	padding-top: 4px;
	padding-bottom: 4px;
	background: #7eb3dc;
	border-top: 1px solid #1405b0;
	border-bottom: 1px solid #1405b0;
}
	
.pUnderHeadings {
	margin-top: 6px;
	padding-top: 2px;
}

.backToTop {
	margin-top: -6px;
	font-size: 11px;
	font-style: italic;
}
