/* At-Rules */
@charset "iso-8859-1";


h3 {
	color: #990000;
	font:fantasy;
	font-size:large;
	text-align:center;
	
	}

h2 {text-align:center;
	color:#FF6600;
	}	

A       { font-weight:lighter; border:none; }
A:link      { color: #000099; text-decoration: underline; }
A:visited   { color: #FFCC00; text-decoration: underline; }
A:active    { color: #990099;  }
A:hover     { color: #993399; text-decoration: underline; }
	
	
	
p { background:#99FFFF;
	border: thin inset silver;
	border-bottom-color: silver;
	border-bottom-style: inset;
	border-bottom-width: medium;
	color: #000099;
	font-size: 9pt;
	font-family: "franklin gothic medium", serif;
	font-weight: medium;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 12px;
	text-align: center;
	}

Body {background: #336666}	   

/* styles for positioning */

#banner {
	position:absolute;
	top:2px;
	width:100%;
	background-color:#336666;
	}

#pageTop {
	position:absolute;
	top:285px;
	width:75%;
	}
	
#sideBar {
	position:absolute; 
	top:285px; 
	right:0%;
	width:25%;
	background:#338866;
	border: thin inset silver;
	border-bottom-color: silver;
	border-bottom-style: inset;
	border-bottom-width: medium;
	}
	
#bottomPage {
	position:absolute; 
	bottom:0px;
	} 


/* begin styles for RSS Feed */

.rss_box {
	 margin: 1em;
	 width: 200px;
	 background-color: #D9EAFF;
         border-width: 1px;
         border-style: solid;
	 border-color: black
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss_title {padding:0.5em;}
.rss_title {
	text-decoration: none;
	font-family: "Courier New";
	font-size: 12px;
	background-color:#D9EAFF;
	color: black;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss_item  {
  font-family: "Courier New";
  font-size: 10px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss_item a {
	text-decoration : none;
	color: black;
	font-size: 10px;
	font-weight:light;
	font-family:"Courier New";
	}
	
.rss_item a:visited {
	color:maroon;
}

.rss_date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	}

/* End of style section. Generated by AceHTML at 1/1/2005 21:04:14 */
