body 		{font: 11px Verdana, Arial, Helvetica}

.bodybold 	{font-weight: bold;
		font-size: 10px}

h1 		{font-size: 20px;
		font-weight: bold;
		color: #990000}

h2 		{font-size: 16px;
		font-weight: bold;
		color: #990000}

h3 		{font-size: 14px;
		font-weight: bold;
		color: #990000}

h4 		{font-size: 12px;
		font-weight: bold;
		color: #990000}

.texttitle 		{font-size: 11px;
		font-weight: bold;
		color: #990000}

.mainname 	{font-size: 14px;
		font-weight: bold;
		color: #990000}

.entryname 	{font-size: 12px;
		font-weight: bold;
		color: #990000}

.entrydate 	{font-size: 9px}

.promotiontext	{font-size: 36px;
		font-weight: bold;
		text-align: center;
		color: #663399
		}

.promotionsubtext	{font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #000000
		}

.footer		{font-size: 10px; 
		text-align: left}

.footerbold	{font-size: 10px; 
		font-weight: bold;
		text-align: left}

#floatright		{float: right;
		padding-left: 10px;
		padding-bottom: 10px;}

#floatcenter	{float: center;
		padding-left: 10px;
		padding-bottom: 10px;}

#floatleft		{float: left;
		padding-right: 10px;
		padding-bottom: 10px;}

#rightbar .title 	{font-size: 12px;
		font-weight: bold;
		color: #990000;
		line-height: 16px}

#rightbar .date 	{font-weight: bold}

.framebody 	{background-color: #FFFFCC}

#rightbar .entry 	{color: 000;
		font: 11px Verdana, Arial, Helvetica}

.updated 		{background-color: #990000;
		font-weight: bold;
		color: #FFFFFF}

a:hover 		{text-decoration: none}
a:link 		{text-decoration: none}
a:visited 		{text-decoration: none}
a:active 		{text-decoration: none}


.buttontext:hover  	{color :#000000;
		background-color: #CFCFCF;
		border-top: solid #000000 1px; 
		border-right: solid #000000 0px; 
		border-left: solid #000000 0px; 
		border-bottom : solid #000000 0px}

/* ******************************************/
/* ******               Left Frame            ********/
/* ******************************************/
#leftbar  a 	{display: block;
		width: 143px;
		padding :3px;
		border-top: solid #990000 1px; 
		border-right: solid #000000 0px; 
		border-left: solid #000000 0px; 
		border-bottom: solid #000000 0px; 
		font-size: 11px;
		font-style: normal;
		text-align : left;
		text-indent: 0px}

#leftbar a:hover 	{background-color:#FFCC66}
#leftbar a:link 	{color:#0000CC}
#leftbar a:visited 	{color:#663399}
#leftbar a:active 	{text-decoration: none}

/* ******************************************/
/* ******          NavBar Buttons        ********/
/* ******************************************/
#navbar a 	{float:left;
		width:85px;
		text-decoration:none;
		color:#990000;
		background-color:#FFFFCC;
		padding:2px 4px;
		margin-right:2px;
		border-right: solid #990000 1px;
		border-bottom: solid #990000 1px;
		font-size: 11px;
		text-align:right}

#navbar a:hover 	{color:#990000;
		background-color:#FFCC66}

#navbar a.current 	{color: #FFFFCC;
		background-color:#990000}

#navbar ul 	{float:left;
		padding:0;
		margin:0;
		list-style-type:none
		}

#navbar li 	{display:inline
		}

/* ******************************************/
/* ******          Header Frame          ********/
/* ******************************************/

.banner		{height: 40px
		}

#topframe h1, h2	{font-weight : bold;
		padding : 10px 0 0 0;
		margin : 0}

#topframe h1 	{font-size : 32px;
		line-height : 32px
		}

#topframe h2 	{font-size : 26px;
		line-height : 26px;
		}

.leftimg		{float: left;
		padding-left : 40px;
		padding-right : 60px}

.rightimg		{float: right;
		padding-left: 20px;
		padding-right: 20px}

.maintopimg	{background: #F5D996;
		float: left;
		padding-top : 5px;
		padding-bottom : 10px;
		padding-left : 30px;
		padding-right : 15px;
		margin-right: 20px}

/* ******************************************/
/* ******        Expanding Menus       *******/
/* ******************************************/
ul#menu {
  width: 143px;
  list-style-type: none;
  border-top: solid 1px #990000;
  margin: 0px;
  padding: 0px;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul#menu li, ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
}

ul#menu a {
  margin-left: 3px;
}

ul#menu li {
  border-bottom: solid 1px #990000;
  line-height: 15px;
  list-style-type: none;
}

ul#menu ol li {
  border-bottom: none;
  line-height: 13px;
}

ul#menu ol li:before {
  content: "-";
  margin-left: 10px;
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:link {
  color: #0000CC;
}

ul#menu a:hover {
  color: #990000;
}

ul#menu a.active {
  color: #be5028;
}

ul#menu a.visited {
  color: #663399;
}