body {

	background-image: url(images/bg.jpg);

	background-repeat: repeat-x;

	background-color: #FDC500;

	margin-top: 0px;

}

body,td,th {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000066;

}

a:link {

	color: #CC0000;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #CC0000;

}

a:hover {

	text-decoration: underline;

	color: #153AAC;

}

a:active {

	text-decoration: none;

	color: #153AAC;

}

.style7 {

	font-size: 24px;

	font-style: italic;

	font-weight: bold;

	font-family: ChanticleerRoman, Arial, Helvetica, sans-serif;

	color: #4145CB;

}

.style9 {

	font-size: 14;

	font-weight: bold;

}

.style10 {

	font-size: 18px;

	font-style: italic;

	font-weight: bold;

	color: #FF8603;

}

.style11 {font-family: Georgia, "Times New Roman", Times, serif}

h1,h2,h3,h4,h5,h6 {

	font-family: Georgia, Times New Roman, Times, serif;

}

h1 {

	font-size: 22px;

	color: #4145CB;

	font-style: italic;

}

h2 {

	color: #210192;

	font-size: 18px;

	margin-top: 0px;

	margin-bottom: 10px;

}

h3 {

	color: #cc0000;

	font-size: 16px;

}

.footertxt {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-align: left;

}


#sidelist {
	padding: 0;
	margin: 0;
	text-align: left;
	}
#sidelist li {
	list-style: circle;
	margin: 0 0 10px 15px;
	}



/*Main Navbar */

#navi {
	background:none;
	font-size:14px;
	padding: 0px;
	margin: 10px 0 0 0;
	line-height: 25px;
	}
	
#navi a, #navi a:hover {
	text-decoration: none;
	text-transform: uppercase;
	border:none;
	}

#navi a, #navi a:visited {
	font-weight:normal;
	color: #210192;
	background: none;
	padding:6px 12px;
	margin: 30px 0;
	}

#navi a:hover, #navi a:active {
	background: #4643cf;
	text-decoration:none;
	color:#fff;
	}	


/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
