body {
	background: url(http://www.zenmartialarts.com/images/bg.jpg) top center no-repeat #000;
	margin: 0px;
	padding: 24px 0px 0px 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 13px;
	color: #000; 
	}

h1 {
	color: #00669c;
	font-size: 20px;
	}

h2 {
	color: #00669c;
	font-size: 18px;
	}
	
h3 {	
	color: #00669c;
	font-size: 16px;	
	}
	
h4 {
	color: #00669c;
	font-size: 14px;	
	}	

.sidebarText {
	font-size: 11px;
	font-weight: bold;
	}
	
.regularText {
	font-size: 13px;
	}
	
.footer {
	font-size: 11px;
	color: #cccc99;
	}
	
	
/*************************************************
LINKS
*************************************************/

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #00669c;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #00669c;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #686868; 
	}
	
/* THESE BELOW ARE SECONDARY LINKS TO USE FOR BOTTOM NAVIGATION MENU */

a.bot:link {
	font-weight: normal; 
	text-decoration: underline;
	font-size: 11px; 
	color: #bbbb8d;
	} 	
a.bot:visited {
	font-weight: normal; 
	text-decoration: underline;
	font-size: 11px 
	color: #bbbb8d;
	}	
a.bot:hover {
	font-weight: normal; 
	text-decoration: none;
	font-size: 11px 
	color: #ffffff; 
	}	
	
	
/*************************************************
Other stuff
*************************************************/
	
.small {
	font-size: 10px;
	}
	
.small2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.formField {
	background-color: #fff;
	border: 1px solid #00669c;
	}
	
.formButton {
	background-color: #00669c;
	border: 1px solid #00669c;;
	font-weight: bold;
	padding: 2px;
	color: #fff;
	}
	
.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 20px;
	}
	
#flashcontent {
	width: 1000px;
	height: 321px;
	background-color: #fff;
	}
	
.red {
	color: #FF0000;
	}

/*************************************************
DROP DOWN MENU
*************************************************/

#dropmenudiv{
	position:absolute;
	background-color: #979797;
	color: #fff;
	border:1px solid #fff;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:24px;
	text-align: left;
	z-index:100;
	}

#dropmenudiv a{
	width: 100%;
	display: block;
	color: #fff;
	background-color: #5e5e5e;
	text-indent: 3px;
	border-bottom: 1px solid #fff;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	line-height:24px;
	}

#dropmenudiv a:hover{ /*hover background color*/
	color: #fff;
	background-color: #979797;
	text-align: left;
	}

/* Sample CSS definition for the example list. Remove if desired
.navlist li {
	list-style-type: square;
	width: 155px;
	background-color: #387da6;
	text-align: left;
	}  */
#sidebar ul { list-style-type: none; }
#sidebar li { padding-bottom: 13px; }
