body {
	font-family:Century Gothic, CK Handprint;
	color:#FFFFFF;
}
a{
	color: #CCCCCC;
}
a:hover {
	color: #00FF66;
}
a.footer {
	text-decoration:none;
	color:#00FF99;
	font-size:10px;
}
.footer {
font-size:10px;
}
.style11 {
	font-size: 18px;
	color: #000000;
}
.foot {font-family:"Century Gothic";}
.style13 {color: #000000}
.style14 {
	font-size: large;
	font-weight: bold;
}
.header {
	font-size: large;
	font-weight: bold;
}
/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 160px;
		}
		 #navigations ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 230px;
		}

		#navigation a {
			font-size:13px;
			display: block;
			padding: 5px;
			width: 160px;
			border-bottom: 2px solid #ccccc9;
		}
		#navigations a {
			background:#ece7d5;
			font-size:13px;
			display: block;
			padding: 5px;
			width: 160px;
			border-bottom: 1px solid #ffffff;
		}

		#navigation a:link, #navlist a:visited {
			background:#cccc99;
			color:#930000;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 96% 50% no-repeat;
			background-color: #ccccbb;
			color:#930000;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		#navigations p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}

.navTD
{
 text-align: center;
 padding: 0px;
}

/*a*/
a.navLink
{
 color: #000000;
 text-decoration: none;
 padding: 2px 25px;
 height: 100%;
 font-family: "Arial Rounded MT Bold";
 /*font-weight: bold;*/
}
a.navLink:link, a.navLink:visited
{
 
}
a.navLink:hover
{
/* background-color: #BEBE95;*/
 /*background-color: #C1C8F8;*/
 background-color: #cccccc;
}
