/* All body functions to the website (ex. background | banner | and more) */

body, body * {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
	color: #000;
	padding: 0px;
	margin: 0 auto;
}

li{
	margin-left: 15px;
}

body {
    background: url('images/top_banner_bg.jpg') repeat-x;

	background-color: #ffffcc;
}

#header {
	background:url('images/logo.png');
	width:800px;
	height:122px;
}

#header3 {
	height:45px;
	margin: 0 auto;
}
.navi{
	margin: 0 auto;
}
.navi a{
	font-size: 20px;
}
.navi a:hover{
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

/* The end of body data */

/* Main Links of the website */

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
} 

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffcc00;
	text-decoration:underline;		
}

/* The end of main links for the website */

/* Beginning of the link colors to the website */

a.othercolor {
color: #333333;
font-weight:bold;
font-size:12px;
text-decoration:none;
}

a.othercolor:hover {
color: #333333;
text-decoration: underline;
font-weight: bold;
}

a.othercolor2 {
color: #ffcc00;
font-weight:bold;
font-size:12px;
text-decoration:none;
}

a.othercolor2:hover {
color: #ffcc00;
text-decoration: underline;
font-weight:bold;
}

a.othercolor3 {
color:#22B14C;
font-weight:bold;
font-size:11px;
text-decoration:none;
}

a.othercolor3:hover {
color:#22B14C;
font-weight:bold;
font-size:11px;
text-decoration:underline;
}

a.navlink {
	color:#555555;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

a.navlink:hover {
	color:#555555;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}

/* The ending of the link colors */

/* Random text areas of the site */

.darktext {
	color:#888888;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.footer1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.footer1 a{
	color: #000;
}

.smallfont {
	color:#555555;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.datefont {
	color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.navlinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.board_table table{
	width: 650px;
}
.board_table td{
	padding: 3px;
}
/* The end of text areas */



