@charset "UTF-8";

body {
	background: #422c21 url(../images/img01.jpg) repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

/* Header */
#header {
	background: url(../images/header1.jpg) no-repeat left top;
}

#date{
	color: #ffffff;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-variant: small-caps;
}

/* Page */
#wrapper {
	background: #EBEAD1 url(../images/img02.jpg) repeat-x left bottom; 
}

#page {
	background: #ffffff;
}

#Pagecenter h1 {
	color: #770000;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	text-indent: 0;
}

#Pagecenter h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: -1px;
}

#Pageleft h1 {
	color: #770000;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: -1px;
}

#Pageleft h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	letter-spacing: -1px;
}

/* Path */
#path a { 	
	color: #558000;
	font-size: 11px;
	background: url("../images/crumbarrow.gif") 100% 55% no-repeat; 
}
#path a:hover{ 
	color: #2f4f4f;  
}

/* Content */

/* News */
#news {
/*	line-height:1.5em; */
 line-height: 20px;
}

#news #pagenumtop { 
	text-align: left;
 	padding: 0;
 	margin: 10px 0 10px 0;
 	display: block;
 	color: #555555;
 	text-decoration: none;
	font: bold 11px "Lucida Sans","Lucida Grande",LucidaGrande, Arial, Helvetica, sans-serif;
}

#news #pagenumtop img { 
	border: 0;
	padding: 0;
	margin: 2px 0 6px 0;
}

#news #pagenumbottom { 
 padding: 0;
 margin: 15px 0 0 0;
 display: block;
}

#news #pagenumbottom a { 
	clear: left;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0;
	color: Black;
	text-decoration: none;
	font: bold 11px "Lucida Sans","Lucida Grande",LucidaGrande, Arial, Helvetica, sans-serif;
}

#news #pagenumbottom a:hover { 
	color: #4169E1;
}

#news #pagenumbottom img { 
	border: 0;
	padding: 4px;
	margin: 3px;
}

#news a {
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
}

#news a:hover {
	text-decoration: underline;
}
		
#news p{
	margin:0;
	padding: 5px 0 10px 0 !important;
	line-height: 1.5em;
	font-size: 13px;
}

#news font{
	 line-height: normal;
}

#news h1{
	padding: 20px 0 10px 0;
	margin:0;
	text-align: left;
	letter-spacing: 0;
	font-size: 22px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	color: #005101;
	border: 0;
}

#news h2{
	padding: 20px 0 10px 0;
	margin:0;
	text-align: left;
	letter-spacing: 0;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	color: #005101;
}

#news h3{
	padding: 15px 0 5px 0;
	margin:0;
	text-align: left;
	letter-spacing: 0;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	color: #005101;
}


#news img{
	padding: 4px;
	margin: 3px 10px 3px 10px;
	border: 0;
}

#news img.border{
	padding: 4px;
	margin: 4px 10px 4px 10px;
	border: 1px solid #696969;
}

#news li {
   display:block;
   list-style-type:none;
 padding-left: 15px;
 background-image: url(../images/bullet.gif);
 background-repeat: no-repeat;
 background-position: 0 .5em;
 color: #191970;
 font-family: "Lucida Sans","Lucida Grande",LucidaGrande, Arial, Helvetica, sans-serif;
 font-size: 13px;
/* margin: 5px 0 10px 0;*/
}
		
#news li a {
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
display:block;
}
#news li a:hover {
	text-decoration: underline;
}
		
#news ul {
 margin: 0;
 list-style: none;
 padding: 0;
 text-indent: 0;
}

#news td {
/*
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	*/
}
/* Footer */
#footer {
	background: #503925;
	color: #ffffff;
}

/* qTip */
div#qTip {
	padding: 3px;
	border: 1px solid #cd853f;
	display: none;
	background: #f5d392; 
	color: #532d11;
	font: bold 9px Verdana, Arial, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
	border-right: 2px solid #cd853f;
	border-bottom: 2px solid #cd853f;
}