/* CSS Document */

body {
	background-image:  url(../images/img_bkgd.jpg); 
	background-repeat:no-repeat;
	background-position: center 125px;
}

p {margin:10px}

/*Div styling*/

div#wrapper {
	display: block;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/img_blueBkgd.jpg);
	margin-top: 0px;
}

div#header{
	text-align: right;
}

div#logo { 
	border: 0px;
	padding: 5px;
	margin-top:0px;
}


div#bottom{	
}

div#footer{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 3px;
}

div#blank {
	clear:both
}

/*Text styling*/

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	text-align: center;
	padding-bottom:10px;
	padding-top: 10px;
	line-height:16px;
}

.footertext a:link {color:#006633; text-decoration:underline}
.footertext a:visited {color:#006633; text-decoration:underline}
.footertext a:hover {color:#003366; text-decoration:underline}
.footertext a:active {color:#006633; text-decoration:underline}

.bodytext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
}

.bodytext a:link {color:#006633; text-decoration:underline}
.bodytext a:visited {color:#006633; text-decoration:underline}
.bodytext a:hover {color:#003366; text-decoration:underline}
.bodytext a:active {color:#006633; text-decoration:underline}


/*Image styling*/

.imagelink {
	border: 0px;
}


/*Top Nav*/

ul.nav li{
	display: inline;
	padding: 5px;
	}

ul.nav a{
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
ul.nav a:visited {color:#FFFFFF; text-decoration: none}
ul.nav a:hover {color:#003366; text-decoration: none}
ul.nav a:active {color:#FFFFFF; text-decoration: none}

body#home a#homeLink,
body#clients a#clientsLink,
body#donors a#donorsLink,
body#news a#newsLink,
body#schedule a#scheduleLink {
	color:#003366;
	text-decoration:underline;
}
