body {
       background: #FFFFFF;
       scrollbar-arrow-color: #A55BFF;
       color: #000000;
       font: 14px;
       font-weight: normal;
       font-family: Arial,Helvetica, sans-serif;
       left-margin: 0;
       top-margin: 0;
 }

a:link    { color: #800080; text-decoration:none } 
 a:visited { color: #000080; text-decoration:none; } 
 a:active  { color: #FF0000; } 
 a:hover   { color: #FF0000; text-decoration:none; font-style: normal; }


 .content {
       color: #000000;
       background: #CCCCFF;
       font-size: 14px;
       font-weight: normal;
       font-family: Arial,Helvetica, sans-serif;
       padding:10px;
 }


 H1 {
       color: #993388;
       font-size: medium;
       font-weight: bold;
       font-family: Arial,Helvetica, sans-serif;
 }

 H2 {
       color: #999999;
       font-size: medium;
       font-weight: normal;
       font-family: Arial,Helvetica, sans-serif;
 }

 H3 {
       color: #336D99;
       font-size: 14px;
       font-weight: bold;
       font-family: Arial,Helvetica, sans-serif;
 }

 H4 {
       color: #000000;
       font-size: 12px;
       font-weight: bold;
       font-family: Arial,Helvetica, sans-serif;
 }
      
.smallwhite {
       color: #FFFFFF;
       font-size: 10px;
       font-weight: normal;
       font-family: Arial,Helvetica, sans-serif;
 }

.smallfoot {
       color: #999999;
       font-size: 10px;
       font-weight: normal;
       font-family: Arial,Helvetica, sans-serif;
 }

 .tablehead {
       background: #EEEEEE;
       color: #000000;
       font-size: 14px;
       font-weight: normal;
       font-family: Arial,Helvetica, sans-serif;
 }

 .tablecell {
       background: #FFFFFF;
       color: #000000;
       font-size: 14px;
       font-weight: normal;
       font-family: Arial,Helvetica, sans-serif;
 }

 .tablecellh3 {
       background: #FFFFFF;
       color: #336D99;
       font-size: 14px;
       font-weight: bold;
       font-family: Arial,Helvetica, sans-serif;
 }


 .frontbox {
       background: #EEEEEE;
       color: #000000;
       font-size: 14px;
       font-weight: normal;
       font-family: Arial,Helvetica, sans-serif;
 }
.calendar {color: #606060;font-size: 9px;font-weight: normal;font-family: Arial,Helvetica, sans-serif}
.tablepurple {background: #8237B7;color: #FFFFFF;font-size: 14px;font-weight: normal;font-family: Arial,Helvetica, sans-serif}


ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
    width:100%;
	background: #222;
	font-size: 12px;
	background: url(http://www.rockhillcivitan.org/images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(http://www.rockhillcivitan.org/images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li a:visited{
    color: #eeeeee;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(http://www.rockhillcivitan.org/images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(http://www.rockhillcivitan.org/images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(http://www.rockhillcivitan.org/images/dropdown_linkbg.gif) no-repeat 10px center; 
}

.container {
width:100%;
}

.topnavbar {
background:url(/images/back.png);
width:100%;
display:block;
}

.footer {
width:100%;
display:block;
text-align:right;
background:url(images/back.png);
padding:5px;
}

.topheader {
background:url(/images/back.png);
display:block;
width:100%;
padding:0px;
}
