﻿*
{
	margin:			0;
	padding:		0;
}
body
{		
	background-color:				#e7e5e6;
	font-family:					"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:						13px;
}
#outerContainer
{
	width:							800px;
	margin:							0 auto;
	margin-top:						20px;
}
#leftWing
{
	width:							50px;
	height:							500px;
	background-image:				url('images/leftwing.jpg');
	float:							left;
}
#rightWing
{
	width:							50px;
	height:							500px;
	background-image:				url('images/rightwing.jpg');
	float:							left;
}
#container
{
	width:							700px;
	float:							left;
}
#header
{
	height:							85px;
}
#header h1
{
	background-image:				url('images/karenLogo.jpg');
	width:							160px;
	height:							75px;
	text-indent: 					-9999px;
	float:							left;
}
#header div
{
	float:							right;
}
#header p
{
	margin-top:						00px;
	text-align:						right;
	font-family:					Arial, Helvetica, sans-serif;
	font-weight:					lighter;
	font-size:						15px;
	color:							blue;
}
#header p a
{
	color:							#333333;
	text-decoration:				none;
}
#header p a:hover
{
	text-decoration:				underline;
}
#header h2
{
	margin-top:						40px;
	width:							400px;
	font-family:					Arial, Helvetica, sans-serif;
	font-weight:					lighter;
	font-size:						18px;
	color:							#2B5061;
}
#header h2 em
{
	font-style:						normal;
	color:							#BA9E8B;
}
#content
{
	background-color:				#FFFFFF;
	padding-top:					20px;
}
div.quote
{
	width:							660px;
	height:							361px;
	background-image:				url('images/quotebg.jpg');
	background-repeat:				no-repeat;
	margin:							0 auto;
}
div.quote blockquote
{
	width:							380px;
	margin-left:					50px;
	padding-top:					250px;
}
div.quote blockquote p
{
	font-style:						italic;
	font-weight:					bold;
	font-size:						20px;
}
div.minContent
{
	padding-left:					20px;
	padding-right:					20px;
	padding-top:					10px;
	padding-bottom:					10px;
	overflow:						auto;
}
div.minContentLeft
{
	width:							240px;
	float:							left;
}
div.minContentLeft p
{
	margin-bottom:					5px;
}
div.minContentLeft p a img
{
	border-style:					none;
}

form
{
	background-color:				#F6FABB;
	padding-bottom:					10px;
}
form p.instructions
{
	color:							#9F785E;
	font-weight:					bold;
	padding-top:					10px;
}
form p
{
	padding-left:					10px;
	padding-right:					10px;
}
form p input
{
	border-style:					solid;
	border-color:					#999999;
	border-width:					1px;
	background-color:				#FFFFFF;
	font-family:					"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:						13px;
	width:							215px;
}
form textarea
{
	border-style:					solid;
	border-color:					#999999;
	border-width:					1px;
	background-color:				#FFFFFF;
	width:							215px;
	margin-left:					10px;
	font-family:					"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:						13px;
	height:							80px;
	margin-bottom:					10px;
}
form p input.button
{
	width:							100px;
}

form p input.button:hover
{
	background-color:				#ddeaf8;
}
div.minContentRight
{
	width:							400px;
	float:							right;
}
div.minContentRight p a img
{
	border-style:					none;
}
p.textTitle
{
	color:							#9F785E;
	font-size:						18px;
	padding-bottom:					10px;
}
p.normalText
{
	margin-bottom:					15px;
}
p.normalText strong
{
	color:							#2579CC;
}

#footer
{
	background-color:				#B3B0A1;
	height:							120px;
	margin-bottom:					20px;
}
#footer h2
{
	font-family:					Arial, Helvetica, sans-serif;
	font-weight:					lighter;
	font-size:						18px;
	color:							#FFFFFF;
	padding-top:					35px;
	text-align:						right;
	padding-right:					20px;
}
#footer h5 em
{
	font-style:						normal;
}
#footer h5
{
	font-family:					Arial, Helvetica, sans-serif;
	font-weight:					lighter;
	font-size:						10px;
	color:							#FFFFFF;
	text-align:						right;
	padding-right:					20px;
}
#footer h2 a, #footer p a
{
	color:							#FFFFFF;
}
#footer p
{
	font-family:					Arial, Helvetica, sans-serif;
	font-weight:					lighter;
	font-size:						9px;
	color:							#FFFFFF;
	padding-top:					25px;
	text-align:						right;
	padding-right:					20px;
}
#footer p a img
{
	border-style:					none;
}