/* CSS Document */
body {
background-image:url(../media/misc/background.jpg);
font-family:Arial !important;
font-size: 11px;
margin: 0px 0px 0px 0px;
padding:0;
}

a {
color: #9D2012 !important;
text-decoration: underline; 
}

a:hover {
margin:0px 0px 0px 0px;
color:#000000 !important;
text-decoration: underline; 
}


/* CONTENT BG */
.contentBG {
background-image:url(../media/misc/content_background.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

.shadowLeft {
background-image:url(../media/misc/shadow_left.gif);
background-repeat:repeat-y;
}

.shadowRight {
background-image:url(../media/misc/shadow_right.gif);
background-repeat:repeat-y;
}


/* CONTENT */
.headline { 
font-size: 22px;
color:#881E1B;
}

.headline2 { 
font-size: 13px;
color:#333333;
}
.headline3 { 
font-size: 12px;
color:#881E1B;
}

.content { 
font-size: 12px;
line-height: 15px;
}


.subMenu { 
text-align:left;
font-weight:bold;
background-color: #9D2012;
color:#FEE6B1;
font-size:14px;
padding: 5px 12px 5px 12px;

}
.subMenu a:link,
.subMenu a:visited,
.subMenu a:hover,
.subMenu a:active {
color:#FEE6B1 !important;
font-weight: bold !important;
text-decoration:underline; 
font-weight:normal !important;
}


/* COPYRIGHT */
.copyright {
font-size: 11px !important;
line-height: 11px;
padding: 0px 10px 0px 10px;
color:#333333;
}
.copyright  a:link,
.copyright  a:visited,
.copyright a:hover,
.copyright a:active {
color: #333333 !important;
text-decoration: underline; 
}

