<!-- 
body  {
	font: 13px Arial, Helvetica, sans-serif;
	background:url(images/bg.jpg) repeat-x #95919E;
	margin: 10px 0 0 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}


#container { 
	width: 780px;  
	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 { 
	background:url(images/header.jpg) repeat-y #FFFFFF;
	height:82px;
	text-align:center;
	padding: 20px 10px 20px 0;
	color:#FFFFFF;
	font:14px Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
} 


#top-nav { 
	margin: 0; 
	border: 1px #666666 solid;
	background-color:#95919E;
	padding: 4px;
} 

.top-nav-items ul{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.top-nav-items li{
	display: inline;
	margin: 0;
	color: #2E008F;
}

.top-nav-items li a, a:visited{
	text-decoration: none;
	padding: 5px 8px;
	margin: 0;
	color: #2E008F;
 /*THEME CHANGE HERE*/
}

.top-nav-items li a:hover{
text-decoration: underline;
color: #95919E;
background-color:#2E008F;
}


#mainContent { 
	margin: 0; 
	padding: 5px 15px; 
	border:1px #2E008F solid;
	border-top:0px;
} 

#mainContent a, a.visited {
	padding:0px;
	text-decoration:underline;
}

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

table.content {
	border-width: 0;
	width:100%;
}	

table.content td {
	padding:4px 5px 0 0;
}

#footer { 
	padding: 4px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
	border: #2E008F 1px solid;
	border-top:0;
	color:#000000;
	text-align:center;
	font-size:.9em;
} 

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
	color:#BF0411;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

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

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


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