/*# represents a contextual class*/
#navigation
{
	height: 100px;
	width: 800px;
	margin: 0 6px;
	text-align:left;
}

#menu li
{
	display: inline;
	margin: 0;
}
#menu a:active
{
	font-weight: bold;
	margin: 0;
}

#menu
{
	float:right;
	top: 70%;
	position: relative;
	word-spacing: 8px;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	font-size: 68%;
}

#banner
{
	background: #ffffff url(images/people_banner_07.jpg) no-repeat;
	margin: 0 5px;
	padding: 25px 35px 0px 35px;
	height: 200px;
	width: 730px;
	text-align:left;
}
#banner a {
	color: White;
	font-weight: bold;
}
#sections
{
	text-align: left;
	width: 812px;
}


#section1,#section2,#section3
{
	border: solid 1px #faf18d;
	padding: 10px; 
	margin: 5px 3px 0 3px;
	background-color: #ffffff;
	width: 240px;
	height: 340px;
	float:left;
	font-size: 85%;
}

#spacer
{
	padding-right: 35px;
	width: 765px;
	text-align: right;
	margin: 0 6px;
}
 
#footer
{
	height: 66px;
	width: 800px;
	margin: 0 6px;
	background-color: #faf18d;
	text-align:left;
}

#footerLinks
{
	top: 20%;
	float:right;
	position: relative;
	word-spacing: 8px;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	font-size: 68%;
	padding-right: 10px;
}
#footerLinks a:active
{
	font-weight: bold;
	margin: 0;
}
#footerLinks li
{
	display: inline;
	margin: 0;
}
#bannerText
{
	color: #ffffff;
	width: 300px;
	font-size: 74%;
	float:left;
}

#bannerText h1
{
	text-transform: uppercase;
	color: #ffffff;
	width: 300px;
	border: 0px;
	font-size: 150%;
}
/*ID or Class Styles*/
.story
{
	border: solid 1px #176761;
	width: 30%;
	padding: 7px;
	float:left;
}

.copyright
{
	padding-left: 15px;
	top: 20%;
	position: relative;
	text-transform:uppercase;
	font-size: 68%;
}

.large
{
	font-size: 200%;
	font-weight:lighter;
}

.readOnTag
{
	padding-top: 10px;
	position: relative;
	left: 15%;
	width: 300px;
	font-size: 115%;
	vertical-align: middle;
}

/*html elements*/
a
{
	color: #666666;
	text-decoration: none;
}

p
{
	font-size: 90%;
	line-height: 1.4;
	padding-left: 1.4;
	margin: 0;
	padding-bottom: 7px;
}

h1,h2
{
	text-transform: lowercase;
	color: #555555;
	font-weight: normal;
	font-family: Verdana,Arial;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #555555;
	padding: 0 0 2px 0;
}
h1{font-size: 130%;}
h2{font-size: 115%;}

/*Standard Setup*/
body
{
	background-color: #ffffff;
	color: #000000;
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS,Verdana,Arial;
	text-align: center;
}

/*setting font size*/
body
{
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
}

html>body 
{
	font-size: medium;
}


