﻿html { min-height: 100%; margin-bottom: 1px; }

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(/images/bg.jpg);
	background-color: #FFFFFF;
	background-position:center top;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 150%;
	color:#333333;
}

#container {
	border:1px solid #EFE9E5;
	background-color:#ffffff;
	margin:0 auto;
	padding:0;
	width:800px
}

a { /*link style in navigation*/
	color:#80A1B6;
}
a:link, a:visited { /*link style in navigation*/
	color: #00648A;
	text-decoration: none;
}


#container
{
	padding: 16px;
	background-image:url(/images/logo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.form
{
	font-weight: bold;
}

.note
{
	font-weight: normal;
	font-style: italic;
}

H4
{
	font-size: 13px;
	font-weight: bold;
	color: #678EA9;
	padding: 0px;
	margin: 13px 0px 0px 0px;
}
H2
{
	color: #ADA294;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 15px;
	padding: 0;
}
h1  {
	color:#00456B;
	font-size:20px;
	margin:0;
	padding:0;
}
.success
{
	color: #336633;
	font-weight: bold;
}
.error
{
	color: #990000;
	font-weight: bold;
}
.required
{
	color:#990000;
}


.postback-message
{
	padding: 8px;
	background-color: #FFFFEE;
	border: solid 1px #999999;
	margin-bottom:8px;
}
IMG
{
	border: 0px;
}
TABLE
{
	border-collapse: collapse;
}
TD
{
	padding: 2px;
}
TR 
{
	background:#ffffff;
}

TR.alt
{
	background: #efe9e5;
}
TH 
{
	background-color:#00456a;
	color:#FFFFFF;
	text-align:left;
	padding: 6px;
}
hr {
	border-top: 1px dashed #DBD3CD;
	border-bottom: 1px dashed #DBD3CD;
	border-left: 0px dashed #DBD3CD;
	border-right: 0px dashed #DBD3CD;
}

#nav, #nav-admin
{
	text-align:right;
}
#nav-admin
{
	color:#666666;
	font-size:10px;
	font-weight:bold;
}
#nav a, #nav-admin a  { /*link style in navigation*/
	color:#80A1B6;
	text-transform:uppercase;
}
#nav-admin a {
	background-color:#FFFFDD;
}
#nav a:link, #nav a:visited,
#nav-admin a:link, #nav-admin a:visited
{ /*link style in navigation*/
	color: #00648A;
	text-decoration: none;
}
#nav a:hover, #nav a:active,
#nav-admin a:hover, #nav-admin a:active
{ /*link style in navigation*/
	color: #00648A;
	background-color: #EFE9E5;
}

INPUT.text
{
	background:#FFFFEE;
	font-size:11px;
	border:solid 1px #999999;
	padding:4px;
}

.form TABLE TR TD {
	padding:6px;
}
.form TABLE TABLE TR TD {
	padding:0px;

}


.aoi {
	float:left;
	width:340px;
}
.aoi a {
	font-size:12px;
	font-weight:bold;
}


#home-button-bar {
	margin:0 auto;
	padding:0;
	width:600px;
	text-align:center;
	padding-left:68px;
}
#home-button-bar .button {
	width:200px;
	height:40px;
	float:left;
	padding:16px 8px 8px 8px;
	text-align:center;
	margin:8px;
}
#home-button-bar .button A {
	font-size:13px;
	font-weight:bold;
	color:#00456a;
	text-transform:uppercase;
}

#footer {
	margin: 0px auto;
	width:800px;
	text-align:center;
	font-size:11px;
	color:#999999;
	clear:both;
	}


	/* rss */

.post {
	float:left;
	width:520px;
	margin:16px 16px 0px 0px;
}
.post.alt {
	clear:both;
}
.post .title a {
	color:#00456a;
	font-size:16px;
	font-weight:bold;
}
.post .date {
	color:#666666;
}
.post P {
	margin-top:2px;
	line-height:16px;
}

.post IMG { display:none; }


