div.mission, div.vision { 
	background-image : url(gfx/oxidy_bg.jpg);
	background-color :  #cccccc;
	} 

body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #cccccc;
	color: #333;
	text-align: center;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	color: #959596;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	color: #959596;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited {
	color: #333;
	}
	
h3, h3 a, h3 a:visited {
	color: #99cbfe;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

#sidebar {
	font: 1em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

	
a, h2 a:hover, h3 a:hover {
	color: #99cbfe;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


h2 a:hover, h3 a:hover {
	color: #99cbfe;
	text-decoration: none;
	}

a {
	color: #959596;
	text-decoration: none;
	}

a:hover {
	color: #99cbfe;
	text-decoration: underline;
	}
	



/* Begin Images */

p img {
	margin: 5px auto 5px -6px;
	padding: 5px;
	max-width: 450px;
	border: 1px solid #ddd;
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.noborder {
	border: 0;
	padding: 0;
	margin-left: 0;
	}

.favorite {
	margin-left: 14px;
	}

/* End Images */