@charset "utf-8";
body{
	background-image: url(design/background.png);
	background-color: #F8E2B5;
	text-align: center;
	margin: 0px; 
	padding: 0px;	
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.fadeleft {
	background-image: url(design/fade.png);
	background-repeat: repeat-y;
	width: 31px;
}
.faderight {
	background-image: url(design/fade_r.png);
	background-repeat: repeat-y;
	width: 31px;
}
.contenttable {
	margin: 0px;
	padding: 0px;
	background-color: #F7DFAE;
}
.maintable {
	height: 100%;
}
.header { }
.header img { display:block; }
.menurow {
	background-image: url(design/menuback.jpg);
	background-repeat: no-repeat;
	height: 60px;
	text-align: left;
	vertical-align: bottom;
	padding-left: 25px;
}
.textrow {
	background-color: #F6DBA4;
	text-align: left;
	vertical-align: top;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
.texttable {
	background-image: url(design/tbox.gif);
	background-repeat: repeat-y;
}
.textboxup {
	background-image: url(design/tboxu.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 15px;
	padding-right: 15px;
}
.textboxtext {
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
}
.textboxdown {
	background-image: url(design/tboxd.gif);
	background-repeat: no-repeat;
	height: 21px;
}
.textboxdroop {
	background-image: url(design/code.gif);
	background-repeat: no-repeat;
	height: 141px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	color: #993300;
}
.rightbox {
	background-image: url(design/rbx.gif);
	background-repeat: repeat-y;

}
.rightboxtext {
	font-size: 11px;
	font-weight: bold;
	color: #EDC063;
	padding-left: 15px;
	padding-right: 15px;
}
.rightboxup {
	background-image: url(design/rbxu.gif);
	background-repeat: no-repeat;
	height: 21px;
}
.rightboxdown {
	background-image: url(design/rbxd.gif);
	background-repeat: no-repeat;
	height: 21px;
}
.rightboxdroop {
	background-image: url(design/droop.gif);
	background-repeat: no-repeat;
	height: 195px;
}
.maintablemid {
	background-color: #F6DBA4;
}
A:link{
	color: #993300;
	font-weight: bold;
}

A:visited{
	color: #993300;
}

A:hover{
	color: #FF0000;
}

.rightboxtext A:link{
	color: #FFCC00;
	font-weight: bold;
}

.rightboxtext A:visited{
	color: #FFCC00;
}

.rightboxtext A:hover{
	color: #FFFF00;
}

