/* CSS Document */
Author: Heather Burrow
Email: heather@burrowdesigns.com
Date: April 24, 2008
* {
	margin: 0;
	padding: 0;
		}

#body, p, ul, ol {
	font-family:  "Times New Roman", Times, serif;
	color: #000;
	font-size: 16px;
	}

p, ul, ol {
	padding: 5px 20px;
	}

p {
	font-size: 18px;
	}
ul, ol {
	margin: 0 0 0 18px;
	}
a {
	color: #990000;
	font-weight: bold;
	}

a:visited {
	color: #990000;
	font-weight: bold;
	}
a:hover {
	color: #990033;
	font-weight: bold;
	text-decoration: none;
	}

	
table#main {
	background-color: #ffffff;
	
	}

#header {
	background: url(images/chart2.JPG)  repeat-x;
	height: 187px;
}

#header p#mainline {
	color: #000;
	_font-size: 38px;
	font-weight:bold;
	_margin-top: 29px;
}

#header p#secondline {
	color: #000;
	_font-size: 22px;
	font-weight:bold;
	
}

#nav ul {
	width: 810px;
	margin: 2px 0;
	padding: 0px;
	list-style-type: none;	
	background-color: #8D8D8D;
	text-align:center;
		}

#nav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 2em;
	_line-height: 24px;
	display: inline;
	margin: 0 5px;
	_margin: 0 3px;
	border: 2px solid #666666;
	_border: none;
	padding: 5px 0px;
	_padding: 5px;
			}
	
#home #nav .home a, #faqs #nav .faqs a, #contact #nav .contact a, #associations #nav .assoc a, #types #nav .types a, #links #nav .links a, #bio #nav .bio a, #strength #nav .strength a, #icare #nav .icare a {
	color: #990033;
	background-color: #CFCFCF;
	border: none;
	cursor: default;
}

#nav ul a {
	text-decoration: none;
	color: #990033;
	background-color: #BBBFC6;
	border: 2px solid #000033;
	padding: 7px 16px 5px 16px;
	_padding: 7px 15px;
	font-size: 13px;
	_font-size: 12px;
	border: none;
	
	}

#nav ul a:hover {
	color: #fff;
	background-color: #8D8D8D;
	border: none;
}

ul#associations li {
	padding: 0 15px;
	}

#footer {
	text-align: center;
	background-color: #8D8D8D;
	height: 110px;
	}
#footer p {
	color: #000;
	}
