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

/* 	INSTRUCTIONS */
/*	Follow the simple instructions listed within the style sheet, 
	each item that requires action is marked as follows: [task]		*/

/* A very simple CSS reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #E4F0CE;
	font-family: Futura, Arial, Helvetica;
	font-style: normal;
	background-image: url(2010/bkgrdpattern4.png);
	margin-top: 20px;
	background-repeat: repeat;
}

a {
	color: #FF9900;
	text-decoration: none;
	border-bottom: 0px dotted;
}
a:visited {
	border-bottom: 0px #becfa9 solid;
}
a:hover {
	border-bottom: 0px solid;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Futura, Arial, Helvetica;
	font-style: normal;
	color: #4f879d;
}
h1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
}
h4 {
	font-size: 13px;
	line-height: 18px;
}
h5 {
	font-size: 12px;
	line-height: 18px;
}
h6 {
	font-size: 12px;
	line-height: 16px;
}

/* Header Area Styles */
div#header {
	height: 75px;
	width: 900px;
	margin-left: 20px;
}

a#logo {
	background: url(2010/header.png) 0 0 no-repeat;
	width: 650px;
	height: 50px;
	overflow: visible;
	display: block;
	position: inherit;
	top: 60px;
	left: 25px;
	border: none;
}

/* Main Stage Area Styles */
div#stage {
	width: 900px;
	margin-left: 20px;
}

div#SideLogo {
	background: url(2010/sidelogoting.png) 0 0 no-repeat;
	width: 150px;
	float: left;
	height: 300px;
}
	div#SideLogo ul {
		font-family: Futura, Arial, Helvetica;
		margin: 0 0 0 30px;
		list-style-type: none;
	}
	div#SideLogo ul li {
		font-size: 13px;
		line-height: 22px;
	}
	div#SideLogo ul li a {
		font-weight: bold;
		border: none;
	}
	div#SideLogo ul li a:hover {
		border-bottom: 1px dotted;
	}

div#content {
	background: url(2010/Content750c.png) 0 0 no-repeat;
	width: 750px;
	float: left;
}

	
div#articles {
	width: 600px;
	float: left;
	padding: 0 10px 15px 15px;
	height: 490px;
	overflow: scroll;
}
	div#articles p {
		margin: 0 0 12px 8px;	
	}
	div#articles h1 {
		margin: 40px 0 6px 8px;
	}
	div#articles h2 {
		margin: 60px 0 6px 8px;
	}
	div#articles h3 {
		margin: 0 0 0 8px;
	}
	div#articles h3 a {
		border: none;	
	}
	div#articles h3 a:hover {
		border-bottom: 1px dotted;	
	}
	
div#testimonials {
	width: 110px;
	float: right;
	margin: 100px 10px 0px 5px;
	height: 153px;
}
	div#testimonials h4 {
	font-size: 14px;
	margin: 10px 8px 0 9px;
	}
	div#testimonials p.testimony {
		margin: 0 12px 4px 0;
		padding: 0px 0 0 0px;
		font-size: 12px;
		color: #7e7e7e;
	}
	div#testimonials p.source {
		margin: 0 0 0 8px;
		font-family: Futura, Arial, Helvetica;
		font-style: italic;
		font-size: 12px;
	}

	
/* Footer Area Styles */
div#footer {
	font-family: Futura, Arial, Helvetica;
	font-size: 14px;
	background: url(2010/footer750c.png) 0 0 no-repeat;
	color: #32424C;
	width: 750px;
	height: 50px;
	margin: 0 0 0px 170px;
	text-align: center;
}
	div#footer h6 {
	margin: 0px 0 0px 0;
	padding: 20px 0 0px 0;
	}

