body {
	margin: 0em;
	padding: 0em;
	font-size: 100%;
	text-align: center;
	background-color: #5C5D5F;
}

#container {
	position: relative;
	margin: 0em auto;
	width: 840px;
	text-align: center;
}

/* general */

p,ul,td {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	vertical-align: top;
	text-align: left;
}

p.nopad {
	margin: 0px;
	padding:0px;
}

h1 {
	padding: 0px 0px 0px 17px;
	font-size: 120%;
}

h2 {
	margin-bottom: 0px;
}

a {
	text-decoration: none;
	color: White;
}

/* top banner */

td.spacer {
	width: 50px;
}

td.top-banner {
	width: 740px;
	height: 26px;
	background-color: #79867F;
	vertical-align: middle;
	padding-left:12px;
	font-size: 70%;
	font-weight: bold;
}

td.logo {
	padding-top: 83px;
}

/* main navigation */

td.menuarea {
	background: #A3AAA5 url(../images/menu-corner.gif) no-repeat bottom;
}

#leftnav { 
	margin: 0px; 
	padding: 0px; 
	width: 170px; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	color: white;  
	font-weight: bold;
}
#leftnav ul {
	margin: 0px; 
	padding: 0px; 
	border: 0px;  
	list-style-type: none;
}
#leftnav li {
	margin: 0px;
	border-bottom: white 1px solid;
	font-size: 11px;  
	color: white; 
}

#leftnav li a {
	padding: 5px 0px 5px 13px; 
	display: block; 
	background-color: #A3AAA5;   
	width: 100%; 
	font-size: 11px;
	color: white;
	text-decoration: none;
}

#leftnav li a:hover {
	background-color: #C5CACE;
	font-size: 11px; 
	color: white; 
}

li.selected {
	padding: 5px 0px 5px 13px;
	background-color: #C5CACE;
}

/* location image */

td.location {
	width: 50px;
	height: 285px;
	vertical-align: bottom;
}

/* general content */

table.content {
	background-color: #79867F;
	height: 285px;
	width: 570px;
	line-height: 115%;
}

table.content a {
	font-weight: bold;
}

table.content a:hover {
	color: #515252;
}

td.column1 {
	width: 285px;
	font-size: 75%;
	padding-top: 30px
}

td.column1 p {
	padding: 0px 10px 0px 17px;
}

td.column1 h2 {
	padding: 0px 0px 0px 17px;
	font-size: 100%;
}

td.column2 {
	width: 285px;
	font-size: 75%;
	padding-top: 30px;
}

td.column2 p {
	padding: 0px 10px 0px 10px;
}

td.column2 h2 {
	padding: 0px 10px 0px 10px;
	font-size: 100%;
}

td.column2 ul {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	list-style: none;
}

td.column2 li {
	padding: 0px;
	margin: 0px;
	color: #515252;
	font-weight: bold;
}

td.column2 h2 {
	font-size: 100%;
	padding: 0px 0px 0px 10px;
}

td.columnpic {
	padding: 0px;
	margin: 0px;
	width: 285px;
}

/* sub-content area */

table.subcontent {
	padding-top: 23px;
	width: 840px;
}

/* homepage news table */

table.homenews td {
	padding: 0px 12px 12px 0px;
}

table.homenews p {
	font-size: 75%;
	line-height: 140%;
}

table.homenews a {
	font-weight: bold;
	color: #A3AAA5;
}

table.homenews a:hover {
	color: #333;
}

/* general sub-areas */

td.subtext {
	width: 285px;
}

td.subtext h2 {
	font-size: 75%;
}

td.subtext p {
	font-size: 75%;
	line-height: 140%;
	padding: 0px 10px 0px 0px;
}

td.subtext p a {
	font-weight: bold;
	text-decoration: none;
}

td.subtext p a:hover {
	text-decoration: underline;
}

/* page navigation sub-area */

td.nav {
	width: 170px;
}

td.nav ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
	font-size: 85%;
	letter-spacing : 0.1em;
}

td.nav li {
	display: inline;
	list-style: none;
	color: White;
}

td.nav li a {
	color: #999;
	text-decoration: none;
}

td.nav li a:hover {
	color: White;
	text-decoration: none;
}

/* team thumbnail sub-area */

table.team {
	padding-top: 23px;
	width: 840px;
}

table.team td {
	text-align: right;
}

table.team ul {
	display: inline;
	list-style: none;
}

table.team li {
	margin-top: 23px;
	display: inline;
	list-style: none;
}

div.credits {
	color: #C5CACE;
	font-size: 90%;
	padding: 35px 0px 0px 10px;
}

/* footer area */

table.footerarea {
	margin: 25px 0px 10px 0px;
}

td.footer {
	border-top: #999 1px solid;
	font-size: 70%;
	padding-top: 10px;
}

td.footer ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
}

td.footer li {
	display: inline;
	list-style: none;
	color: #999;
}

td.footer li a {
	color: #999;
	text-decoration: none;
}

td.footer li a:hover {
	color: #999;
	text-decoration: underline;
}
