@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0f0f65;
}
.content {
padding:15px;
}
body {
	background-color: #626a9b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a:link {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
	margin: 0;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.header {
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
}
.tagline {
	font-size:16px;
	color:#FFFFFF;
	font-weight: bold;
	font-style: italic;
}
.title {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color: #0f0f65;
}
.contable {
	background-image: url(images/contbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
}
}
.contable2 {
	background-image: url(images/contbg2.jpg);
	background-repeat: no-repeat;
	background-position: top-left;
}
}
.christmastable2 {
	background-image: url(images/contbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.christmastable{
background-image: url(images/lights.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#FFFFFF;
}

.newstitle
{
	font-size: 24px;
	font-weight: bold;
	padding: 1 px;
	color: #FFFFFF;
	background-color: #0f0f65;
	margin-bottom: -1px;
	border: 1px solid #0f0f65;
}
.leftbotpos
{
	position: fixed;
	width: 185px;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif;
font:normal 12px Helvetica;
line-height:18px;
z-index:60;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
color: #0F0F65;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
color:#FFFFFF;
background-color: #2A640F;
text-decoration: underline;
}

.rsscontainer{
margin-bottom: 5px;
}

.rsscontainer .rsstitle{ /*Style for .rsstitle DIV*/
font-weight: normal;
}

.rsscontainer .rssdate{ /*Style for .rssdate DIV*/
color: gray;
font-size: 90%;
}
.rsscontainer .rssdescription a:hover{
font-weight:normal;
text-decoration:none;
}

.rsspaginate{ /*Style for Pagination DIV*/
width: 205px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.rsspaginate form{ /*Style for Pagination DIV's form element*/
margin: 0;
}

.rsspaginate .paginateselect{ /*Style for Pagination DIV's drop down menu*/
	border: 1px solid #2A640F;
	margin: 0 10px;
	color: #0f0f65;
}

.rsspaginate a{ /*Pagination links*/
padding: 0 5px;
text-decoration: none;
border: 1px solid #2A640F;
color: navy;
background-color: white;
}


.rsspaginate a:hover, .rsspaginate a.selected{
color: #FFFFFF;
background-color: #2A640F;
border: solid #0f0f65 1px;
}
.subtitle {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #0f0f65;
