body {
	background-color: #003399;    /* <color> | transparent */
	background-image: none;    /* <uri> | none */
	background-attachment: scroll;    /* scroll | fixed */
	background-repeat: no-repeat;    /* repeat | repeat-x | repeat-y | no-repeat */
}

h1, h2, h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #003399;
}

p, a {
	font-size: .9em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #003399;
}


a:link { text-decoration: none; color:#000099; }
a:active { text-decoration: none; color:#000099;}
a:visited { text-decoration: none; color:#000099;}
a:hover {text-decoration: none; color:#339933; }

ul li {
	list-style-type: square;
	font-size: .9em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #003399;
}

table.layout {
	width: 800px;
	background: white;
	margin-top: 0px;
	margin-left: 0px;	
}

tr.navbar {
	background: white;
}

tr.header {
	background: white;
}

tr.main {
	background: white;
}

td.sidebar {
	background: #CCCCCC;
}

p.tagline {
	font-size: .9em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #003399;
	text-align: center;
}


.page_header {
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
}

.home_1{background:url(../images/home_1.gif) no-repeat bottom right;}
.home_2{ background:url(../images/home_2.gif) repeat-y top right;}
.home_3{ background:url(../images/home_3.gif) no-repeat bottom left;}
.home_4{ background:url(../images/home_4.gif) repeat-y right;}
.home_5{ background:url(../images/home_5.gif) repeat-y top right;}
.home_6{ background:url(../images/home_06.gif) repeat-y;}
.home_7{ background:url(../images/home_07.gif) no-repeat top right;}
.home_8{ background:url(../images/home_08.gif) repeat-x;}
.home_9{ background:url(../images/home_09.gif) no-repeat;}
.home_9{ background:url(../images/home_09.gif) no-repeat;}
.home_9{ background:url(../images/home_09.gif) no-repeat;}
.home_9{ background:url(../images/home_09.gif) no-repeat;}
.home_9{ background:url(../images/home_09.gif) no-repeat;}
.home_15{ background:url(../images/home_15.gif) repeat-y top;}
.home_16{ background:url(../images/home_16.gif) no-repeattop;}

.nav_back{ background:url(../images/nav_back.gif) repeat-y top;}


.strikeout { text-decoration: line-through; }
.bold { font-weight: bold; }
.box { border: 2 dashed #CCCCCC; }
.alert { color: red; font-weight: bold; }

td.calendar-head {
	border: 1 solid #003399;
	background: #CCCCCC;
	font-size: .9em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #003399;
	text-align: center;
}
td.calendar {
	border: 1 solid #003399;
	background: white;
	font-size: .9em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #003399;
	text-align: center;
}

/* begin styles for RSS Feed */

.rss_box {
	 margin: .2em;
	 width: 350px;
	 background-color: white;
	 border: 1px solid #CCCCCC;
	 
}
.rss_items {
	margin-top:0px;
	padding:0.2em; 0.2em;
	margin-left:0px;
	color:#000000;
}
p.rss_title {padding:0.2em;}
.rss_title {
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	background-color:#CCCCCC;
	color:#003399;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss_item  {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.75em;
  font-weight : normal;
  list-style:none;
  padding-bottom:.2em;
}

.rss_item a {
	text-decoration : underline;
	color:#003399;
	font-size: 100%;
	font-weight:bold;
	font-family:arial, sans-serif;
	}
	
.rss_item a:visited {
	color:#003399;
}

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

