/* CSS Document */

body {
background-image: "images/tartan.jpg";
font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
color: #660000;
font-size: 12px;
}
td {
font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
color: #660000;
font-size: 12px;
}
h1 {
font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
color: #996666;
font-size: 18px;
align: center;
}
h2 {
font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
color: #669900;
font-size: 16px;
align: center;
}
.banner {
	background: #EDD1C6;
	font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
	color: #660000;
	font-size: 12px;
	align: center;
	border: dashed #996666 2px;
	z-index:0;
	height:55px;
	width:700px;
	position:relative;
}
a.banner {
font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
color: #660000;
font-size: 16px;
font-style: bold;
}
a.banner:visited {
font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
color: #996666;
font-size: 14px;
decoration: none;
}
a {
font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
font-size: 12px;
color: #996666;
}
a:visited {
font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
color: #996666;
font-size: 12px;
decoration: none;
}
.box {
background: #DEDDCB;
align:center;
font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
color: #669900;
font-size: 12px;
width: 255px;
height: 290px;
border: dashed 2px #669900;
float: right;
top: 10px;
position:relative;
}
a.box {
font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
color: #99CC33;
font-size: 12px;
}
a.box:visited {
font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
color: #99CC33;
font-size: 12px;
decoration: none;
}
h2.box {
font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
color: #99CC33;
font-size: 16px;
background: #FFFFFF;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 0px;
}
div.menu {
height:290px;
width:120px;
background:#EDD1C6;
position:relative;
float:left;
top:10px;
}
div.textbox {
height:290px;
width:290px;
background:#F9F5D8;
font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
align: justify;
color: #660000;
font-size: 12px;
float:right;
margin-right:15px;
top:10px;
position:relative;
overflow:auto;
}
div.header{
z-index:1;
position:absolute;
top:30px;
}
@page {
size:landscape;
}