﻿body {
background-color: #382720;padding: 0;
margin: 0;
}
table.maincontent {
margin-left: 200;
margin-right: 200;
width: 900px;
height: 1024px;
background-image: url(images/camobg.jpg);
font-family: Cooper Black;
color: #FFFFFF;
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
vertical-align: top;
border-collapse: collapse;
}
td.leftside {
width: 150px;
}
td.midcontent {
text-align: center;
background-color: #B28C66;
width: 600px;
vertical-align: top;
}
td.rightside {
width: 150px
}
td.navleft {
width: 150px;
}
td.navmain {
height: 30px;
text-align: center;
width: 600px;
background-color: #B2936C;
color: #000000;
border-bottom: 3px solid #0F5208;
}
td.navright {
width: 150px
}
a:link {
color:#0F5208;
font-weight: bold;
font-family: verdana;
text-decoration: none;
}
a:visited {
color:#0F5208;
font-weight: bold;
font-family: verdana;
text-decoration: none;
}
a:hover {
color:#FFFFFF;
font-weight; bold;
font-family: verdana;
text-decoration: none;
}
.center {
text-align: center;
}
.banner {
text-align: center;
background-image: url(images/bannerbg.jpg);
background-color: #b2936C;
color: #0f5208;
font-family: Arial;
font-weight: bold;
font-size: 28px;
font-style: italic;
}
.italic {
font-style: italic;
text-align: center;
}
.important {
color: red;
font-weight: bold;
text-align: center;
font-family: "Arial Black";
text-decoration: underline;
}