.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.maintext {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: medium;
}
.state {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}
.country {
	color: #000000;
	background-color: #FFCC33;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.smalllist {
	font-size: x-small;
	list-style-position: outside;
	list-style-type: square;
}
.body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: medium;
}
.details {
	font-size: small;
	font-variant: small-caps;
}

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 190px;
background-color: #666666;
border-bottom: 3px solid #fff;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #000000;
color: #CCCCCC;
}

#blogcontainer {  }

#blogcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#blogcontainer a
{
display: block;
padding: 3px;
width: 90%;
background-color: #999999;
border-bottom: 1px solid #000;
border-right: 1px solid #222;
}

#blogcontainer a:link, #navlist a:visited
{
	color: #FF6;
	text-decoration: none;
	background-color: #000000;
	font-weight: bold;
}

#blogcontainer a:hover
{
background-color: #FFFF66;
color: #000;
}

/* begin styles for RSS Feed */
.rss_date {
	font-size: 10px;
	color: red;
}

.rss_box {
	 margin: 1em;
	 background-color: #FFFF00;
        border-top: thin solid #AAAAAA
	 
}
.rss_items {
	margin-top:0px;
	padding:0px 20px 0px 20px;
	margin-left:0px;
	color:#000000;
}
.rss_title {
	font-size: 10pt;
        background-color: #222222
	color: gray;
	font-weight:bold;
	text-align: left;
}
.rss_title a{ color: gray; }
.rss_item  {
  font-size: 12px;
  list-style:none;
  padding-bottom: 5px;
}

.rss_item a {
	color: black;
	font-size: 12px;
	font-weight:bold;
	}
	
.rss_item a:visited {
	color: black;
}
ul.rss_items {
	 border: 1px dashed silver;
 background-repeat: no-repeat;
 background-position: 5px 5px

}