body {
	/*background-image: url(/images/backgrnd.png);*/
	background-color: #000066;
}


a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #000066;
}
.welcome {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.footer {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
}

H1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#069;
	margin-top:0px;
	margin-bottom:0px;
      }

H2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#06F;
	margin-top:10px;
	margin-bottom:-5px;
      }

.text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.menu {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent:5px
}
.title  {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.style1 {color: #FF0000}

.style2 {color: #FFFFFF;
	font-weight:bold}

/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss-box {
	 width: 100%;
	 background-color: #ffffff;
}

.rss-title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss-items {
       list-style:none;
       margin:0;
       padding:0;
}

.rss-item  {
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 1em;;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {

	}

.rss-item a:hover { 

	}
	
.rss-date {
	font-size: xx-small;
	} 


.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }


/* Nav Menu CSS */
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 150px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(/images/nav.gif) repeat-x bottom left;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 150px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(/images/navhover.gif);
}

/* Center Table CSS */

.centertable{
	margin-top: 0px;
	padding: 0px 5px 0px 5px;
	vertical-align: top;
}

table.banner
{
	width:				940px;
	margin:				0px auto 15px auto;
}

/* Latest Postings Table CSS */

.latestPostingsTable {
	width: 100%;
	height: 250px;
	background-image:url('../images/latestBkgd.jpg');
	background-repeat:repeat-x;
}

.latestTitleLeft {
	width: 50%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	text-decoration: underline;
	height: 20px;
	color: #00CCFF;
	border-right: solid;
	border-right:thin;	
	border-right-color:#FFFFFF;
	padding-left: 10px;

}

.latestTitleRight {
	width: 50%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	text-decoration: underline;
	height: 20px;
	color: #00CCFF;
	padding-left: 10px;

}

.latestLinksLeft {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	border-right: solid;
	border-right:thin;
	border-right-color:#FFFFFF;
	padding-left: 25px;
	margin: 0px auto 0px auto;
	text-align: left;
	vertical-align: text-top;
	line-height: 20px;
}

.latestLinksLeft	a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.latestLinksLeft	a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.latestLinksLeft	a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.latestLinksLeft	a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.latestLinksRight {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding-left: 25px;
	margin: 0px auto 0px auto;
	text-align: left;
	vertical-align: text-top;
	line-height: 20px;
}

.latestLinksRight	a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.latestLinksRight	a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.latestLinksRight	a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.latestLinksRight	a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#topBarBanner
{
	height:			60px;
	text-align: 	center;
	width:			968px;
}
	
#topBarBanner_Left
{
	float:			left;
	text-align:		center;

}

#topBarBanner_Right
{
	float:			right;
	text-align:		center;
}
