@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 833px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/fauxCol_bg.jpg);
	background-repeat:repeat-y;
	margin-bottom: 100px;
}
#wrapperWhite {
	width: 833px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/fauxColwhite_bg.jpg);
	background-repeat:repeat-y;
	margin-bottom: 100px;
}
body{
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
}
h1 {
	font: normal 2em "Arial Black", Gadget, sans-serif;
	margin-bottom: 10px;
}
p,ul,ol {
	margin-bottom: 10px;
	font: .8em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}
strong {
	font-weight: bold;
	color: #000;
}
em {
	font-style: italic;
}
h2 {
	font: normal 1.5em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
h3 {
	font: normal 1.1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 5px;
}
h4 {
	font: normal .6em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 5px;
	border: 1px solid #FFF;
}
ol {
	margin-bottom: 10px;
	margin-left: 40px;
}
ol li {
	list-style: decimal;
}
ul {
	margin-bottom: 10px;
	margin-left: 40px;
}
ul li {
	list-style: disc;
}
#leftSidebar {
	width: 295px;
	text-align: center;
	float: left;
	padding: 10px;
}
#mainContent {
	width: 498px;
	float: right;
	padding: 10px;
}
#wideContent {
	width: 800px;
	float: center;
	padding: 10px;
}


.left{
	float:left;
	margin:0 10px 10px 0;
}
.right{
	float:right;
	margin:0 0 10px 10px;
}
.center{
	margin:0 auto;
	display:block;
}
.clear{
	clear:both;
}
#leftSidebar #form {
	padding-top: 5px;
	border-top: 5px solid #FFF;
	padding-bottom: 50px;
}
#leftSidebar h3 a {
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
#footer {
	background: url(../images/footer_bg.jpg);
	height: 9px;
	position: relative;
}
#footer div {
	height: 89px;
	width: 92px;
	position: absolute;
	top: -50px;
	background: url(../images/box.jpg);
	right: -30px;
}
#wrapper.noCol{
	background-image:url(../images/noCol_bg.jpg);
}

#wrapper .e2ma_signup_form {
	width:294px;
	background-color:#fff;
}
#wrapper .e2ma_signup_form input[type="text"], #wrapper .e2ma_signup_form textarea, #wrapper  .e2ma_signup_form select {
border:1px solid #CCCCCC;
font-family:Verdana,sans-serif;
font-size:15px;
width:200px;
}
#leftSidebar h4 a {
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	border: 1px solid #FFF;
	font-size: .8;
}
