body {
	background-color: #6F7487;
	padding: 0px;
	margin: 0px;
}

body, table, p, ul, li, blockquote {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

a			{font-weight: bold;}
a:link		{color: #0E278C}
a:visited	{color: #0E278C; text-decoration: none;}
a:hover		{text-decoration: underline;}


.hlineTop {
	background: #7A7065 url(../_images/template/bg-h-line-top.gif) repeat-x center top;
}

.hlineTopCenter {
	background: #7A7065 url(../_images/template/h-line-top-a.gif) no-repeat left top;
}

.contentArea {
	padding: 15px 10px 10px 27px;
}

.hlineBottom {
	background: url(../_images/template/h-line-bottom.gif) repeat-x center top;
	color: #FFFFFF;
	font-size: 11px;
}

.hlineBottom a {
	color: #FFFFFF;
}


.sqImage {
	padding: 0px;
}

.sqImage div {
	border: 1px solid #BDB8B2;
	margin: 7px;
	padding: 7px;
	background: #6F7487;
}

div.show {
	display: inline;
}
div.hide {
	display: none;
}

.pageTitle {
	font-size: 17px;
	font-weight: bold;
}

.sidebarArea {
	background: #ACA6A0;
	border: solid 1px #FFFFFF;
	padding: 0px 5px 0px 5px;
	width: 90%;
	text-align: left;
	font-size: 11px;
	color: #000000;
}

.sidebarArea p {
	text-align: left;
	font-size: 11px;
	color: #000000;
}

.sidebarArea p.title {
	font-size: 13px;
	font-weight: bold;
}

.sidebarArea a {
	font-weight: normal;
}

.photoCaption {
	width: 90%;
	text-align: left;
	font-size: 11px;
}

.breadcrumb {
	font-size: 11px;
	padding: 5px;
}


/* interior template css: */
.topNav {
	background: #645C53 url(../_images/template/topnav/bg.gif) repeat-x center top;
}

.contentRow {
	background: #7A7065 url(../_images/template/bg-contentRow.gif) repeat-x center top;
}

.sidebar {
	background: #A8A29B url(../_images/template/bg-sidebar.gif) repeat-y left top;
}

.content {
	background: #887F75 url(../_images/template/bg-content.gif) repeat-y left top;
}

#contentArea {
	padding: 5px 10px 20px 10px;
}

#sidebarArea {
	padding: 0px 10px 20px 10px;
	width: 80%;
	text-align: left;
	font-size: 11px;
	color: #000000;
}

#sidebarArea p {
	text-align: left;
	font-size: 11px;
	color: #000000;
}

#sidebarArea p.title {
	font-size: 13px;
	font-weight: bold;
}

#sidebarArea a {
	font-weight: normal;
}
