@charset "utf-8";
/* CSS Document */

/* CSS Document 
turquoise: 00a8a8
purple: 9d3f98
gold: fed97e

*/


body {
	background-image: url(/images/background/pgbkgrd.gif);
	background-repeat: repeat;
	width:100%;
	margin:0;
}

a:active, a:link {
text-decoration:none;
}
a:hover {
color: #00a8a8;
}
a:visited {
text-decoration:none;
color: #00a8a8;
}

/*BUTTON*/
.nav_button {
	background-image: url(/images/buttons/mid_but.gif);
	background-repeat: repeat-x;
	height: 32px;
	width:668px;	
}
.nav_button_left {
	background-image: url(/images/buttons/lt_but.gif);
	background-repeat: no-repeat;
	height: 32px;
	width:20px;
}
.nav_button_right {
	background-image: url(/images/buttons/rt_but.gif);
	background-repeat: no-repeat;
	height: 32px;
	width:20px;
}
#topnav {
	padding-left: 0px;
	padding-right: 0px;
	width: 668px;
	height: 32px;
			
}


/*HEADER*/


.header_top {
	background-image: url(/images/background/header_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.header_text {
	color: #00a8a8;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
/*MAIN TABLE */
.mid_table {
	background-image: url(/images/background/mid.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
}

.bot__lt_table {
	background-image: url(/images/background/bot_lt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:237px;
	height:179px;
}
.bot__rt_table {
	background-image: url(/images/background/bot_rt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:471px;
	height:179px;
}
.mid_pic {
	background-image: url(/images/background/main_pic.gif);
	background-repeat:no-repeat;
	background-position:left;
}
/*PICs*/

.pics {
	
	border: thin #fed97e;
}
.pics a:link {
	
	border: thin #fed97e;
}
.pics_caption {
	font-family:"Trebuchet MS", "Serifa BT";
	font-size:10px;
	color: #333333;
	
}
/*CONTENT*/

.content_header {
	font-family:"Trebuchet MS", "Serifa BT";
	font-size:14px;
	color: #9d3f98;
	font-weight: bold;
}
.content_header a:link{
	font-family:"Trebuchet MS", "Serifa BT";
	font-size:14px;
	color: #9d3f98;
	font-weight: bold;
}
.content {
	font-family:"Trebuchet MS", "Serifa BT";
	font-size:14px;
	color: #333333;
}
.content a:link{
	font-family:"Trebuchet MS", "Serifa BT";
	font-size:14px;
	color: #333333;
	text-decoration:underline;
}

/*RSS*/
.rss-box-news {	 
width: 500px;
}
.rss-title, rss-title a:link, rss-title a:visited  {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-weight:bold;
	font-size: 12px;
	color: #9d3f98;
	
}

.rss-items {
list-style:none;       
margin:10px;       
padding:0;
}
.rss-item  {  
margin-bottom: 1em;
font-family: Verdana;
font-size: 11px;
color: #345ea9;
}
.rss-item a:link, .rss-item a:visited {	
font-family: Verdana;
font-size: 11px;
color: #345ea9;
text-decoration:none;
}

/*FOOTER*/
.footer {
	font-family:"Trebuchet MS", "Serifa BT";
	font-size:11px;
	color: #333333;
	
}
.footer a:link {
	font-family:"Trebuchet MS", "Serifa BT";
	font-size:11px;
	color: #333333;
	text-decoration:underline;
	
}
/*Preload Images at bottom of pages*/

.hiddenPic {
display:none;
}