body {
	text-align:center;
	background-color:#e0001c;
	font-family:"Lucida Sans";
	margin:0px;

}


p {
  margin:0px;
  padding: 6px 0px 6px 0px;
}

#mainContent td {
	font-size:13px;
}


#bodyContainer {
  width:878px;
  text-align:left;
  margin:0 auto;
}

#header {

  color:#c8964a;
  font-weight:bold;
}

#contentContainer {
  
  background-image:url('../images/global/contentBg.gif'); 
 background-repeat:no-repeat;
  background-position:top;
 background-color:#e3e0e1;
}

#footer {
  background-image:url('../images/global/footerBg.gif');
  height:52px;
  clear:both;
  text-align:center;
  font-size:8pt;
  padding-top:15px;
  background-repeat:no-repeat;
}

#nav {
  width:200px;
  float:left;

}

#nav ul {
  list-style:none;
  margin:0px;
  padding:0px;
}

#nav li {

}

#nav a {
  font-weight:bold;
  font-size:10px;
  color:#493c3c;
}

#nav li a {
  padding-left:40px;
  line-height:38px;
  background-image:url('../images/global/navBg.jpg');
  background-repeat:no-repeat;
  height:38px;
  display:block;
}

a {
	text-decoration:none;
	color:#58a;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color: #FF0000;
}

.center {
	text-align:center;
	color: FF0000;
	text-decoration: underline;
}

.clear {
  clear:both;
}

#mainContent {
  float:right;
  width:670px;
  font-size:13px;
}

#logo {
	float:left;
	width:236px;
	height: 275px;
	margin-top: 22px;
}

#headerText {
	width:450px;
	text-align:center;
	float:left;
	margin-top:18px;
}

#headerText p {
  padding:10px 0px 10px 0px;
  margin:0px;  
}

#headerRight {
	float:right;
	width:171px;
	text-align:center;
	margin-top:27px;
}

#headerRight img {
  
}

#headerRight a img {
  padding-bottom:0px;
}

#contentTop {
  height:55px;
  margin-top:6px;
  position:relative;
}

#content_newsBtn {
	position:absolute;
	left:25px;
	top:6px;
}

#mainContent_Left {
  float:left;
  width:450px;
}

#mainContent_Right {
  float:right;
  width:180px;
  text-align:center;
  
}

#mainContent h1 {
  font-size:24px;
  color:#c8964a;
  text-align:center;
}

#mainContent h2 {
  font-size:18px;
  color:#c8964a;
  text-align:center;  
}

#mainContent h3 {
  font-size:15px;
  text-align:center;
}

#mainContent p {
  text-align:justify;
}

.block {
  border:3px solid #c8964a;
  text-align:center;
  width:370px;
  font-size:14px;
  font-weight:bold;
  padding:5px;
  margin:0 auto;
}

.red {
  color:red;
}

.floatLeft {
  float:left;
}

.floatRight {
  float:right;
}

iframe, .goldborder {
  border:3px solid #c8964a;
}

.gold {
  color:#c8964a;
  font-weight:bold;
}

.black {
  color:#000000;
}

a img {
	border:none;
	vertical-align: bottom;
}

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

.rss-box {
	 width: 600px;
	
}

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

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

.rss-item  {
  font-size: x-small;
  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;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.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
   }

