a {
	color: #3070A1;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
margin: 0px;
padding: 0px;
color: #77726A;
font-size: 22px;
}

h2 {
margin: 0px;
padding: 0px;
padding-top: 14px;
padding-bottom: 2px;
color: #265987;
font-size: 14px;
border-bottom: 1px solid #D4D4CB;
}

body {
	background-color: #8C857D;
	text-align: centser;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-size: 14px;
}

img {
	border: none;
}

p.verse {
color: #9C2A21;
font-size: 18px;
font-family: Garamond, "Times New Roman", serif;
text-align: center;
}

div#container {
	background-color: #D4D4CB;
	width: 750px;
	margin: auto;
	text-align: left;
}
div#header {
	background-image: url('http://www.fccoxnard.org/images/header.jpg');
	background-repeat: no-repeat;
	background-color: #152D48;
	display:block;
	width:750px;
}
table#masthead {
	width: 100%;
	color: #fff;
}
table#masthead tr th {
	width: 500px;
	text-align: left;
	padding: 10px;
}
table#masthead tr td {
    vertical-align:top;
	font-size: 10px;
	padding-top: 22px;
	padding-bottom: 22px;
}

table#masthead td a {
	color: #D1D8E0;
	text-decoration: none;
}

table#masthead td a:hover {
	color: #fff;
	text-decoration: underline;
}

div#nav {
	background-color: #1A2F4A;
	color: #4F6176;
	padding: 10px;
	font-size: 12px;
	width:730px;
	display:block;
}

div#nav a {
	color: #fff;
	text-decoration: none;
}

div#footer {
	background-color: #152D48;
	color: #8998AB;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	width:730px;
	display:block;
}

div#content_wrapper {
	background-image: url('http://www.fccoxnard.org/images/content_gradient.gif');
	background-repeat: repeat-y;
}

div#content {
	background-image: url('http://www.fccoxnard.org/images/content_header.gif');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 50px;
	padding-bottom: 20px;
	display:block;
	width:650px;
}

table#colTable {
	width: 650px;
}

td#fullCol {
	vertical-align: top;
}

td#leftCol {
	vertical-align: top;
}

td#rightCol {
	vertical-align: top;
	padding-left: 20px;
}

div#right_column {
float:right;
width:160px;
display:block;
margin-top:5px;
margin-left:5px;
}

div#left_column {
float:left;
width:650px;
display:block;
}

div.rightCallout {
	background-color: #FBFBF7;
	width: 160px;
}

div.rightCallout div {
	padding: 11px;
	color: #797979;
	font-size: 10px;
	border: 1px solid #5B7997;
}

div.calloutHead {
	background-color: #5B7997;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}

.bottomMargin {
	margin-bottom: 20px;
}


table.data {
	border-collapse: collapse;
	width: 460px;
}

table.data th {
	color: #aaa;
}

table.data td {
	border-top: 1px solid #D4D4CB;
	border-bottom: 1px solid #D4D4CB;
}

table.data tr.even td {
	background-color: #FBFBF7;
}

table.data a {
	font-size: 10px;
	text-decoration: none;
}

table.data a:hover {
	text-decoration: underline;
}

.light {
	color: #999;
}

img.leftImg {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

p.kp {
font-weight: bold;
font-style: italic;
}