﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/Cross2.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:top right;
	background-color:#f5ece7;
}
#container {
	width: 680px;
	margin: 0 auto;
	padding: 10px;
	border-bottom: 2px solid #725972;
	
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	border: 0px;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
	font-size:larger;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	color:#ffffff;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* custom styles */
.borderedTable{
	border:1px black dotted;	
}

tr.bl td{
	
	border-bottom:2px black dashed;
	vertical-align:top;
}

.threeCol{
	
}

.threeLeft{
	float:left;
	width:33%;
	margin-left:3px;
	margin-right:3px;
}

.sidebar{
	border:thin blue ridge;
	background-color:#dfb8df;
}

.mission{
	font-family:"Times New Roman", Times, serif;
	/*background-color:#ffffff;*/
	margin: 4px 4px 4px 4px;
	padding:14px 14px 14px 14px;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  	font-style:italic;
	font-size:14pt;
	color:#000000
}

.mission span{
 
 font-weight:bold
	
}

.committeeNews{
	text-indent: -2em;
	padding-left: 2em
	
}

.whatsNew{
	float:left; 
	clear:right;
	padding-left: 5px;
	padding-right:5px;
}

.whatsNewItem{	
	padding-left:10px;
}

.calTable td{
	vertical-align:top
}

.dateCol{
	font-weight:bold;
	font-style:oblique;
	font-size:larger
}


