/*  Style Sheet Name: Custom - Unity of Oroville colors
	Cascading Style Sheet for Templates
	Created: November 2, 2007
	Programming and Design by Donna Wightman
	Copyright 2008 Pastiche Templates Web Design
	http://www.pastichetemplates.com */

/*  Color Palette:
   Dark Blue: #003366;
   Med Blue: #306295
   Light Blue: #CFD6EB
   Dark Gray: #999
   Med Gray: #CCC
   Light Gray: #C0C0C0 */

/* All colors except borders, image frames, image mattes and css menu items - see menu.css */

/* Base structure and Box ID's and Classes */

html, body {
	background-color: #C0C0C0;
	color: #000;
}

#container {
	background-color: #FFF;
}

#header_index {
	background-color: #306295;
}

#header_pages {
	background-color: #306295;
}

#content {
	background-color: #FFF;
}

#footer {
	background-color: #306295;
	color: #FFF;
}

#footer a, #footer a:link, #footer a:visited {
	color: #FFF;
}

#footer a:hover {
	color: #C0C0C0;
}

.ltblue {
	background-color: #CFD6EB;
}

.ltblue2 {
	background-color: #DDE2F1;
}

/* Headings */

h1, h3, h4, h6 {
	color: #003366;
}

h2, h6 {
	background-color: #306295;
	color: #FFF;
}

h4 {
	background-color: #CFD6EB;
}

h5 {
	color: #306295;
}

/* Link formatting */

a:link { 
	color: #003366;
}

a:visited {
	color: #003366;
}

a:active, a:hover {
	color: #306295;
}

/* List styles */

li {
	color: #306295;
}

/* General formatting and classes */

p.news {
	color: #000;
}

.bold, b {
	color: #003366;
}

.black {
	color: #000;
}

hr {
	background-color: #003366;
	color: #003366;
}

/* Forms */

.submit input {
	color: #003366;
	background: #CFD6EB;
}

/* PayPal classes */

.price {
	color: red;
}

/*  This Cascading Style Sheet is 
	Quality Assured as Valid CSS.
	Validated on June 05, 2008
	W3C CSS Validation Service
	http://jigsaw.w3.org/css-validator */
