  /*Copyrigh*/
  body {
	background-color: #BDCEDE;
	color: #555555;
	margin: 0px;
	padding: 0px;
	background-image:  url(images/background.jpg);
	background-repeat: repeat-y;
}

/* BASIC STYLES */
p, div, ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #555555;	
}
/* BASIC LINK STYLES */

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	text-decoration:  none;
	background-color: transparent;
	color: #E0A638;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* BASIC HEADER STYLES */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}

h1 {
	color: #2C3F78;
	font-size: 15px;	
}

h2 {
	color: #2A93CA;
	font-size: 15px;	
}

h3 {
	color: #4B5567;
	font-size: 13px;	
}

ul li {
	border: 0px solid #000000;
	color: #5A5F45;
}

li {
	line-height: 2em;
	list-style: disc;
	color: #625C7F;
}

/*header*/
#Header {
background-color: transparent; /* background color to blend in with header graphic */
	border: none;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 200px;
	}

/*navigation bar styling */
#navBar {
padding: 4px 4px 4px 4px;
margin: 0px;
border-bottom: 1px solid #000000;
background-color: #AAC0D5;
color: #FFFFFF;
background-image:  url("images/navBack.jpg");
height: 25px;   
width: 780px;
w\idth: 771px; /* THIS IS A HACK FOR ie 5.5 SO THAT THE WIDTH OF THE NAV BAR EXTENDS TO THE END OF THE DIV */
}


#navBar ul {
	margin: 0px; 
	padding: 0px;
	list-style-type: none; 

}
#navBar li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navBar a {
	border: none;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	padding: 0px 10px;
	border-right: 1px solid #FFFFFF;
}

#navBar a:link, #navBar a:visited {
color: #333333;
text-decoration: none; 
font-weight: bold;
}

#navBar a:hover {
color: #FFFFFF;
background-color: #000000;
background-color: transparent;
font-weight: bold;
}

#navBar a:active {
color: #FFFFFF;
font-weight: bold;
}
/*End NavBar styles */

/* Begin content area */

#contentMain {
/*	margin: 0px;*/
	padding: 10px 5px 5px 10px;
	border: none;
	background-color: #ffffff;
	margin-left: 25px;
	width: 700px;
	background-color: #ffffff;	
	line-height: 1.5em;
	xbackground-image:  url("images/cdfani_back.gif");
	background-position: center left;    /* change this postion to whereever you want the image */
	background-repeat: no-repeat;
}

/* End content area */
/*Styles for Footer */
#footer {
margin: 0px 0px;
background-color: #A7ADBE;
padding: 4px 0px 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-align: center;
width: 779px;
height: 25px;
background-image:  url("images/navBack.jpg");
color: #555555;
border-top: 1px solid #8491A6;
	
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

#footer a:link {
	color: #555555;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	background-color: transparent;
}

#footer a:active {
	color: #555555;
	text-decoration: none;
}
/* clears the  divs */
#clearer {
clear:both;
line-height: 1px;

}
.clearer {
clear:both;
line-height: 1px;
}

/* used to float any images in content area right or left */
.floatRight {
	float: right;
	padding: 6px 2px 4px 6px;
}

.floatLeft {
	float: left;
	padding: 6px;
}

/* STYLE FOR THE QUOTE BOX */
.pullquote {	
float:left;
width:25%;
padding:4px;
border:1px solid black;
font-size:1.2em;
line-height:1.2em;
margin-top:15px;
margin-left:10px;
margin-bottom:15px;
margin-right:15px;
background-color: #BDCEDE;
font-weight:bold;
color: White;
}

/*styles for the contact form*/
form { margin: 2px 10px;
}

label,span.spacer {width:140px;}

/*styles the form fields*/
label{
color : #7D7D7D;
font-weight : bold;
}
fieldset{
padding:10px;
margin-bottom : 15px;
margin-top: 25px;
}
/*styles the 'contact form text' text at top of contact form*/
legend {
color: #000066;
font:  bold 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
padding: 8px;  /*gives a bit of padding between the border and the text*/
margin: 6px;
}
/*styles the comments box*/
textarea {
	background-color:
	border: 1px solid #000;
	background: #BDCEDE;
}
/*styles the input fields*/
input {
	background-color:
	border: 1px solid #000;
	background: #BDCEDE;
}

/* STYLES USED TO STYLE THE VALIDATION BUTTONS - CAN BE REMOVED OR USE FOR ANOTHER ELEMENT IF DESIRED */
.valid {
	border: 1px solid #000066;
	background-color: #BDCEDE;
	width: 120px;
	display: inline;
	margin-right: 6px;
	padding: 3px;
	text-align: center;
}
