/* Content - this is for everything in the white space */

#content { 
	color: #000000;
	font-size: .9em;
	line-height: 1.6em;
	width: 740px; 
	background-color: #ffffff;
	min-height: 450px;
}

#content p { 
	padding-bottom: 15px;
}


.red {
	color: #CC0000;
}

.quote {
	font-family: Times, serif;
	font-size: 1.4em;
	line-height: 1.4em;
	font-style: italic;
	color: #333333;
}
.quotee {
	font-family: Times, serif;
	font-size: 1.3em;
	font-style: italic;
	color: #333333;
	text-align: right;
	padding-right: 40px;
}


.footnote {
	color: #999999;
}
.footnote a {
	color: #999999;
	text-decoration: none;
}
.footnote a:hover {
	text-decoration: underline;
}

table {
	width: 100%;
}
th {
	background-color: #CCCCCC;
	padding: 2px;
	color: #333333;
}
td {
	padding: 3px;
	text-align: center;
	vertical-align: text-top;
	border-bottom: 1px solid #CCCCCC;
}
td.description {
	padding: 3px 0 3px 10px;
	text-align: left;
}
td.description li {
	margin: 5px 0 0 25px;
	list-style-image: url(/images/arrow.gif);
}






/* "breadcrumb" is for top navigation treasure-trail on top of the content area  */

.breadcrumb {
	padding: 10px 0 10px 25px;
	color: #333333;
	font-size: .9em;
}
.breadcrumb a {
	color: #cc0000;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}




/* "fullpage" is for usually for large graphics or content that spans all white space of the content area  */

.fullpage {
	padding: 0 10px 15px 10px;

}
.fullpage li  {
	margin: 10px 0 0 25px;
	list-style-image: url(/images/arrow.gif);
}






/* "leftnav" is for the area to the left of main content that holds navigation to the respective section */
.leftnav {
	width: 180px;
	float: left;
	padding: 0 0 20px 20px;
}

/* "rightmain" is to the right of "leftnav" only  */
.rightmain {
	margin-left: 200px;
	padding: 0 35px 25px 20px;
	border-left: 1px solid #888888;

}

/* "leftgraphic" is to the left  of regular content - usually holds a graphic and allots a larger width than "leftnav"   */
.leftgraphic {
	width: 260px;
	float: left;
	padding: 0 0 20px 10px;
}

/* "right" is to the right of "leftgraphic" only  */
.right {
	margin-left: 260px;
	padding: 0 35px 25px 20px;
	border-left: 1px solid #888888;
}



.leftgraphic li  {
	margin: 10px 0 0 25px;
	list-style-image: url(/images/arrow.gif);
}

.leftnav h2 {
	font-size: 1em;
}

.leftnav li  {
	margin: 10px 0 0 25px;
	font-size: .9em;
	list-style-image: url(/images/arrow.gif);
}
.leftnav li a {
	color: #cc0000;
	text-decoration: none;
}
.leftnav li a:hover {
	color: #333333;
	text-decoration: underline;
}


.ourteam {
	height: 265px;
}

.leftgraphic p {
	font-family: Times, serif;
	font-size: 1.3em;
	color: #666666;
	font-style: italic;
	text-align:right;
	padding-right: 25px; 
}

.rightmain h1 {
	font-size: 1.1em;
	margin-bottom: 10px;
}
.rightmain h2 {
	font-size: 1em;
}

.right h1 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

.right li  {
	margin: 10px 0 0 25px;
	list-style-image: url(/images/arrow.gif);
}