/* CSS Document 
* Copyright 2006 The Breast Center at Hope
* Create by Blue Ridge Solutions, www.blueridges.com
*/

body {
	background-color: #E8E6B5;
	text-align: center;
}

td {
	vertical-align: top;
}

#page {
	width: 793px;
	border: 0px;
	padding: 0px;
	background-color: white;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#navtable {
	background-color: #A7AA77;
	color: white;
}
#navtable td {
	text-align: center;
	padding: 6px 6px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}

#navtable a {
	color: white;
	text-decoration: none;
}

#navtable a:hover {
	color: #CCCCCC;
}

#footer {
	background-color: #A7AA77;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 6px 6px;
	
}

#tagline {
	padding-top: 10px;
}
#tagline a {
	text-decoration: none;
	color: #777777;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
}

.niceborder {
	border: 1px solid #654464;
}

p {
	color: #654464;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}

li {
	color: #654464;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.highlight {
	font-size: 18px;
	font-style: italic;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #654464;
}

#sidenav {
	padding: 15px 20px 10px 30px;
}
a.leftnav {
	display: block;
	color: #A7AA77;
	border-top: 1px solid #A793A4;
	padding: 6px 10px 6px 20px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a.leftnav:hover, a.leftactive {
	background-color: #EDE9ED;
}

a {
	color: #A7AA77;
}
a:hover {
	color: #777777;
}