body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center; /* centers wrapper div in older IE */
	background: #FFF;
}

#top {
	position: relative;
	top: -100px;
}

#wrapper {
	text-align: left; /* puts text align back to normal */
	width: 635px;
	border: 1px solid #333;
	margin: 25px auto;
	background: #EEE;
}

#branding-photo {
	width: 184px;
	float: left;
}

#branding-photo img {
	width: 184px;
	height: 226px;
}


#content-wrapper {
	width: 447px;
	float: left;
	border-left: 1px solid #333;
	background: #FFF;
}

#content {
	padding: 25px 38px 40px 38px;
	color:#333;
}

img#logo {
	margin: 0 0 1em 0;
}

ul.nav-global {
	list-style: none;
	margin: 1em -1em 2.5em 0;
	padding: 0;
	font-size: .8em;
	zoom:1; /*fixes background clipping caused by negative margins in Win IE 6*/
}

#content ul.nav-global li {
	display: inline;
	margin: 0 0.05em;
}

#content ul.nav-global a:link { text-decoration:none; color: #333;}
#content ul.nav-global a:visited { text-decoration:none; color: #333}
#content ul.nav-global a:hover { text-decoration:underline; color: #C74A34;}
#content ul.nav-global a:active { text-decoration:underline; color: #000;}

ul.nav-pagesections {
	line-height: 1.5em;
	margin-left: 1.5em;
	padding-left:0;
	padding-right:0;
}

#content ul.nav-pagesections a {padding: 1px;}
#content ul.nav-pagesections a:link {text-decoration:none;}
#content ul.nav-pagesections a:visited {text-decoration:none;}
#content ul.nav-pagesections a:hover {color:#FFF;text-decoration:none; background: #C74A34;}
#content ul.nav-pagesections a:active {text-decoration:underline;}


#content h1 {
	font-size: 1.8em;
	color: #C74A34;
	font-weight:normal;
	}

#content h2 {
	font-size: 1.4em;
	color: #C74A34;
	font-weight:normal;
}

#content h3 {
	font-size: 1.2em;
	color: #C74A34;
	font-weight:normal;
}

#content h4 {
	font-size: 1em;
	color: #C74A34;
	font-weight:normal;
}

#content p {
	line-height: 1.5em;
	margin-right: 8px;
}

#content li {
	margin-right: 8px;
}

#content ol {
	line-height: 1.5em;
	margin-left: 1.5em;
	padding-left:0;
	padding-right:0;
}

#content ol li {
	margin-bottom: 1em;
}

#content ol.approach li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
	}


.toplink {
	float:right;
	display: block;
	margin: -12px -12px 0 5px;
	height: 20px;
	width: 30px;
}

.toplink span {
	position:absolute;
	left: 5000px;
}


#content a:link {color: #C74A34; text-decoration:none;}
#content a:visited {color:#C74A34/*#7744AA*/; text-decoration:none;}
#content a:hover {color:#C74A34; text-decoration:underline;}
#content a:active {color: #111; text-decoration:underline;}

#branding-tagline {
	display: none;
		}

#footer {
	clear: both;
	height: 1px;
	background: #FFF;
}
