body {
	font-family:arial,sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFF url("/images/layout/leftbar.gif") repeat-y;
	margin: 0;
	padding: 0;

}

#header {
	background: #FFF url("/images/layout/l_02.gif") repeat-x;
	height: 120px;
	position: relative;
	border-top: 1px solid #FFF;
	top: -1px;
	
}

#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#header h2 {
	position: absolute;
	right: 5px;
	top: 68px;
	background: transparent url("/images/layout/l_05.gif") no-repeat;
	width: 214px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#header h3 {
	background: transparent url("/images/layout/l_04.gif") repeat-x bottom left;
	font-family:arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #722321;
	padding: 0 0 0 5px;
	margin: 0 0 0 160px;
	top: 88px;
	height: 32px;
	position: relative;
	line-height: 24px;
}

#header h1 span, #header h2 span {
	display: none;
}

#content {
	margin-left: 170px;
	margin-top: 20px;
	margin-right: 10px;
	position: relative;
}

#footer {
	text-align: center;
	margin-top: 10px
}
/******************
*** Nav menu ***
******************/


#menu {
	position: absolute;
	top: 140px;
	left: 7px;
	margin:0;
	padding:0;
}

#menu ul, #menu li {
	list-style-type: none;
	margin: 0;
}

#menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
	display: block;
	width: 132px !important;
	width /**/:140px;
	padding: 1px 1px 1px 4px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #90a4b2;
	background-color: #C7D2DA;
	margin-bottom: 3px;
	color: #324650;
}


#menu a:hover, #menu a:active{
	
	border-color: #e8f0f5;
	color: #65747b;
}

#pagelinks {
	text-align: center;
	border: 1px solid #324650;
	background-color: #FFF;
	padding: 4px;
	margin-top: 5px;
	clear: both;
}


#homelink {
	display: block;
	width: 165px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
}
td
{
	font-family:arial,sans-serif;
	font-size: 12px;
	color: #000000;
}

A, A:active, A:visited
{
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#324650;
}
A:hover
{
	color:#8F2000;
	text-decoration: overline underline
}
A.lnav,A.lnav:active, A.lnav:visited
{
	font-family:arial,sans-serif;
	font-size:12px;
	color:#324650;
	text-decoration:none;
	font-weight:bold;
}
A:hover.lnav
{
	color:#909DB8;
	text-decoration: none;
}

A.small, A.small:active, A.small:visited
{
	font-family:arial,sans-serif;
	font-size:11px;
	color:#324650;
	text-decoration:none;
	font-weight:bold;
}
A.small:hover
{
	color:#8F2000;
	text-decoration: overline underline;
	font-size:11px;
}

.heading
{
	font-family:arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #722321;
	padding: 1;
}

.Menu
{
    background-color: #90A4B2;
}
.MenuOver
{
    background-color: #E8F0F5;
}

.reverse
{
	font-family:arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.thumb
{
	margin: 10px 10px 10px 10px;
	border: 1px solid #000;
}

.tdthumb
{
	border: 1px solid #000;
        background: #FFF;
}