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

/*MAIN*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666; /*dark gray*/
	text-align: center;
	line-height: 16px;
	}

/*STRUCTURE*/
.container {
	width: 650px;
	height: 650px;
	margin: 0px auto;
	}

.header {
	width: inherit;
	height: 75px;
	margin-bottom: 10px;
	}

.logo {
	float: left;
	width: 115px;
	height: 75px;
	margin-right:10px;
	background: url("images/featherlogo.gif") no-repeat bottom right;
	}
	
.namelogo {
	float: right;
	width: 525px;
	height: 75px;
	background: url("images/ruthchangheader.gif") no-repeat bottom left;
	}

.main {
	width: inherit;
}

#contentheight {
	height: 200px; /* for IE */
	min-height: 200px; /* for not-IE */
	}

html>body #contentheight {
	height: auto; /* for not-IE */
	}

.nav {
	margin-top: 0px;
	padding: 0px;
	float: left;
	width: 115px;
	text-align: right;
	margin-right: 10px;
	font-size: 12px;
	text-transform: uppercase;
	}
	
.content {
	float: right;
	width: 514px;
	padding-left: 10px;
	text-align: left;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #cccccc; /*25% gray*/
}

/*NAVIGATION STYLES*/
.nav a {
	margin: 0px;
	padding: 0px;
	color: #666666; /*dark gray*/
	text-decoration: none;
	}
	
.nav a:hover {
	margin: 0px;
	padding: 0px;
	color: #3a8c37;
	}

.nav a:active {
	margin: 0px;
	padding: 0px;
	color: #4f818c;
	}

a:hover {
	color: #3a8c37;
	}

a:active {
	color: #4f818c;
	}

/*TEXT STYLES*/
h1, h1 a {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #3a8c37; /*bright green*/
	text-decoration: none;
	}

h2, h2 a {
	margin-top: 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #3a8c37; /*bright green*/
	text-decoration: none;
	}

h3, h3 a {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #4f818c; /*light blue*/
	text-decoration: none;
	}

h4, h4 a {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #666666; /*dark gray*/
	text-decoration: none;
	}

h5, h5 a {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #3a8c37; /*brightgreen*/
	text-decoration: none;
	}

p {
	margin-top: 0px;	
	}

/*TABLES*/
table {
	margin: 0px;
	cell-padding: 50px;
	}

tr {
	vertical-align: top;
	}

/*MISCELLANEOUS*/
	

