/* Generic CSS */

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	background:#fff url('../img/bg3.png') repeat-x top;
	}

h1	{ 
	font:2.1em georgia,serif; 
	margin:0.5em 0;
	}

h2	{
	font:1.5em georgia,serif; 
	margin:0 0 0.5em;
	}

h1, h2, a {
	color:#000;
	}

p	{ 
	line-height:1.5; 
	margin:1em 1em 1em;
	}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:576px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}

div#header {
	height:153px; /* IE6: treaded as min-height*/
	padding-top:9px;
	}

div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
	}

div#content {
	padding:1em .9em 10em .9em; /* bottom padding for footer */
	}

div#content p {
	text-align:justify;
	}

div#footer {
	text-align:center;
	position:absolute;
	width:576px;
	height:27px;
	bottom:0; /* stick to bottom */
	color:#000;
	background:#fff url('../img/copyright3.png') repeat-x top;
	font-size:.75em;
	font-family: "trebuchet MS", tahoma, verdana, arial, sans-serif;
	}

div#footer p {
	margin:0;
	margin-top:1px;
	}

/* begin styles for RSS Feed */

.rss1 {
	position:absolute;
	top: 164px;
	left: 38px;
	width: 247px;
	height: 274px;
	background: url('../img/rssitem1.png');
}

.rss2 {
	position:absolute;
	top: 164px;
	left: 295px;
	width: 247px;
	height: 274px;
	background: url('../img/rssitem2.png');
}

.rss-box {
	margin: 0.3em;
	width: 234px;
}
.rss-items {
	margin-top:0px;
	padding:0.3em; 0.3em;
	margin-left:0px;
	color: #000;
}
p.rss-title {
	padding:0.4em;
}
.rss-title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 18px;
	color:black;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}
.rss-title a:hover {
	text-decoration: underline;
	}
.rss-item  {
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 12px;	
	font-weight : normal;
	list-style:none;
 	padding-bottom:.8em;
}

.rss-item a {
	text-decoration : none;
	color: #229;
	font-size: 12px;
	font-weight:light;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
.rss-item a:visited {
	color:009;
	text-decoration : underline;
	}

.rss-item a:hover {
	text-decoration: underline;
	color:#000;
	}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #c00;
	} 
