* 	{
	margin: 0px;
	padding: 3px;
	border: 0px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}
body	{
	background: #white;
	}
	
/* Template IDs */
#layout_wrapper {
	background: white;
	width: 800px;
	margin: 0 auto;
	border: 1px solid #444444;
	}
#login	{
	width: 160px;
	height: 80px;
	margin-right: 1px;
	
	}
#sales_graphic {
	background: #efefef;
	width: 800px;
	float: left;
	}
#main_content {
	width: 530px;
	padding: 0px 10px 0px 15px;
	float: left;
	}
#sec_content {
	background: #efefef;
	width: 170px;
	margin: 25px 30px 10px 0px;
	padding: 5px 5px 5px 10px;
	float: right;
	}		
#copyright {
	width: 605px;
	height: 25px;
	padding: 0px 65px 0px 75px;
	color: #000088;
	font-size: 9px;
	text-align: center;
	clear: both;
	} 

a { font-family: Arial; color:#EE0000; font-weight: bold;  font-size:11px; }
a:hover { font-family: Arial; color:#000000; font-weight: bold; font-size:11px; }
		
/* Text */	
p	{
	margin: 10px;
	}
p.emphasize {
	padding-top: 15px;
	color: #000088;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	}
p.emphasize2 {
	text-align: center;
	color: #0000cc;
	font-size: 13px;
	font-style: oblique;
	}
blockquote {
	border-top: 1px solid #0000cc;
	border-bottom: 1px solid #0000cc;
	margin: 25px 100px;
	padding: 3px 0px;
	}
blockquote p {
	color: #000088;
	padding: 0px;
	font-size: 9px;
	font-style: oblique;
	}
	
/* Forms */	
#login form {
	width: 160px;
	margin: 1px;
	text-align: left;
	}
#login a {
	font-size: 9px;
	color: #36c;
	}
#login .in {
	border: 1px solid #ccc;
	margin-bottom:1px;
	height: 12px;
	width: 80px
	}
#login label {  
	width: 75px;
	font-weight: bold;
	text-align: left;
	
	font-size:9px
	}
.email	{
	width: 300px;
	text-align: center;
	margin: 10px auto;
	border: 1px solid #0000cc;
	background: #bbbbbb;
	padding: 10px;
	}
.email h3 {  
	color: #000000;
	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('http://orders.hdpublishing.net/images/NDLE/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;
	}