<!-- 
body  {
	font: 14px Georgia, Arial, Helvetica, sans-serif;
	background: #5F77B4;
	margin: 10px 0 0 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 880px;  
	background:url(images/content-bg1.jpg) repeat-y #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	height:104px;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 15px 10px;
}
#top-nav { 
	margin: 0; 
} 
#mainContent { 
	margin: 0 0 20px 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666666; 
	border-top: #000000 1px solid;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	text-align:center;
	font-size:.9em;
	letter-spacing: 0.1em;
}

h1 {
	font-size:1.3em;
	font-weight:bold;
}

h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#8f0012;
	height:40px;
	background:url(images/h1-bg.gif) #ffffff no-repeat;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

p.caption { 
	font-size:.9em;
	color:#ffffff;}
	
p.maroon { 
	font-weight:bold;
	color:#8f0012;}
	
.small {
	font-size:.9em;
	text-align:right;
}

ul {
	margin-top:0;
	margin-bottom:0;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 

/* ######### Style for Top Menu ######### */
.redtabs{
background-color:#8f0012;
padding: 8px;
}

.redtabs ul{
padding: 0;
margin: 0;
font: bold 15px Palatino, Verdana, Arial, sans-serif;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.redtabs li{
display: inline;
margin: 0;
}

.redtabs li a{
text-decoration: none;
padding: 5px 5px;
margin: 0;
color: #ffffff;
background: #8f0012; /*THEME CHANGE HERE*/
}

.redtabs li a:visited{
color: #ffffff;
}

.redtabs li a:hover{
text-decoration: underline;
color: #000000;
background-color:#ffffff;
}

.redtabs li.selected{
}

.redtabs li.selected a{ /*selected main tab style */
}

.redtabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
color: #000000;
background-color:#ffffff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
font:normal 14px Palatino, Verdana, Arial, sans-serif;
color:#FFFFFF;
line-height:20px;
z-index:100;
background-color: #8f0012;
width: 300px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #fefefe;
color:#000000;
text-decoration: underline;
}
