/* Stylesheet */

body {
	background: #A494A8 url(../images/background.jpg) repeat-x;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: myriad, arial, san-serif;
}

p {
	font-size: 13px;
	color: #755B86;
	margin-top: 4px;
}

.ul {
	font-size: 13px;
	color: #755B86;
	margin-top: 4px;
}

.li {
	font-size: 13px;
	color: #755B86;
	margin-top: 4px;
}

a, b {color: #411F68;}

img {border: none;}

.pdf {font-size: 10px; text-transform: uppercase;color: #411F68;}

dl {margin-left: 10px;}

dt {
	width: 10px;
	font-size: 12px;
	color: #411F68;
	font-weight: bold;
}

dd {
	width: 450px;
	color: #B28638;
	font-size: 13px;	
	margin: -1px 10 10px 40px;
}

h2 {
	color: #411F68;
	margin: 2px 0 13px 0;
	font-size: 18px;	
	border-bottom: 1px solid #755B86;
}

h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}

h4 {
	color: #411F68;
	font-size:  13px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 1px;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 712px;
	text-align: left;
}

#header h1 {
  text-indent: -9999px; margin: 0; padding: 0;
}

#header h1 div {
	display: block;
	background: url(../images/header.jpg);
	width: 715px;
	height: 117px;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

#leftcol {
	float: left;
	width: 116px;
	background: url(../images/nav_back.jpg) repeat-y;	
}

#rightcol {
	margin-left: 108px;
	background: url(../images/content_back.jpg) repeat-y;
	padding: 1px 30px 10px 30px;
}

/* NAVIGATION */

ul#nav {
	list-style: none;
	font-size: 13px;
	margin: 0;
	padding: 19px 0 0 0;
	background: url(../images/nav_top.jpg) no-repeat top;
}

#nav li {
	background: url(../images/nav.jpg) no-repeat;
	width: 116px;
	margin: 0;	
	padding: 0;
}
#nav li a {
	text-decoration: none;
	padding: 5px 0px 3px 8px;
	margin: 0;
	height: 15px;
	display: block;
	color: #fff;
}
#nav li a:hover {
	background: url(../images/nav_high.jpg) no-repeat;
	color: #755B86;
}

#nav_bottom {
	background: url(../images/nav_bottom.jpg) no-repeat;
	width: 116px;
	height: 23px;
}

body#home #nav_home, body#about #nav_about, body#action #nav_action, body#involve #nav_involve, body#resources #nav_resources, body#contact #nav_contact, body#newsletter #nav_newsletter {
	background: url(../images/nav_high.jpg) no-repeat;
}
body#home #nav_home a, body#about #nav_about a, body#action #nav_action a, body#involve #nav_involve a, body#resources #nav_resources a, body#contact #nav_contact a, body#newsletter #nav_newsletter a {
	color: #3F1E66;
}

/* SUB NAVIGATION */

#nav ul {
	display: none;
	list-style: none;
	font-size: 12px;
}

#nav ul li {
	margin: 0;
	padding: 0;
	width: 116px;
	background: url(../images/nav_high2.jpg) no-repeat;	
}

#nav ul li a {
	color: #411F68;
	height: 15px;	
}
#nav ul li a:hover {
	background: url(../images/nav_high2.jpg) no-repeat;	
	color: #3F1E66;
}

body#action #nav ul {
	display: block;
	margin: 0;
	padding: 0;
}

/* FOOTER */

#footer {
	width: 604px;
	clear: both;
	float: right;
	padding: 0;
	margin: 0;
	background: url(../images/footer.jpg) no-repeat;
	height: 65px;
}
#footer p {
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	margin-top: 15px;
}
#footer a {color: #755B86;}


















