body {
	background-color: #cad8a8; margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
}

/*  aqua     = #77ae9a  
	burgandy = #895266 
	beige    = #cad8a8     
	green    = #bee4d6    */

a:link {
	text-decoration: underline;
	color: #885165;
}
a:visited {  color: #00603d; text-decoration: underline;}
a:hover {  color: #667659; text-decoration: underline; }

.rightColumnColor {
	background-color: #895266;
}

#outerBorder {
	border: 4px solid #ffffff;  /* white */
}

#homeText {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 190%;
}

/* * * * logo and top links e.g. directions, contact, etc. * * */

/*
#logo td {
	border-width: 0px 0px 0px 0px; 
	border-style: solid;
	border-color: #fff;
	background-image: url(home_interface/xxx);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: inherit;
} 
*/

#sitewideLinks td {
	background-color: #77AE9A; 
	vertical-align: bottom;
	padding: 0 0 3px 10px;
	border-width: 0px 0px 2px 2px; 
	border-style: solid;
	border-color: #fff;
}

#sitewideLinks p {
	color: #000;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .025em;
	/* font-variant: small-caps; */
	text-transform: uppercase;
}

#sitewideLinks a:link { color: #000; text-decoration: none; }  /* aqua color */
#sitewideLinks a:visited { color: #000; text-decoration: none; }
#sitewideLinks a:hover { color: #fff; background-color: none; text-decoration: underline; }   

/* * * * end * * */

/* * * * css main nav with image swaps * * */

#mainNav {
	color: #000;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0em;
	text-transform: uppercase;
}
#mainNav td {
	}


/* * * * end * * */

.collab {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 125%;
	padding: 5px 5px 3px 15px;
}

.bannerLeafright {
	background-image:  url(home_interface/collab_leaf.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#newsColumn {
	text-align: left;
	padding: 0 10px 10px 15px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #ffffff;
}

#newsColumn a:link {  color: #cad8a8; text-decoration: none; }  /* beige color */
#newsColumn a:visited {  color: #cad8a8; text-decoration: none; }
#newsColumn a:hover {  color: #77ae9a; background-color: none; text-decoration: underline; }  

#newsPhotos img {
	margin: 0 10px 10px 0px;
	border: 1px solid #ccc;
	vertical-align: top;
}

#newsPhotos p {
	margin: 0 10px 0px 10px;
}

/* * * * *  navigation * * * * * */

.navbar {
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0em;
	/* font-variant: small-caps; */
	text-transform: uppercase;
}
	
.navbar a:link { color: #fff; text-decoration: none; }  /* aqua color */
.navbar a:visited { color: #fff; text-decoration: none; }
.navbar a:hover { color: #895266; background-color: none; text-decoration: underline; }  /* burgandy color */

.edgeBkgrnd {
	background-image: url(home_interface/right_navbar_edge_color.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: inherit;
}

.edgeBkgrndNoColor {
	background-image: url(home_interface/right_navbar.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: inherit;
}

.highlight {
	background-color: #885165; 
}

/* --------- end navigation */

.staffListTitle {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #895266;
	line-height: 120%;
	font-weight: bold;
}

#staffPhotos img {
	margin: 0 0px 5px 0px;
	border: 1px solid #ccc;
}

.subHeadings {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 200%;
	font-weight: bold;
}

.captions {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 120%;
	font-weight: normal;
}
.captionsDark {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 100%;
	font-weight: normal;
}

.footer {
	color: #77ae9a;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
	letter-spacing: .08em;
	font-variant: small-caps;
}
	
.footer a:link { color: #77ae9a; text-decoration: none; }  /* aqua color */
.footer a:visited { color: #77ae9a; text-decoration: none; }
.footer a:hover { color: #885165; background-color: none; text-decoration: underline; }  /* burgandy color */


.copyright {
	margin: 10 0 0 10px;
	color: #77ae9a;
	font-family: arial, sans-serif;
	font-size: 10px;
	line-height: 125%;
	text-align: center;
}
