/* CSS Document */



#Topnav {
	position:absolute;
	left:0px;
	top:0px;
	width:570px;
	height:157px;
	z-index:8;
}
#Sidenav {
	position:absolute;
	left:0px;
	top:118px;
	width:86px;
	height:306px;
	z-index:7;
}
#Content {
	position:absolute;
	left:187px;
	top:177px;
	width:550px;
	z-index:3;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
#sideswirl {
	position:absolute;
	left:798px;
	top:-18px;
	width:159px;
	height:204px;
	z-index:10;
}

/*#whitebox {
	position:absolute;
	left:160px;
	top:66px;
	width:637px;
	height:1060px;
	z-index:1;
	background-color: #FFFFFF;
}*/

#Title {
	position:absolute;
	left:189px;
	top:100px;
	width:388px;
	height:68px;
	z-index:9;
}



body,td,th {

	color: #000000;
}

a:link {
	color: #BF0000;
}
a:visited {
	color: #996600;
}
a:hover {
	color:#996600;
}

body {
	background-color: #CC0000;
}

/* Font style stuff */



h1 {
	font-size: 36px;
	color: #F7E395;
}
h2 {
	font-size: 24px;
	color: #BF0000;
}

h3 {
	font-size: 18px;
	color: #000000;
}


h4 {color: #F7E395}

h5{
	color: #F7E8AE;
	font-size: 12px;
}


h6 {color: #C70B00}

.red {color: #CC0000}

.fontsize18 {font-size: 18px}
.fontsize24 {font-size:24px}
.fontsize16 {font-size: 16px}
.fontsize20 {font-size: 20px}

