html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #544e38;
}
h3{
	color: #544e38;
	font-size: 13px;
}

ul { list-style:none; padding-left:25px !important;margin-left:5px !important;}
ul li { background:url('../images/agt_action_success.png') no-repeat left center; padding-left:22px; }

ul.easy-steps li { background:url('../images/agt_forward.png') no-repeat left center; padding-left:22px; }

img {
	border: 0px;
}
a {
	text-decoration: underline;
	font-family: Arial;
	color:#333333;
}
a:hover {
	text-decoration: underline;
}
a.mainLogo {
	text-decoration: none;
}

.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: center;
	font: 11px verdana, arial, sans-serif;
}

#bodywrapper {
	text-align: left;
	margin: auto;
	width: 728px;
	position: relative;
	padding-top: 68px;
}

p {
	font-size:12px;
	font-family: Arial;
}

.betaStatus {
	margin-bottom: 10px;
	font-size:10px;
}

.smallNotice {
	font-size:11px;
}

p.faq-entry {
	padding-top:15px;		
}

span.faq-question {
	font-weight: bold;
}

span.faq-answer {
	display: block;
	padding-top:5px;	
}

h1 {
	position: absolute;
	top: 36px;
	left: 13px;
	font-size:26px;
	color:#3f3c2d;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}
#nav {
	position: absolute;
	top: 43px;
	left: 430px;
	
}
#nav  a {
	background: #4E9999;
	margin-right:5px;
	padding-top:6px;
	padding-right:4px;
	padding-left:4px;
	height:19px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:center;
	text-decoration:none;
	color:#e9e4d0;
	font-weight:bolder;
}
#nav  a:hover {
	color:#544e38;
}

#compressingStatus a {
	font-size: 12px;
}

#footer {
	font: 11px arial, sans-serif;
	color: #4E4A3A;
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
}
#footer a {
	margin-right:5px;
}



#pagewidth{
background: #4E9999;
width:100%;  
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#leftcol{
 width:30%; 
 float:left; 
 position:relative;
  }
#leftcontent {
	min-height:300px;
    height:auto !important;
    height:300px; 
	background: #89BBBB;
	margin:10px 10px 10px 10px;
	padding:15px 5px 5px 5px;
}
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:70%; 
 }
#maincontent {
	min-height:300px;
    height:auto !important;
    height:300px; 
    background: #FFFFFF;
/*	background: #C4DDDD;*/
	margin:10px 10px 10px 10px;
	padding:15px 5px 5px 15px;
}


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  

