body {
	color: #000;
	background: #000;
	margin: 0 0 20px 0;
	font-family:arial,helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	border-bottom: 1px solid #ccc;
	font-family: arial, helvetica, sans-serif;
}
h1 { 
	font-size: 160%;
	font-weight: normal;
}
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 120%; }
#contentBox {
	clear:both;
	padding-top:20px;
	background: #000;
	text-align: center;
	/*margin: 30px 0px 30px 0px;*/
}
#content {
	padding: 10px;
	text-align: left;
	background: #fff;
	width: 760px;
	margin: 0 auto;
	font-size: 14px;
}
#footer {
	clear: both;
	/*padding: 17px 0 3px 0;*/
	text-align: center;
}
#footer p {
	width: 760px;
	margin: 0 auto;
	text-align: left;
  font: bold 9px Arial, Helvetica, sans-serif;
	color: #120a8f;
}
#footer a {
	color: #443CC1;
}
#topNavBox {
	background: #000;
	text-align: center;
}
#topNav {
	background: #000;
	margin: 10px auto 0px auto;
	width: 780px;
	padding: 0px 0px 0px 0px;
}
#topNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#topNav li {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	float: right;
	padding: 0;
	margin:  0 0 0 10px;
	/*border-style: solid;
	border-width: 3px;
	border-color: #443cc1;
	color: #443cc1;
	padding: 4px;*/
}
#topNav ul span, #topNav ul a:link, #topNav ul a:visited {
	text-decoration: none;
	/*color: white;*/
	color: #443cc1;
	display: block;
	border-style: solid;
	border-width: 3px;
	border-color: #120a8f;
	padding: 4px;
}
#topNav ul li span, #topNav ul li a:hover {
	text-decoration: none;
	color: #120a8f;
	border-color: #443cc1;
}
#topHBox {
	background: #000;
	text-align: center;
}
#topH {
	background: #000;
	margin: 20px auto 0px auto;
	width: 760px;
	padding: 10px 10px 0px 10px;
}
#topH .w {
	font-size: 68px;
	color: #120a8f;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}
#topH .g {
	font-size: 68px;
	color: #443CC1;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}
#topH .couk {
	font-size: 32px;
	color: #120a8f;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}
p.reviewIntro {
  font-size: 15px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  color: #999;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

