
body
{
}

.contentBody
{
  padding-top: 10px;
  height: 100px;
}

.footer
{
  padding-top:10px;
  color: #6c0300; 
  font-weight: bold;
  text-align: right;
  padding-right: 40px;
}

.txtSection
{
  border: 0.2em solid #6c0300;
  -moz-border-radius: 1em;
  border-radius: 1em;
  vertical-align: top;
  padding: 0.5em;
}

.banner
{
  text-align: center;
}

/* NAVIGATION BUTTONS */
.menu 
{ 
  font-family:"Times New Roman", Times, serif;
  font-size: 15pt;
  padding-right: 30px;
}
.menu a {   padding-right: 20px;}
.menu a:link { color: #6c0300; text-decoration: none }
.menu a:active { color: #9fb93e; text-decoration: none }
.menu a:visited { color: #6c0300; text-decoration: none }
.menu a:hover { color: #9fb93e; text-decoration: underline }

a.selected:link { color: #9fb93e; text-decoration: none; }
a.selected:active { color: #9fb93e; text-decoration: none; }
a.selected:visited { color: #9fb93e; text-decoration: none; }
a.selected:hover { color: #9fb93e; text-decoration: underline }

/* END OF NAVIGATION */

.specialDate 
{
  color: #6c0300; 
  font-weight: bold;
  font-size: 1.3em;
}
.specialTitle
{
  background: url(calendar_icon.jpg) left top no-repeat;
  padding-left: 40px;
  padding-bottom: 10px;
}

#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	border: 1px solid #000;
	list-style: none;
	display: inline;
	}
	
		
#tabs ul li.here {
	border-bottom: 1px solid #ffc;
	list-style: none;
	display: inline;
	}

		ul.twitbox {
			width: 400px;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		ul.twitbox li{
			border-bottom:1px dashed #D2DADA;
			padding: 10px;
			font-size: 14px;
			font-family: 'Lucida Grande',sans-serif;
			color: #333333;
		}
		ul.twitbox li.mytwitHead {
			height: 60px;
			background: url('logo50px.jpg') no-repeat center right;
		}
		ul.twitbox li.mytwitHead a {
			font-size: 22px;
			font-weight: bold;
		}
		ul.twitbox li.mytwitHead img{
			float: left;
			padding-right: 10px;
		}
		ul.twitbox li a {
			color: #6c0300;
			text-decoration: none;
		}
		ul.twitbox li a:hover { color: #9fb93e; text-decoration: underline; }
		ul.twitbox span.twhen {
			color: #999999;
			font-family: georgia;
			font-size: 10px;
			font-style: italic;
			padding-top: 5px;
		}

