* 	{
	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: #bbbbbb;
	}
	
/* Template IDs */
#layout_wrapper {
	background: white;
	width: 800px;
	margin: 0 auto;
	border: 1px solid #444444;
	}
#login	{
	width: 250px;
	height: 70px;
	margin-right: 15px;
	float: right;
	}
#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;
	} 
		
/* 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: 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 #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;
	}

