body {
	font:  75% Verdana, Arial, Helvetica, sans-serif;
	background-color: #C0C7B9;
}

h1 {
	font-size: 14px;
	font-weight: normal;
}

a:link, a:visited {
	color:#000000;
	font-weight: normal;
	text-decoration: underline;
	border-style: none;
}

a:hover {
	color:#FF0000;
	border-style: none;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #000000;
	padding: 0 0 5px 0;
}

/* Layout
=======================*/

body {
	text-align: center;
	min-width: 900px;
}

#wrapper {
	width: 900px;
	margin: 40px 40px 40px 40px;
	text-align: left;
	background: #C0C7B9;
	
}

#logo {
	
	margin-top: 0px;
	width: 900px;
	float: left;
	z-index: 4;
}


#pagetitle {
	float: left;
	width: 740px;
	color: #4f4f4f;
	padding: 25px 0 20px;
	font: 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#subNav {
	width: 200px;
	float: left;
	border-right-color: #666666;
	border-right-width: 1px;
}

#content {
	width: 650px;
	margin-top: 0px;
	margin-left: 225px;
}

#mainContent {
	width: 600px;	
	float: left;
	font-size: 1em;
	color: #000000;
	margin: 0px 0px 25px;
	border-left: 1px solid #646464;
	padding: 0 35px 22px 20px;
}


#secondaryContent {
	width: 130px;
	float: right;		
	font-size: .85em;
	color: #000000;
}

#footer {
	margin-left: 10px;
	height: 37px;
	clear: both;
	font-size: .85em;
	line-height: 8px;
	padding: 10px 18px 10px 0px;	
}

#footer a:hover {
	color: #666666;
}



/* VIEW OPTIONS */

#viewingOptions {
	width: 550px;
	padding: 25px 0 2px;
	font-size: 80%;
}

#viewingOptions p {
	display: block;
	float: left;
	padding: 0em;
	margin: 0em 0.5em 0em 0em;
}
#viewingOptions a:link, #viewingOptions a:visited {
	text-decoration: none;
	color: #000000;
}
#opts {
	color: #000000;
}
#optionsList  {
	display: block;
	float: left;
	visibility: hidden;
}
#optionsList p {
	padding: 0em;
	margin: 0em 0.5em 0em 0em;
}
#optionsList p a:link, #optionsList p a:visited {
	text-decoration: none;
	color: #000000;
}
#optionsList p a:hover, #optionsList p a:visited:hover {
	text-decoration: underline;
	color: #FF0000;
}

#viewoptions a:hover {
	color: #FF0000;
}

/* END VIEW OPTIONS */


#copyright {
	text-align: left;
	font-size: .8em;
	color: #000000;
	padding: 10px 0 0 0;
}

#copyright a:link{
	text-align: left;
	font-size: .85em;
	color: #000000;
	padding: 10px 0 0 0;
}

/* General Styles
=======================*/




/* subNav */

#subNav {
	color: #OOA8FF;	
}

#subNav a:link, #subNav a:visited {
	text-decoration: none;
	color: #000000;
}

#subNav a:hover {
	color: #FF0000;
}

#subNav ul {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
}

#subNav li {
	background: #C0C7B9;
}

#subNav li a {
	display: block;
	margin: 0;
	font-size: 1em;
	height: 60%;
	width: 200px;
	padding: 10px 0 0;
}

.principles_thumbs {
	padding: 20px;
	text-align: center;
}

.image_left {
	float: left;
	padding-right: 50px;
	padding-bottom: 20px;
	clear: both;
	padding-left: 50px;
	border-style: none;
}

img
{  border-style: none;
}

#top_logos {
	text-align: right;
	padding: 5px;
}

.top_logo {
	padding-left: 20px;
}


