
/* General styles, applies to all areas */


BODY {
font-family: Verdana, Arial;
margin-top : 0%;
margin-bottom : 0%;
margin-left : 0%;
margin-right : 0%;
height: 100%
background-color : #FFFFFF;
text-align : left;
background-image : url(images/left.jpg);
background-repeat : repeat-y;
background-position : top left;
}

div.secondbackground { 
background-image : url(images/right.jpg);
background-repeat : repeat-y;
height : 100%;
background-position : top right;
}

html.secondbackground {
height: 100%;
} 

HTML {
height: 100%
}

TABLE {
border : 0px;
}

IMG {
border : 0px;
}

H1 {
font-family: Verdana, Arial;
font-size : 110%;
font-weight : bold;
color : #4A382B;
text-align : left;
margin-top : 15;
}

H2 {
font-family: Verdana, Arial;
font-size : 90%;
font-weight : bold;
color : #4A382B;
text-align : left;
margin-top : 15;
margin-left : 5;
}

H3 { 
font-family: Verdana, Arial; 
font-size : 70%;
color : #4A382B;
font-weight: bold;
text-align : left;
margin-top : 15;
margin-left : 5;
}

P, LI {
font-family: Verdana, Arial;
font-size : 70%;
text-align : left;
line-height : 140%;
}

P.smallbasic {
font-family: Verdana, Arial;
font-size : 70%;
margin-bottom: 10;
padding-bottom: 0;
margin-top : 0;
margin-left : 10;
margin-right : 10;
}

P.pagelinks {
font-size : 80%;
color : #333333;
text-align : center;
}

A {
color : #4A382B;
text-decoration: none;
}

a:hover
{
color: #FF8000;
text-decoration: none;
background-color: transparent;
}

INPUT, TEXTAREA, SELECT {
font-family: Verdana, Arial;
font-size : 70%;
}

TD.bottom {
padding : 5px;
border-top : 1px solid #c0c0c0;
font-family: Verdana, Arial;
font-size : 70%;
}

