* {
	font-family: Arial, Helvetica, sans-serif;
}

BODY {
	/* to center the body or add a body background
	image, add the styles directly in the template
	head or body tag. Adding it here will affect
	the body alignment in SitePress edit mode! */
	margin: 0;
	background-color: #FFFFFF;
	font-size: 82%;
	color: #000000;
}

BR.clearAll {
	font: 1px/1px monospace;
	display: block;
	clear: both;
}

P {
	margin: 10px 0;
}

P:first-child {
	margin-top: 0;
}

A:link, A:hover,
A:visited, A:active {
	color: #2fa3bc;
}

HR {
	height:0px;
	color:#bed1be;
}


/* HEADINGS ------------------------------------------------------ */

H1 {
	margin: 25px 0 10px 0;
	padding: 0;
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0e6b8f;
	line-height: 1em;
}

H2 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #051730;
	line-height: 1em;
}

.sidebar H2 { color:#2fa3bc; }

H1:first-child { margin-top: 0; }
H2:first-child { margin-top: 0; }

/* MAIN LAYOUT --------------------------------------------------- */

/* PAGE */

.page {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	border-left: 3px solid white;
	border-right: 3px solid white;
	border-bottom: 3px solid white;	
	background-color: #FFFFFF;
}

/*	CONTENT	*/

.content {
	padding: 25px 25px 20px 20px;
	background-color: #FFFFFF;
	width:672px;
	overflow:hidden;
}

.title {
	font-size: 36pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #051730;
	background-color: #ffd582;
	padding:30px 0 15px 15px;
	
}

.sidebar {
	width: 240px;
	margin: 0;
	padding: 0;
	border-left: 3px solid white;
	background-color: #fff5ce;
}

.sidebar IMG {
	clear: both;
	margin: 0;
	padding: 0;
	width: 240px;
	border-bottom: 3px solid white;
}

.sidebarText {
	margin: 20px;
}

.sidebar A:link, .sidebar A:hover,
.sidebar A:visited, .sidebar A:active {
	color: #2fa3bc;
	text-decoration: none;
	border: none;
}

.sidebar A:hover {
	text-decoration:underline;
}

/*	NEWS PAGE	*/

.RecordFilterForm{
	display:inline;
}

/*	FOOTER	*/

.footer {
	clear: both;
	background-color: #047899;
	border-top: 3px solid white;
	color: #FFFFFF;
	padding: 20px;
	margin: 0;
	width: 920px;
}

.footer A:link, .footer A:visited,
.footer A:hover, .footer A:active {
	color: #FFFFFF;
}

/* NAVIGATION */

.menu {
	clear: both;
	background-color: #047899;
	height: 55px;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid white;
	font-size: 14px;
	color: #FFFFFF;
}

.menu A:link, .menu A:hover, 
.menu A:visited, .menu A:active {
	color: #FFFFFF;
	text-decoration: none;
}

.menu A:hover {
	text-decoration: underline;
}

.menu .nav UL { 
	list-style-type: none;
	margin: 0;
	padding: 25px 0 0 15px;
}
	
.menu .nav UL LI {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #FFFFFF;
}

.menu .nav UL LI.first {
	border: 0;
	padding-left: 0;
}


.comments {
	padding-top: 20px;
}





/* DB Default styles --------------------------------------------------- */
.dbRecordHeader {
	overflow: hidden;
}
.dbRecordHeader FORM {
	display: inline;
}
.dbRecordHeaderLeft {
	float: left;
}
.dbRecordHeaderRight {
	float: right;
}
.dbEditBar {
	margin: .5em 0;
}
.dbRecordPageNav {
	margin: 1em 0;
	font-size: 1em;
}
.dbRecordPageNav B {
	padding: 0 .8ex;
	background: #047899;
	color: #FFFFFF;
}
.dbRecordPageNav A.pageNavLink {
	padding: 0 .8ex;
	background: #FFD582;
	color: #047899;
	text-decoration: none;
}
.dbRecordPageNav A.pageNav {
	padding: 0 .8ex;
	background: #FFD582;
	color: #047899;
	text-decoration: none;
}
TABLE.index TH {
	padding: 0px 5px;
	background: #FFF5CE;
	border-bottom: 3px solid #FFD582;
}
TABLE.index TH A {
	text-decoration: none;
	color: #047899;
}
TABLE.index TD {
	padding: 2px 5px;
	border-bottom: 1px dotted #FFD582;
}


