* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* end hide */

body {
	text-align: center;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#frame {
	width: 500px;
	text-align: left;
	border: 10px solid #000000;
	margin: 0 auto;
	min-height: 368px;
	height: auto !important;
	height: 368px;
	padding: 35px 40px 35px 40px;
	background: #FFFFFF url(/images/bio_background.jpg) no-repeat bottom center !important;
}
#biopic {
	display: block;
	width: 190px;
	height: 200px;
	margin: 0px 12px 5px 0px;
	border: 1px solid #CCCCCC;
	float: left;
}
	#biopic img {
		display: block;
		width: 170px;
		border: 0px;
		height: 170px;
		margin: 10px 0px 0px 10px;
		border-bottom: 10px solid;
		border-bottom-color: #005486;
	}

#spstorypic {
	display: block;
	width: 125px;
	height: 135px;
	margin: 0px 12px 5px 0px;
	border: 1px solid #CCCCCC;
	float: left;
}
	#spstorypic img {
		display: block;
		width: 105x;
		border: 0px;
		height: 105px;
		margin: 10px 0px 0px 10px;
		border-bottom: 10px solid;
		border-bottom-color: #005486;
	}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #005486;
}

h3 {
	font-size: 13px;
	color: #9D9FA1;
	font-weight: normal;
	letter-spacing: 0.25px;
}

#email_button {
	display: block;
	width: 56px;
	height: 20px;
	margin: 5px 0px 5px 204px;
	background: url(/images/email_button.png);
	background-color: #00ADEF;
}
	#email_button:hover {
		background-color: #CCCCCC;
	}
	#email_button span {
		visibility: hidden;
	}
			
.content {
	font-size: 11px;
	line-height: 16px;
	padding-right: 10px;
}
.content p {
	margin-top: 4px;
}
	.content a {
		font-weight: bold;
	}
	.content a:hover {
		text-decoration: underline;
		color: #000000 !important;
	}
	.content ul {
		margin: 7px 0px 0px 15px;
	}
	.content ol {
		margin: 7px 0px 0px 22px;
	}

#send_email {
	background: #F2F2F2 url(/images/drop_bg.gif) no-repeat top right;
	padding: 18px 20px 18px 20px;
	width: 460px;
	font-size: 11px;
	margin: 0 auto;
}

#send_email h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size:12px;
	width: 250px;
	margin-bottom: 10px;
	color: #00ADEF;
}

#send_email label {
	display: block;
	color: #808284;
	margin: 5px 0px 3px 0px;
}

#send_email input, #send_email textarea, #send_email select {
	display: block;
	background: #E5E5E5 url('/images/input.gif');
	border: none;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 3px 2px 3px;
} 
.send {
	display:block;
	width:44px;
	height:20px;
	background-image: url("/images/send_button.png");
	margin-top: 10px;
	background-color: #FFC20E;
}
	.send:hover {
		background-color: #00ADEF; /*color1*/
	}
#newsletter_signup {
	background: #F2F2F2 url(/images/drop_bg.gif) no-repeat top right;
	padding: 18px 20px 18px 20px;
	width: 460px;
	font-size: 11px;
	margin: 40px auto 0px auto;
}

#newsletter_signup h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size:12px;
	width: 250px;
	margin-bottom: 10px;
	width: 300px;
	color: #00ADEF
}
	#newsletter_signup .content {
		margin-top: 10px;
	}
	#newsletter_signup h2 span {
		display: block;
		font-weight: bold;
		color: #AAAAAA !important;
	}

#newsletter_signup label {
	display: block;
	color: #808284;
	margin: 5px 0px 3px 0px;
}

#newsletter_signup input, #newsletter_signup select {
	display: block;
	background: #E5E5E5 url('/images/input.gif');
	border: none;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 3px 2px 3px;
} 
.submit {
	display:block;
	width:57px;
	height:20px;
	background-image: url("/images/submit_button.png");
	margin-top: 10px;
	background-color: #00ADEF;
}
	.submit:hover {
		background-color: #CCCCCC;
	}
#confirmation_box {
	background: #F2F2F2 url(/images/drop_bg.gif) no-repeat top right;
	padding: 18px 20px 18px 20px;
	width: 460px;
	height: 130px;
	font-size: 11px;
	margin: 90px auto 0px auto;
}

#confirmation_box h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size:12px;
	width: 250px;
	margin-bottom: 10px;
	width: 300px;
	color: #00ADEF;
}
	#confirmation_box .content {
		color: #808284 !important;
		width: 305px;
		
	}
		.content a { color: #00ADEF !important; }