
body {
	background: url(images/bg2.jpg) repeat #282d35;
	font: 12px/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h2, h3 {
	color: #333;
}
h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
h2 a {
	color: #333;
}

h3 {
	font-size: 15px;
	margin-bottom: 8px;
}
a {
	color:#0077cc;
	text-decoration: none;
}
a:hover {
	color:#0099CC;
}	
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.image-left{
	float: left;
	vertical-align: text-top;
	padding-right: 10px;
	padding-top: 0px;
}
.image-right{
	float: right; 
	vertical-align: 
	text-top;
}
div.wrapContainer{
	width:55%; 
	float:left;
}
.wrapper {
	margin: 40px auto;
	width: 880px;
}	
.container {
	background: #1e2228;
	margin-top: -4px;
	-moz-border-radius: 7px;
	padding: 1px;
	-webkit-border-radius: 7px;
}
.container > div {
	background: #f9f9f9;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.app .banner img {
	display: block;
}
.app .toolbar {
	background: #e8e8e8;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #f5f5f5;
	color: #333;
	line-height: 42px;
	padding-left: 29px;
}	  
.app .toolbar p {
	float: left;
	padding-left: 30px;
}
.app .toolbar ul {
	float: right;
}				  
.app .toolbar ul li {
	border-left: 1px solid #ccc;
	float: left;
}
.app .toolbar ul li a {
	color: #333;
	display: block;
	font-weight: bold;
	padding: 0 29px;
}
.app .toolbar ul li a:hover {
	background: #fff;
}  
.app .toolbar + .shadow {
	background: url(images/toolbarshadow.png) no-repeat;
	height: 11px;
}
.app .content {
	width:800px;
	padding: 18px 29px 29px 29px;
}
.disclaimer {
	float:left;
	width:800px;
}
.disclaimer p {
	font-size: 10px;
}
ul, li {
	list-style: none;
}
.footer {
  color:#CCC;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 1px 0px #191919;
  margin-left: 14px;
}
.footer p {
  margin-bottom: 10px;
}
.footer p a {
	color:#999;
}
.footer p a:hover {
	color:#09F;
}
* {
	margin: 0;
	padding: 0;
}
a, a img, frameset, img {
	border: 0;
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.nl {
	margin-left: 0;
}
.nr {
	margin-right: 0;
}
.block {
	display: block;
}