* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	background: #A7AEB1;
	color: #666;
	width: 100%;
	hright: 100%;
}

/*\*/
html, body, .swc0 {
	height: 100%;
}
.swc0 {
	margin: 0 auto;
	display: table;
}
.swc1 {
	display: table-cell;
	vertical-align: middle;
}
/**/
.swc1 {
	height: 100%;
}
.swc2 {
	width: 930px;
	height: 560px;
}
* html .swc1 {
	text-align: center;
}
* html .swc2, * html .swc3 {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
* html .swc3 {
	height: 100%;
}
/*\*/
* html .swc2 {
	display: inline;
	height: 0;
}
/*/
.swc2, .swc3 {
	width: 1px;
}
/**/


img {
	border: none;	
}

#centerDiv {
	width: 930px;
	height: 560px;
	white-space: normal;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -465px;
	width: 930px;
	height: 560px;
}

#header {
	height: 100px;
	background: #CACED0;
	position: relative;
}

.mainLogo {
	position: absolute;
	left: 20px;
	bottom: 7px;	
}

.secondLogo {
	position: absolute;
	right: 15px;
	bottom: 8px;	
}

#menuBar {
	height: 25px;
	background: #8C8E94;
}

#mainContent {
	position: relative;
	float: left;
	width: 530px;
	background: #FFF;
	padding: 30px 0 0 0;
	height: 370px !important;
	overflow: hidden;
}

#mainContent li {
	margin-left: 15px;
	list-style: url(../images/bullet.gif);
}

#subMenu {
	position: relative;
	float: left;
	width: 145px;
	padding: 3px 0 30px 25px;	
}

#mainText {
	position: relative;
	float: right;
	width: 310px;
	*width: 300px !important;
	padding: 0 25px 30px 25px;
	overflow: auto;
	height: 340px;
}

#subContent {
	float: right;
	width: 400px;
	overflow: hidden;
	background: #637573;
	height: 400px;
}

#footMargin {
	height: 13px;
	background: #5E6263;	
}

#footBlock {
	height: 13px;
	width: 190px;
	background: #8C8E94;
}

#footer {
	font-size: 11px;
	color: #FFF;
	padding: 5px;
}

.footerRight{
	float: right;
	text-align: right;	
	width: 350px;
}
.footerLeft{
	float: left;
	text-align: left;	
	width: 250px;
}

#footer a, #footer a:visited {
	color: #FFF;
	text-decoration: none;	
}

h1.clump {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5
}

.smallText {
	font-size: 11px;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
}

.smallText a {
	font-size: 11px;
}

a, a:visited {
	color: #637573;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

p.error {
	color: #990000;
}

