/* CSS Document */

body  {
font-family: georgia, verdana, times;
background-color:#8D120B; 
}

a:link {
    color: #8D120B;
}

a:visited {
    color:#8D120B;
}

a:hover {
    color: #DE2D25;
}

#header
{
background-image: url(images/bg.jpg); 
}

table.main  {
width:90%;
height:768px;
background-color:#B5A68F;
padding:0px;
}


h1 {
color: #8D120B;
font-size: 30px;
font-weight:bold;
text-align:center;
padding-left:15px;
}

h2 {
color: #000000;
font-size: 30px;
font-weight:bold;
text-align:center;
padding-left:15px;
}

h3 {
color: #8D120B;
font-size: 16px;
font-weight:bold;
text-align:left;
padding-left:15px;
}



hr  {
width:95%;
height:4px;
color: #8D120B;
background-color: #8D120B;
}

p  {
padding-left:15px;
padding-right:15px;
font-size:16px;
}


.b  {
font-weight:bold;
}

.title  {
font-weight:bold;
font-style:italic;
}

.center {
text-align:center;
}

.filler  {
background-color:#020001;
height:20px;
}

.fillerleft  {
background-color:#020001;
height:58px;
}

.fillerright  {
background-color:#020001;
height:350px;
}

.footer  {
position:absolute;
top:800px;
}

.footer2  {
position:relative;
top:225px;
left:0px;
}

.footer3  {
position:absolute;
top:200px;
}

img.parties  {
margin-left:10px;
margin-right:10px;
}

form {
width:525px;
}

td.left  {
width: 225px;
background-color:#020001;
}

td.right {
width: 225px;
background-color:#020001;
}

.italic {
font-style:italic;
}
