html{
	padding: 0px;
}
body {
	margin-top:0em;
	margin-bottom:0em;
	background-color: #fffafa;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif; /* set default font & size for the entire page */
	width: 98%;
}
h1, h2, h3, h4, h5, h6 {
	color:#993333;
	padding:0px; 
	margin:.1em 0em .1em 0em; 
}	
h1, h1.title {
	font-size:1.6em;
	margin:.4em 0em .3em 0em;
	color: #838CB2;
}
h2{
    font-size:1.3em;
	margin:.3em 0em .2em 0em;
}
h2.subtitle {
    color: #061A6B;
}
h3{
    
}
h3, h4, h5, h6 {
	font-size: 1em;
	margin:.2em 0em .2em 0em;
}
hr{
    
    width:100%;
    color:#663333;
}
img{
	margin: 0px;
	padding: 0px;
	border:0px;
	vertical-align: bottom;
}
p {
	width:90%;
	margin:0px;
	padding:0px 10px 10px 0px;
}

#tower, #cal374 {
    padding-left:10px;
}
#clubName{
   padding-left:120px;/*13%;*/
}
#content {
	background-color: #fff;
	vertical-align:top;
	padding:15px;
}
/* -------------------------- Format Database Data -------------------------*/

#content table{
	width: 100%;
	word-wrap: normal;
	line-break: normal;
	table-layout:auto;
	border-spacing: 0px;
	empty-cells:show;
	margin: 0em 0em .3em 0em;
	border:0px;
	
}

#content th {
	background:#BAA27C;
	border: 1px solid #F2EDDA;
	color: #F5F4F0;
	font-weight:bold; 
	padding: .2em;
	text-align: left;
	text-transform: capitalize; 
	
}
#content thead {
	color: #FFEBCD;
}
#content td{
	background: #F6F4F1;
	color: #110;
	border: 1px solid #F2EDDA;
	padding: .1em .3em .1em .3em;
}
#content table.singleSheet{
    width:50%;
   
}


/* --------------------------  Side Navigation ----------------------------------*/
#sideNavWrap {
	background-color:#FDF7F0;/*#FEF5E9;*/
	padding: 0px;
	margin: 0px;
	vertical-align: top;
   
}
#sideNav{	
	padding:20px 10px 10px 10px;
	width: 145px;
}
#sideNav ul{
	 list-style: none;	 
	 border-top: 1px solid #D8CFAD; 
	 border-right: 1px solid #D8CFAD;
	 border-left: 1px solid #A58F6C;
	 padding: 0px;
	 margin:0px;	
}
#sideNav li{	
	height:26px;	
	color:#993333;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;	
	border-bottom: 1px solid #D8CFAD;	
}

#sideNav a:link, #sideNav a:visited, #sideNav a:hover {
	display: block;
	width: 145px;
	height: 26px;
	padding: 5px;
	color: #993333;	
	text-decoration: none;
	border-left: 10px solid #877559; 	
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 125px;
	height: 16px; 
}
#sideNav a:visited {
	color:#993333;
}
#sideNav a:hover{
	border-left: 10px solid #660000;
	color: #660000;	
}
#sideNav a.selected{
	border-left: 10px solid #202F6B; 
	color: #061A6B;/*#10226A; /*#202F6B; */
}


/*--------------------------------------------------------------------------------*/
#page{
	border: 1px solid black;
	padding:0px 0px 0px 0px;
	margin: 0px;
}

#header {
	border:1px solid black;
}
#footer {
	border-top: 1px solid black;
	width:100%;
	height: 15px;
	text-align:center;
	padding: 5px 0px 5px 0px;		
	color: white;
	background-color:#993333;
}
#footer ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#footer ul li{
	display:inline; /* sets list items to display in a row */
	padding-left:7px; /* puts space in between list items */
	border-right: thin;
}
#footer a {
	color:#fff;
	text-decoration: none;	
	font-weight: bolder;	
}
#footer a:link, #footer a:visited, #footer a:hover {
	font-weight: bolder;
}
#footer a:link {
	color:#fff;
	text-decoration: none;	
}
#footer a:visited {
	color: #FAEDDD;
	text-decoration: none;	
}
#footer a:hover{
	text-decoration: underline;
	color:#fff;
}
#copyright {	
	text-align: center;
	color: #808080;
	padding:0px;
	margin:5px 0px 5px 0px;	
	width:100%;
}
