/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
}
.main #container {
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
}
.main #mainContent {
	padding: 0 20px;
	background-image: url(../think/background.jpg);
	background-position: center center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Bank Gothic";
}
#header {
	margin: 0px auto;
	width: 960px;
	height: 108px;
	padding: 0;
	border: 0;
}
#contentHeader {
	margin: 0px auto;
	width: 960px;
	height: 290px;
	padding: 0;
	border: 0;
}

#mainImage {
	margin: 0px auto;
	width: 960px;
	height: 283px;
	padding: 0;
	border: 0;
}
#subImage {
	margin: 0px auto;
	width: 960px;
	height: 134px;
	padding: 0;
	border: 0;
}
#footer {
	margin: 0px auto;
	width: 960px;
	height: 61px;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4 { 
	color: #0060af;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
#endPage { 
	color:#FFFFFF; 
	font-size: 10px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} 
.dreamOrb a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
.dreamOrb a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
.blueText {
	color: #0060af;
	font-weight: bold;
}
