* 	{
	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: #cde8fb url('bodybg.gif') repeat;
	}
	
/* Template IDs */
#layout_wrapper {
	background: white;
	width: 800px;
	margin: 0 auto;
	border: 1px solid #bbb;
}
#ie6only #layout_wrapper {
	background: white;
	width: 800px;
	margin: 0 auto;
	border: 1px solid #bbb;
}
#logo	{
	width: 550px;
	float: left;
	}
#logo img {
	margin: 10px;
	}
#login	{
	width: 250px;
	height: 70px;
	float: right;
	}
#sales_graphic {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	background: black;
	width: 800px;
	float: left;
	}
#main_content {
	width: 580px;
	Xwidth: 570px;
	float: left;
}
#sec_content {
	background: #ddd;
	width: 180px;
	Xwidth: 170px;
	margin: 10px;
	padding: 10px;
	float: right;
}
#is_ie #sec_content {
	background: #ddd;
	width: 180px;
	Xwidth: 170px;
	margin: 10px 0 10px 0;
	Xpadding: 10px;
	float: right;
}
#copyright {
	width: 800px;
	color: #36c;
	font-size: 9px;
	padding: 10px 0;
	text-align: center;
	clear: both;
	overflow: hidden;
	}
#copyright a {
	color: #36c;
}
		
/* Text */	
p	{
	margin: 10px;
	}
p.emphasize {
	padding-top: 15px;
	color: #c00;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	}
p.emphasize2 {
	text-align: center;
	color: #36c;
	font-size: 13px;
	font-style: oblique;
	}
blockquote {
	border-top: 1px solid #36c;
	border-bottom: 1px solid #36c;
	margin: 25px 100px;
	padding: 3px 0px;
	}
blockquote p {
	color: #36c;
	padding: 0px;
	font-size: 9px;
	font-style: oblique;
	}
a#premium_services {
        color: #c00;
        font-size: 13px;
        font-weight:bold;
        text-align: center;
        text-decoration:underline;
}
.premium_services {
	text-align: center;
}	
/* Forms */	
#login form {
	width: 230px;
	margin: 10px;
	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;
	float: left;
	font-size:9px
	}
.email	{
	width: 300px;
	text-align: center;
	margin: 10px auto;
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
	}
.email h3 {  
	color: #c00;
	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 */
#main_content ul {
	list-style-type: none;
	margin: 25px 100px;
	padding: 0px;
	}
#main_content li {
	background: url('bullet_glass.gif') left top no-repeat; 
	margin: 10px 5px 5px 5px;
	padding: 0px 0px 0px 20px;
	font-size: 11px;
	font-style: oblique;
	}
#sec_content ul {
	margin: 10px;
	}
#sec_content li {
	font-size: 11px;
	margin: 5px;
	font-size: 11px;
	}


