@charset "utf-8";
/* CSS Document */

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visted { text-decoration: none; }
a:hover { text-decoration: underline; }

body,  html {
	margin: 0px;
	padding: 0px;
	background: #ffffff url('images/bg.jpg') repeat-x;"
}

body, div, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003355;
}

div.header {
	height: 50px;
	width: 100%;
	
	background: url('images/header_bg.jpg') repeat-x;
	margin: 0px;
	padding: 0px;
}

div.header_right_container {
	height: 100px;
	width: 500px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	
	float: right;
	background: url('images/business_plan_bg.png') no-repeat;
	text-align: left;
}

	div.header_right {
		margin: 0px;
		padding: 12px;
	}

	div.header_right, div.header_right td {
		font-size: 10px;
		font-weight: bold;
		color: #ffffff;
	}


	img.header_logo {
		padding: 0px;
		margin: 0px;
		float: left; 
		border: 0px;
	}
	
	img.header_img_right {
		padding: 0px;
		margin: 0px 25px 0px 0px;
		float: right;
		border: 0px;
	}

div.content {
	width: 980px;
	height: auto;
	text-align: left;
	
	background: #ffffff;
	padding: 10px;
	border: 1px solid #ccddee;
}

div.content_stage_container {
	width: 800px;
	min-height:300px;
	
	padding: 0px;
	margin: 0px;
	
	background: url('images/stage_bg.png') repeat-y;
	background-position: top center;
}
	
	div.content_stage {
		padding: 10px 20px 10px 30px;
		text-align: left;
		
	}
	
	div.signUp_container {
		width: 300px;
		height: auto;
		float: right;
		
		border: 1px solid #ffffff;
		
		background: url('images/signup_bg.jpg') repeat-y;
		padding: 0px;
		margin: 0px;
	}
	
		div.signUp_box {
			padding: 10px;
			margin: 0px;
			color: #ffffff;
			font-size: 10px;
		}
		
	
h1 {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 24px;
	color: #002244;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	margin: 0px 50px 10px 0px;
	color: #224466;
	font-family: Arial, Helvetica, sans-serif;
}