/* (C) Copyright 2006 Long2 Consulting. All Rights Reserved */
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #9597A0;
}

a:link {
	color: #9597A0; 
}

a:visited {
	color: #9597A0;
}

a:active, a:hover {
	color: #cc0000;
}

h1 { 
	font-size: 165%;
}

h2 {	
	font-size: 145%;
	color: #9597A0;
}

h3 {	
	font-size: 125%;
	color: #0B1363;
}

h4 { 
	font-size: 125%; 
}

h5 { 
	font-size: 100%;
	color: #9597A0;
}

h6 { 
	font-size: 100%; 
	color: #0B1363; 
}

.submitbuttons {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	background: url('button.gif') no-repeat;
	width: 135px;
	height: 25px;
	border-style: none
}

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	text-align: left;
	width: 969px;
	background: url('bg.jpg') repeat-y center; /* moved bg image from #container to here */
}

#header {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background: url('header.jpg') no-repeat;
	height: 37px
}

.headerlinks {
	padding: 10px 18px 5px 8px;
	text-align: right;
	font-size: 90%;
}
.headerlinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.headerlinks li { display: inline; }
	
.headerlinks a:link, .headerlinks a:visited {
	padding: 0px 10px 0px 10px;
	color: #fff;
	text-decoration: none;
}
	
.headerlinks a:active, .headerlinks a:hover {
	text-decoration: underline;
}


#logo {
	background: url('logo-bg.jpg') repeat-y;
	height: 144px
}

#logo .content {
	padding: 0px 0px 0px 9px;
}

#topnav {
	margin: 0px 12px; /* fix to center in firefox */
	background: url('topnav.jpg') no-repeat;
	height: 39px
}

.topnavlinks {
	padding: 10px 18px 5px 8px;
	text-align: left;
	font-size: 90%;
}

.topnavlinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.topnavlinks li { display: inline; }
	
.topnavlinks a:link, .topnavlinks a:visited {
	padding: 0px 10px 0px 10px;
	color: #fff;
	text-decoration: none;
}
	
.topnavlinks a:active, .topnavlinks a:hover {
	text-decoration: underline;
}

#body2column {
	background: url('bg.gif') repeat-y;
	width: 969px
}

#body2column .content {
	margin-left: 8px;
	padding: 0px 8px 5px 8px;
}


#body1 {
	width: 769px;
	float: left;
}

#body1 .content {
	margin-left: 8px;
	padding: 0px 8px 5px 8px;
}

#body1 .content ul {
	list-style-image: url('bullet.gif')
}

#body1a {
	width: 569px;
	float: right;
}

#body2 {
	float: right;
}

#body2 .content {
	padding: 0px 18px 5px 5px;
}

/* Used in three column layouts */
#body2b { 
	width: 200px;
	float: left;
}

#body2b .content {
	margin-left: 8px;
	padding: 0px 10px;
}

#body3 {
	float: right;
}

#body3 .content {
	padding: 0px 18px 5px 5px;
}

.sidelinks {
	padding: 10px 18px 5px 8px;
	text-align: left;
}

.sidelinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.sidelinks li { display: block; }
	
.sidelinks a:link, .sidelinks a:visited {
	padding: 0px 10px 0px 10px;
	color: #000;
	text-decoration: none;
}
	
.sidelinks a:active, .sidelinks a:hover {
	text-decoration: underline;
}

.newsbox { 
	width: 169px;
}
.newsbox .content p {
	margin: 0px;
	padding-top: 2px; 
}

.newswrapper {
	border-left: 2px solid #091059;
	border-right: 2px solid #091059;
}


h2.newstitle {
	background: url('newsbox-top.gif') no-repeat 1000px 0px;
	width: 1169px;
	font-size: 13px;
	height: 24px; margin-left:-1000px; margin-right:0px; margin-top:0px; margin-bottom:0px
}

h2.newstitle2 {
	background: url('newsbox-top2.gif') no-repeat 1000px 0px;
	width: 1169px;
	font-size: 13px;
	height: 24px; margin-left:-1000px; margin-right:0px; margin-top:0px; margin-bottom:0px
}

.newsfooter {
	background: url('newsbox-bottom.gif') no-repeat;
	width: 169px;
	height: 21px
}

.newsfooter hr { width: 10px; margin-left: -1000px;  }


#footer {
	margin: 0px auto; /* fix to center in firefox */
	background: #9597A0 url('footer-bg.jpg') no-repeat;
	height: 36px;
	clear: both; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:5px
}

#footer .content {
	padding: 10px 0px 5px 20px;
	color: #fff;
	text-align: center;
}
#footer a:link {
	color: #ffffff; 
}

#footer a:visited {
	color: #9597A0;
}

#footer a:active, #footer a:hover {
	color: #cc0000;
}

#footer2 {
	margin: 0px auto; /* fix to center in firefox */
	background: #9597A0 url('footer-bg2.jpg') no-repeat;
	height: 38px
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

#calendar {
	margin-left: 75px;
}

.calendar-table {
	border: 1px solid #02093A;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 450px;
}

.calendar-month {
	color: #FFFFFF;
	background-color: #02093A;
	border: 1px solid #02093A;
	font-size: 10pt;
	height: 36px;
	text-align: center;
}

.calendar-offday {
	border: 1px solid #02093A;
	background-color: #FFFFFF;
	font-size: 10pt;
}

.calendar-day {
	color: #000000;
	background-color: #DFE3F5;
	border: 1px solid #02093A;
	vertical-align: top;
	text-align: center; 
	font-size: 10pt;
	width: 14.3%;
}

.calendar-daynumber {
	color: #000000;
	background-color: #DFE3F5;
	vertical-align: top;
	text-align: right; 
	font-size: 10pt;
	font-weight: normal;
}

.calendar-dayname{
	color: #FFFFFF;
	background-color: #0B1363;
	border: 1px solid #02093A;
	vertical-align: top;
	text-align: center; 
	font-size: 10pt;
}