body {
    font-family:"Century Gothic";
    font-size:12px;
	background: url(images/bg1.jpg) repeat-y top;
	margin: 0px;	
}
a:link {
	font-family: "Century Gothic";
	color: #D6D47D;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}
a:visited {
	font-family: "Century Gothic";
	color: #D6D47D;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}
a:hover {
	font-family: "Century Gothic";
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}
a:active {
	font-family: "Century Gothic";
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
}
font {
	font-family: "Century Gothic";
	font-size: 10px;
	text-decoration: none;
}
p{font-family: "Century Gothic" font-size:12px;} 

a.one:link {color: #ffffff; font-weight:bold;}
a.one:visited {color:#ffffff; font-weight:bold;}
a.one:hover {color: #cccccc; font-weight:bold;}
#NewsDiv	{ position: absolute; left: 0; top: 0; width:100px }

.heading {
	font-family: "Century Gothic";
	color: #777000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.heading_white {
	font-family: "Century Gothic";
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.subheading {
	font-family: "Century Gothic";
	color:#333333;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.link {
	font-family: "Century Gothic";
	color:#ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.link:hover {
	font-family: "Century Gothic";
	color:#ffffff;
	text-decoration:underline;
	font-size: 11px;
	font-weight: bold;
}
.th-td {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #c5bb00;
}
.td-td {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0A58A9;
	text-decoration: none;
	border: 1px solid #C2D2EC;

}
.td-td-noborder {
	font-family: Verdana, Arial, Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #0A58A9;
	text-decoration: none;
}
.td-caption {
	background-color: #FFFCED;
	border: 1px solid #C0CFEC;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 5px;

}

#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 117px;
	top: 153px;
	visibility: visible;
}

.forumBG {
	background:url(images/forumBG.jpg) repeat-y top;
	padding:3px 10px 5px 22px;
}

/*---------- MAIN MENU ---------*/

#nav {
	background:url(images/mainMenuBG.jpg) repeat-x top;
}

#main-menu {
	position:absolute;
}

#main-menu li {
	list-style:none;
	display:inline;
	position:relative;
	float:left;
}

#main-menu li a {
	display:block;
	float:left;
	color:#545253;
	padding:0 43px 20px 0;
	
}

#main-menu li a:hover {
	color:#FFF;
}

#main-menu li ul {
	display:none;
	position:absolute;
	width:177px;
	padding:0;
	top:30px;
	left:0;
	background-color:#999933;
}

#main-menu li:hover ul, #main-menu li.hover ul {
	display:block;
}

#main-menu li ul li a {
	width:168px;
	padding:2px 0 2px 5px;
	margin:1px;
	border:solid #fff 1px;
	font-size:13px;
}

#main-menu ul ul.grandchild { 
	display:none;
}

#main-menu ul li:hover ul.grandchild {
	display:block;
	position:absolute;
	width:177px;
	padding:0;
	top:0;
	left:177px;
	background-color:#999933;
}
