@charset "UTF-8";
/* CSS Document */
	
body 
{	
	margin: 0; padding: 0px;
	overflow: hidden;
}


#wrapper
{
	text-align: left;
	margin: 0; padding: 0px;
	/* re_aligns text to left second part of two part MSIE centering workaround */
	width: inherit; 	/* Total width */
	background: transparent;

}

#greyVertical
{	
	width: 100px;
	background-color: #000;
	padding: 0 0 2000px 0;
	margin: 0 30px -1800px 30px;
	float: right;
	position:relative;
	z-index:8;
}


.transparent_class {
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

#headerWrap {
	background: url(images/horiz-bg.gif) repeat-x 0;
	background-color:#fff;
	height: 62px;
	padding: 38px 0px 0px 30px;
}

.h1
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 22px;	
	text-decoration: none;
}

.h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 22px;	
	text-decoration: none;
}


#contentWrap {
	width: 100%;
	padding: 30px 0px 30px 30px;
	border-color: #e9e9e9;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
}



.body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: 100;
	line-height: 17px;	
	text-decoration: none;
	letter-spacing: 0.05em;
}

.body a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #c0504d;
	font-weight: 100;
	line-height: 17px;	
	text-decoration: none;
}

.body a:hover {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #c0504d;
	font-weight: 100;
	line-height: 17px;	
	text-decoration: underline;
}

.bodyRed {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #c0504d;
	font-weight: 100;
	line-height: 17px;	
	text-decoration: none;
	letter-spacing: 0.05em;
}


