/*******GENERAL STYLES*******/

* {
	margin:0;
	padding:0;
	}

body { 
	margin: 50px auto;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	color:#1f1f1f; 
	height:100%;
	width: 960px;
	}

	p { 
	margin: 0; 
	line-height:140%;
	padding-bottom:12px;
	}
	
	a{
	color:#3366FF;
	text-decoration:none;
	border-bottom: 1px dotted #3366FF;
	}
	
	a:hover{
	color:#002EB8;
	border-bottom:1px solid #002EB8;
	}



/********MAIN CONTENT AREA******/


#content-wrap{
	padding:10px;
	}
	
	#content{
	margin: 0 350px 0 0; 
	/* This makes the 2-column work. Without it, the content will float around the sidebar, an NOT look like a 2-Col*/
	}
	
	p.headline{
	padding:0;
	font-weight:bold;
	font-size:28px;
	margin: 0 0 20px 0;
	}
	
	p.tagline{
	padding:0;
	font-size:17px;
	font-weight:bold;
	color:#000066;
	}
	
	ul{
	list-style-position:inside;
	margin-bottom:10px;
	background: #eee;
	border-top:4px solid silver;
	border-bottom:4px solid silver;
	border-left:1px solid silver;
	border-right:1px solid silver;
	}

	ul li{
	margin-bottom:5px;
	padding:8px;
	}
	
	

/*******SIDEBAR OPTIN Styles*********/	

#sidebar{
	float: right;
	width: 297px;
	background: #eee;
	border: 1px solid silver;
	text-align: center;
	}
	
	#sidebar p.sidebarheadline{
	font-family:Tahoma,Verdana, sans-serif;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	color:#cc0000;
	padding:10px;
	}
	
	#sidebar p.sidebarcontent{
	font-family:Arial,verdana,sans-serif;
	font-size: 15px;
	text-align:justify;
	line-height:120%;
	color:#1f1f1f;
	padding:8px;
	margin-bottom:10px;
	}
	
	form{
	margin-bottom:20px;
	}
	
	form input[type=text]{
	font-size:14pt;
	background:#fff;
	border:1px solid silver;
	}
	
	input[type=submit]{
	margin-top:10px;
	}
	
	
/*********FOOTER Styles***********/


#footer{
	margin: 30px 0 -38px 0;
	font-family:Georgia, serif;
	color:#5c5c5c;
	font-size:13px;
	}
	
	#footer a:last{
	margin-right:10px;
	}
