/* CSS Document */

body {
	margin: 0;
}

body,td,th,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003D58;
}

a:link, a:visited, a:active {
	color: #295F99;
	text-decoration:none;
}

a:hover {
	color: #4687CE;
	text-decoration:underline;
}

.bordercelltop {
	border-bottom: 1px solid #2B7495;
	border-top: 1px solid #0B5271;
	vertical-align:top;
	margin-top:0;
	height:21px;
}

.bordercellbottom {
	border-bottom: 1px solid #0B5271;
	border-top: 1px solid #2B7495;
	vertical-align: top;
}

.bulletinbottom {
	border-bottom: 1px solid #0B5271;
	vertical-align: top;
}

.butterflies {
	border-bottom: 1px solid #0B5271;
}

.bluecell {
	background-image:url(images/big_background.jpg);
	background-repeat:repeat-x;
	height:151px;
}

.bulletin {
	background-image:url(images/bulletin_back.jpg);
	background-repeat:repeat-x;
}

.landscape {
	background-image:url(images/main_landscape.jpg);
	background-repeat: no-repeat;
}

.bluecell2 {
	background-image:url(images/small_background.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	height: 124px;
}

.dashedline {
	background-image:url(images/dashed_line.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #0B5271;
}

.newscell {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
	vertical-align: top;
	width: 310px;
	border-right: 1px solid #0B5271;
}

.news {
	vertical-align: top;
}

.white {
	vertical-align: top;
	background-color:#FFFFFF;
}

.textcell {
	border-left: 1px solid #0B5271;
	border-right: 1px solid #0B5271;
	padding-left: 24px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	vertical-align: top;
	background-color:#FFFFFF;
}

.journalcell {
	border-left: 1px solid #0B5271;
	border-right: 1px solid #0B5271;	
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	vertical-align: top;
	background-color:#FFFFFF;
}

.bulletinboard {
	border-left: 1px solid #0B5271;
	border-right: 1px solid #0B5271;	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	background-color:#FFFFFF;
}

h1 {
	color: #3C8FB6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight:normal;
}

h2,h3,h4,h5,h6 {
	color: #3C8FB6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

.navi {
	color: #2F7290;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	line-height:21px;
}