* 	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}
body	{
	background: #cccccc;
	}
	
/* Template IDs */
#layout_wrapper {
	background: #32586f;
	width: 800px;
	margin: 0 auto;
	border: 1px solid #bbb;
	}
#logo	{
	width: 550px;
	float: left;
	}
#logo img {
	margin: 10px;
	}
#login	{
	width: 300px;
	height: 70px;
	background-color: #32586f;
	border-bottom: 2px solid #cccccc;
	xborder-top: 2px solid #cccccc;
	float: right;
	}
#sales_graphic {
	background: black;
	border-top: 2px solid #002e5f;
	border-bottom: 2px solid #002e5f;
	width: 800px;
	float: left;
	}
#main_content {
	width: 500px;
	float: left;
}
.form_box {
	width: 500px;
	border-top: 1px solid #002e5f;
	border-bottom: 1px solid #002e5f;
	float: left;
	}
.text_block {
	width: 480px;
	padding: 0px 10px 0px 10px;
	background: #ffffff;
	float: left;
	}
#sec_content {
	background: #32586f;
	color: #ffffff;
	width: 280px;
	border-bottom: 2px solid #cccccc;
	padding: 10px;
	float: right;
	clear: right;
	}
.testimonial {
	background: #32586f;
	color: #ffffff;
	width: 280px;
	border-bottom: 2px solid #cccccc;
	padding: 10px;
	float: right;
    clear: right;
}	
#copyright {
	width: 800px;
	background: #eeeeee;
	padding-top: 10px;
	height: 25px;
	color: #32586f;
	font-size: 9px;
	text-align: center;
	clear: both;
	overflow: hidden;
	} 
		
/* Text */	
p	{
	margin: 10px;
	}
p.emphasize {
	padding-top: 15px;
	color: #002e5f;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	}
p.emphasize2 {
	text-align: center;
	color: #777777;
	font-size: 13px;
	font-style: oblique;
	}
blockquote {
	margin: 15px 10px;
	padding: 3px 0px;
	}
blockquote p {
	color: #ffffff;
	padding: 0px;
	font-size: 9px;
	font-style: oblique;
	}
	
/* Forms */	
#login form {
	width: 230px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	}
#login a {
	font-size: 9px;
	color: #36c;
	}
#login .in {
	border: 1px solid #ccc;
	margin-bottom:3px;
	height: 15px;
	width: 100px
	}
#login label {  
	width: 75px;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
	float: left;
	font-size:9px
	}
.email	{
	width: 480px;
	text-align: center;
	xmargin: 10px auto;
	background: #eee;
	padding: 10px;
	}
.email h3 {  
	color: #002e5f;
	font-size: 13px;
	margin: 5px auto;
	text-align: center;
	font-weight: bold;
	}
.email label {  
	width: 75px;
	text-align: right;
	font-size: 13px;
	}
.email .in {
	border: 1px solid #ccc;
	height: 20px;
	margin-bottom: 3px;
	width: 200px;
	}


/* Lists */
.text_block ul {
	margin: 25px 100px;
	padding: 0px;
	}
.text_block li {
	margin: 10px 5px 5px 5px;
	xpadding: 0px 0px 0px 0px;
	font-size: 11px;
	font-style: oblique;
	}
#sec_content ul {
	margin: 5px;
	}
#sec_content li {
	font-size: 11px;
	margin-top: 5px;
	margin-left: 20px;
	font-size: 11px;
	color: #ffffff;
	}

