<style type="text/css">

/*class1 is for the menu bar whereas class2 is for the text*/
.class1 a:link {color:#000000; text-decoration:none;}
.class1 a:visited {color:#000000; text-decoration:none;} 
.class1 a:active {color:#808080; text-decoration: none;}
.class1 a:hover { color:#FF0000; font-size:125%; text-decoration:none;}

/*
.class2 a:link {color:#0000FF; text-decoration:none; }
.class2 a:visited {color:#A8A8A8; text-decoration:none; }
.class2 a:active {text-decoration: underline,overline; font-weight:bold;}
.class2 a:hover {font-size:100%; color:#0000FF; text-decoration:underline;}
*/

.class2 a:link{color:#B6A767; text-decoration:none; font-weight:bold;}
.class2 a:visited {color:#A8A8A8; text-decoration:none; font-weight:bold;}
.class2 a:active {text-decoration: none; font-weight:bold;}
.class2 a:hover {font-size:100%; color:#FF0000; text-decoration:none; font-weight:bold;}

h1{
	font-size:12pt;
	font-family:tahoma,verdana;
	font-weight:bold;
	text-transform:uppercase;
}
h2{
	font-size:12pt;
	font-family:tahoma, verdana;
	font-weight:bold;
	text-decoration:underline;
}
h3{
	font-size:10pt;
	font-family:tahoma, verdana;
	font-weight:bold;
	line-height: 16px;
}
h4{
	font-size:10pt;
	font-family:tahoma, verdana;
	font-weight:normal;
	font-style: italic;
	line-height: 14px;
}
p{
	font-size:10pt; font-family:tahoma,verdana;
	line-height:20px;}

body{
	background-image: url(../source/banner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	font-family:tahoma, verdana;
}

#divBg{
	position:absolute; width:100%; top:160; left:0; visibility:hidden; height:10px;
}

#divBgColor{
	position:absolute;
	top:75;
	left:0;
	height:30;
	width:102%;
	background-image: url(../source/clTop.jpg);
	background-repeat:repeat-x;	
}

DIV.clSub{
	position:absolute;
	visibility:hidden;
	top:20;
	left:0;
	width:165;
	font-family:tahoma,verdana;
	font-weight:normal;
	font-size:12px;
	padding:10px;
	background-image: url(../source/clSub.jpg);
	background-repeat:repeat-x repeat-y;
}

DIV.clTop{
	position:absolute; visibility:inherit; 
	top:20; left:0;
	font-family:tahoma,verdana; font-weight:bold; font-size:13px;
}

#divTop0{left:5%; top:80;}
#divTop1{left:25%; top:80;}
#divTop2{left:45%; top:80;}
#divTop3{left:65%; top:80;}
#divTop4{left:83%; top:80;}

#divNavBg{
	position:absolute; top:0; left:0;
	width:100%; height:30;
	visibility:inherit; 
}

#divNavBgColor{
	position:absolute; top:75; left:0;
	width:100%;	height:30;
	clip:rect(0,100%,30,0);
}

DIV.clNavTop{
	position:absolute; 
	visibility:inherit; 
	font-family:tahoma,verdana; font-weight:bold; font-size:13px;
	left:100; top:20;
}

#divNavTop0{left:5%; top:140; align:center;}
#divNavTop1{left:20%; top:140; align:center;}
#divNavTop2{left:35%; top:140; align:center;}
#divNavTop3{left:57%; top:140; align:center;}
#divNavTop4{left:70%; top:140; align:center;}
#divNavTop5{left:83%; top:140; align:center;}

.class1 a:link {
color:#000000; text-decoration:none;
}

#footer {
	position: fixed;
    width: 100%;
    height: 100px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

</style>
