/* CSS Document */
body {
margin:0px;
background-color:#CCCCCC;
}

#background {
border-left:#000000 solid 1px;
border-right:#000000 solid 1px;
background-color:#FFFFFF;
}

#headingimage {
background-image: url(../animation_images/heading_image.jpg); 
background-position:left top;
background-repeat:no-repeat;
width:350px;
height:40px;
}

#leftpanner {
background-image: url(../animation_images/left_image_bg.jpg);
background-position:left top;
background-repeat:y-repeat;
width:250px;
}

#content {
font-family:Verdana;
font-size:11px;
font-style:normal;
color:#000000;
text-align:justify;
}

#contentheading {
font-family:Verdana;
font-size:11px;
font-weight:bold;
color:#e3a629;
text-align:left;
padding-bottom:10px;
}

#formcontent {
font-family:Verdana;
font-size:11px;
font-style:normal;
color:#000000;
text-align:right;
}

.attention {
font-weight:bold;
color:#FF6600;
}

#newsimage {
background-image: url(../animation_images/news_background.jpg); 
background-position:left bottom;
background-repeat:repeat-x;
height:52px;
}

#innerheading {
font-family:Verdana;
font-size:14px;
font-weight:bold;
color:#000000;
text-align:right;
}

#unsubscribe {
font-family:Verdana;
font-size:10px;
font-style:normal;
color:#000000;
text-align:right;
padding-right:8px;
}

#bottomcontent {
background-color:#e3a629;
height:22px;
font-family:Verdana;
font-size:11px;
color:#ffffff;
text-align:center;
padding-top:8px;
}

#bottomcontent a {
font-family:Verdana;
font-size:11px;
color:#ffffff;
text-align:center;
text-decoration:underline;
}

#bottomcontent a:link {
font-family:Verdana;
font-size:11px;
color:#ffffff;
text-align:center;
text-decoration:underline;
}

#bottomcontent a:visited {
font-family:Verdana;
font-size:11px;
color:#ffffff;
text-align:center;
text-decoration:underline;
}

#bottomcontent a:hover {
font-family:Verdana;
font-size:11px;
color:#ffffff;
text-align:center;
text-decoration:none;
}