
/*this defines the body, including the main text color and the page background color*/

body {
font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align:center;
}

body p {
font-family:Arial, Helvetica, sans-serif;
}


/*this is the wrapper that all of the page info sits inside*/

#wrapper {
	background: #000000;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin: 10px 10px 10px 10px;
	width: 750px;
	text-align:left;
	/*
	background-image:url(../Images/mainbackground.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	*/
}

/*this is the container for the banner*/

#banner {
height: 150px;
background-image:url(../Images/Kindness-Banner6.jpg);
background-repeat:no-repeat;
}






/*this is the navigation wrapper*/
#nav p{
font-size: 80%;
margin: 20px;
}

#nav p a{
color:#6699ff;
text-decoration: none;
}

#nav ul li img{
border-style: none;
}

#nav ul{
padding: 1px 0 1px 0;
margin: 1px 0 1px 0;
/*
background-color: #330066;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
*/
}

#nav ul li{
display: inline;
}

#nav ul li a{
	font-size: 90%;
	color: #9999cc;
	/*
	background-color: #330066;
	*/
	text-decoration: none;
	padding: 0 15px 0 30px;
	text-align: center;
	width: 9em;
	font-weight: bold;
} 

#nav a:hover, #nav a:focus{
color: #990033;
}




#nav ul li a:hover, #nav ul li a:focus{
}

/*

#nav ul li a:hover, #nav ul li a:focus{
}
*/
/*this is the navigation wrapper for the left column*/


#leftcol {
background-repeat:repeat-y;
margin-top: 0px;
margin-left: 0px;
float: left;
width: 140px;
}

#leftcol h1{
font-size: 80%;
color: #9999cc;
padding: 0px;
margin: 5px;
list-style-type: none;
}

#leftcol p{
color: #ffffff;
padding: 2px 8px 2px 4px;
margin: 0;
background-color: transparent;
list-style-type: none;
font-size: 70%;
}


#leftcol a{
color:#FF3300;
text-decoration: none;
}


#leftcol ul{
padding: 0;
margin: 0;
background-color: transparent;
list-style-type: none;
font-size: 70%;
}



#leftcol ul li{
padding: 0;
margin: 0;
list-style-type: none;
}



#leftcol ul li a{
color: #990033;
text-decoration: none;
padding: 8px 0 0 4px;
display:block;
height: 1%;
}



#leftcol ul li a:hover, #leftcol ul li a:focus{
color:#CC3300;
}







#mcontent{
margin-left: 140px;
color: #ffffff;
background-color:#000000;
}

#mcontent p{
font-size: 80%;
margin-left: 10px;
padding-right: 10px;
}

#mcontent a{
color:#990033;
text-decoration: none;
}

#mcontent a:hover, #mcontent a:focus{
color:#CC3300;
}

#mcontent h1, h2, h3, h4, h5, h6{
font-style:normal;
font-weight:normal;
text-align: left;
color:#9999cc;
padding: 0 5px 0 5px;
margin: 10px;
}

#mcontent h1{
font-size: 110%;
}

#mcontent h2{
text-align: left;
font-size: 90%;
}

#mcontent h3{
font-size: 90%;
}











#content{
color: #ffffff;
background-color:#000000;
}


#content p{
font-size: 80%;
margin-left: 10px;
padding-right: 10px;
}

#content a{
color:#990033;
text-decoration: none;
}

#content a:hover, #mcontent a:focus{
color:#CC3300;
}

#content h1, h2, h3, h4, h5, h6{
font-style:normal;
font-weight:normal;
text-align: left;
color:#9999cc;
padding: 0 5px 0 5px;
margin: 10px;
}

#content h1{
font-size: 110%;
}

#content h2{
font-size: 90%;
}

#content h3{
font-size: 90%;
}

#content ul{
margin-left: 40px;
padding: 0;
list-style-type: none;
}











/*this defines the left picture float properties*/

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

/*this defines the right picture float properties*/


.rightimage{
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}

/*this clears the headers from the images*/

.clearit {
display: block;
clear: both;
}

/*this defines the footer*/

#footer{
clear: both;
border-top: 1px solid #666666;
color: #9999cc;
}

/*this defines paragraph text within the footer*/

#footer p{
font-size: 70%;
margin: 0px;
padding: 10px;
}

#footer a{
color:#990033;
text-decoration: none;
}


/*This is the left column properies*/




/*This is the container for text so that there are no formatting issues*/

.container{
width: 99%;
float: right;
}

#container tr{
color:#6699ff;
text-decoration: none;
}



