/* CSS Document */

body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background: #ffffff;
	margin: 0;
	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: #000000;
	text-align:center;
}

H1 {
	font-size:1.6em;
}
#logo {
	padding-top:30px;
	text-align:left;
}
.container {
	width: 100%;
	background: #FFFFFF;
	border: 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

#topBox {
	border:#999999 thin;
}
.mainContent {
	margin-left: auto;
	margin-right: auto;
	width: 726px;
	padding: 0 20px;
}
.double {
	width:100%;
	padding-bottom:2em;
}
.right {
	float:right;
	
}
.left {
	float:left;
}
.clear {
	clear:both;
}
#tagline {
	color: #ffa100;
	margin-top: -50px;
	padding-right:30px;
	padding-top:0;
	text-align:right;
	font-size:1.6em;
	font-weight:900;
}
#nav {
	float:left;
	height:28px;
	background-image:url(../redesign/new/images/bar.jpg);
}
#topNav {
	float:left;
	list-style:none;
	padding:0 0 0 20px;
	margin:0;
	width:100%;
}

#topNav li {
	float:left;
	padding:6px 0 0 10px;
	margin:0 20px 0 0;
}

#topNav li a {
	text-decoration:none;
	color: #5255ba;
	font-weight:400;
	font-size:1.1em;
}
#topNav li a:hover {
	color: #000000;
	text-align:center;
}
#purple {
	background-color: #5d60c7;
}
#smallBar {
	background-image:url(../redesign/new/images/smallBar.jpg);
	height:14px;
	margin-top:-2px;
}
#smallBarSpecial {
	background-image:url(../redesign/new/images/smallBar.jpg);
	height:14px;
}
#photo {
	padding-bottom:0;
	background-color: #5d60c7;
}
#leftCopy {
	color:#666666;
	padding-top:40px;
	text-align:left;
	width:30%;
	padding-left:25px;
	padding-right:25px;
}
#leftCopy h3 {
	color: #5d60c7;
	font-style:italic;
	text-align:center;
	font-size:1.2em;
}
#rightCopy {
	color:#666666;
	text-align:left;
	width:60%;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
}
#rightCopy h1 {
	color: #5d60c7;
	text-align:center;
}
#bottomBar {
	height:28px;
	background-image:url(../redesign/new/images/bar.jpg);
}
#footer{
	background-color:#5d60c7;
	text-align:center;
	color:#ffa100;
	padding: 20px 0;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
.contentBody {
	font-size: 1.2em;
	
}
.contentBody a{
	font-size: 1.2em;
	text-decoration: none;
	color:#5d60c7;
}
.contentBody a:hover{
	font-size: 1.2em;
	color:#000000;
	text-decoration:underline;
}

