body	{
	background: #0099cc url(images/background.jpg) top left repeat-x;
	font-size: 10pt;
	font-color: #5a5654;
	font-family: arial, verdana, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/* Warning message box at top of site */
#message	{
	width: 995px;
	margin: auto;
	padding: 15px;
	height: 96px;
	color: #636161;
	background: url(images/message.png) top left no-repeat;
	padding-top: 5px;
}

#message h1	{
	color: #0085b6;
	margin-top: 0px;
	font-weight: lighter;
	font-size: 14pt;
}


/* Layout */

#page	{
	margin: auto;
	width: 971px;
}


#header	{
	width: 945px;
	height: 138px;
	background: url(images/header.jpg) top left no-repeat;
	text-align: right;
	padding-top: 35px;
	padding-right: 20px;
}

#body	{
	width: 940px;
	background: url(images/body.png) top left repeat-y;
	padding-left: 15px;
	padding-right: 30px;
}

#content	{
	width: 607px;
	padding: 15px;
}


/* Sidebar */
#sidebar	{
	width: 300px;
	float: right;
	text-align: center;
	padding-top: 20px;
}

#sidebar img	{
	border: #375d81 solid 1px;
	margin-bottom: 20px;
	background: #fff;
}

#sidebar img.noborder	{
	border: none;
	background: none;
}


#newsbar	{
	text-align: right;
	margin-right: 25px;
	background: url(images/newsheader.png) top left no-repeat;
	padding-top: 90px;
	margin-left: 10px;
}

#newsbar h1	{
	font-size: 10pt;
	color: #993300;
}

#newsbar .item	{
	border-bottom: #424242 dotted 1px;
	background: #f7ece7;
	padding: 5px;
	margin-bottom: 5px;
}

#newsbar .item a	{
	color: #375d81;
	font-weight: bold;
}

#newsbar .item a:hover	{
	text-decoration: none;
}

#newsbar .archives	{
	color: #993300;
	font-weight: bold;
	text-decoration: underline;
}



/* Navigation */

#navigation	{
	width: 971px;
	height: 41px;
	background: url(images/navigation.png) top left repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navigation ul, #footNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 40px;
}

#navigation ul li, #footNav ul li	{
	float: left;
	display: block;
	color: #fff;
	margin-right: 10px;
}

#navigation ul li a, #footNav ul li a	{
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
}

#footNav ul li a	{
	color: #0086b2;
}

#navigation ul li a:hover	{
	color: #993300
}

#footNav ul li a:hover	{
	color: #424242;;
}



/* Suckerfish menus */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	height: 30px;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	background: #4d6d8b;
	border-bottom: #375d81 solid 2px;
	border-left: #375d81 solid 2px;
	border-right: #375d81 solid 2px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	padding: 10px;
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -30px 0 0 130px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li a	{
	width: 150px;
}

#scrollText	{
	margin-left: 40px;
	margin-right: 30px;
}

#navigation #scrollText a	{
	color: #abc8e2;
	font-size: 10px;
	text-decoration: none;
	text-transform: lowercase;
}




/* Content */

.article	{
	background: #f7ece7;
	font-size: 9pt;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

.article .copy	{
	padding-left: 10px
}

.article h1	{
	display: block;
	background: #993300;
	color: #fff;
	font-size: 11pt;
	padding: 10px;
	margin-top: 0px;
}

.article h2	{
	color: #375d81;
	margin-bottom: 0px;
	font-size: 12pt;
}

.article img	{
	margin: 5px;
}

.article b, .article strong	{
	color: #993300;
}

.article a	{
	color: #375d81;
	font-weight: bold;
}

.article a:hover	{
	text-decoration: none;
}

.note	{
	border-top: #ffae00 solid 2px;
	border-bottom: #ffae00 solid 2px;
	padding: 10px;
	color: #000;
	background: #f3dcac;
	margin-bottom: 5px;
}

* .blue	{
	border-top: #375d81 solid 2px;
	border-bottom: #375d81 solid 2px;
	background: #4d6d8b;
	color: #fff;
}

/* Gallery */
