body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color:#EDE8AE;
	padding: 0px;
}
img { border-style:none; }
a {
	text-decoration: none;
	color:#000000;
}
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #220F68;
	text-align: left;
}
.bluetext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #220F68;
	text-align: left;
}
.ashtext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7B7871;
	text-align: left;
}
.footer, .footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.footer a {
	padding:10px;
	font-weight:bold;
}
.blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	
}
.textfield {
	height: 18px;
	width: 120px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}
.main_image {
	border: 5px solid #959A62;
	width: 486px;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.contents {
	padding: 0px 10px 10px 10px;
}
.ADMIN a {
	color:#FF0000;
}
.ADMIN a:hover {
	color:#990000;
	text-decoration:blink;
}
.contentTitle {
	padding:5px;
	padding-left:15px;
	background-image:url(../images/newsscroll.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
}
.story {
	padding:10px 0px 10px 0px;
	text-align:justify;
}
.story img {
	margin: 0px 7px 0px 7px;
	border:2px solid #FFFFFF;
}
.weather {
	font-size:12px;
	padding:3px 0px 3px 0px;
}


/*
.clear {
    overflow: hidden;
    width: 100%;
}
*/

a.button {
    background: transparent url('/images/button_bg.jpg') no-repeat scroll top right;
    /*color: #444;*/
    display: block;
    float: left;
    font: normal 16px arial, sans-serif;
	font-weight:bold;
    height: 47px;
	width: 142px;
    /*margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-align:center;
}

a.button-active {
	background-position: bottom right;
}

a.button span {
    /*background: transparent url('bg_button_span.gif') no-repeat;*/
    display: block;
    padding-top: 10px;
}

a.button:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

/*
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}
*/