body { margin: 0px 0px 0px 0px ;
font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color: #EE3224;
}

a[href$='.pdf'] {
  padding-right: 15px;
  background: url(../images/PDF.png) no-repeat right;
}

.external:after{
  padding-left: 5px;
  content: url(../images/external.png);
}

div#main_bottom H1{
font-weight:bold;
font-size:15px;
padding: 8px 0px 0px 15px; 
background-image:url(../images/h1.jpg);
background-repeat:repeat-x;
width: auto;
height: 30px;
color:#FF0000;
}

#main_bottom h1 span{
color: #333333;
}

#font13{
font-size: 13px;
line-height: 13px;
}

#font13 a
{
text-align:right;
color:#FF0000;
text-decoration:none;
}


#font13 a:hover a:link
{
text-align:right;
color:#FF0000;
text-decoration:none;
}


#font13 a:hover
{
text-decoration: underline;
color: #333333;
}

#font13 li{
margin-left: -20px;
padding-right: 10px;
line-height: 16px;
}

#font13 ul{
margin-top: -15px;
}

div#main{
text-align:left;
padding: 10px;
font-size: 13px;
line-height: 16px;
}

#main H1{
color:#FF0000;
font-size:15px;
font-weight:bold;
}

#main H1 span{
color: #333333;
font-size:15px;
font-weight:bold;
}

#main H2{
color:#000;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
}

#main h3{
margin-bottom: -10px;
color:#EA281E;
font-size:14px;
font-weight:bold;
text-transform:uppercase;

}

#main span{
color: #FF0000;
font-size:15px;
font-weight:bold;
}

#main ul{
list-style-image: url(../images/arrow.gif);
}

#main li
{

margin-left: 5px;
padding-bottom: 10px;
padding-right: 35px;
}


#main a 
{
color:#FF0000;
text-decoration:none;
}

#main a:hover a:link
{
color:#FF0000;
text-decoration:none;

}


#main a:hover
{
text-decoration: underline;
color: #333333;
}

#main form h2{
font-size:12px;
color:#FF0000;
text-transform:capitalize;
background-color:#FFE14F;
padding: 5px;

}

#main blockquote{
margin-left: 10px;
}
div#address{
padding: 25px 15px 25px 15px;
font-weight:bold;
font-size: 14px;
text-align: center;
margin: 0 auto;
}

div#donate{
padding: 25px 15px 25px 15px; 
text-align:center;
margin: 0 auto;
height: 100px;
}

#address a 
{
text-align:right;
color:#FF0000;
text-decoration:none;
}

#address a:hover a:link
{
text-align:right;
color:#FF0000;
text-decoration:none;
}


#address a:hover
{
text-decoration: underline;
color: #333333;
}


div#scroll{
padding: 0px 35px 0px 0px;
background-repeat: repeat; 
text-align:right;

}

#scroll H1{
color:#FF0000;
font-size:15px;
font-weight:bold;
}

#scroll H1 span {
color: #333333;
font-size:15px;
font-weight:bold;
}

div#scroll a:link a:visited{
text-decoration:none;
color:#FF000000;
}

div#scroll a:hover{
	text-decoration:underline;
	}


/*MENU */

#navlist
{
background-color: #FFF;
position: relative;
text-align:center;
margin: 0 auto;
padding: 0px 0px 0px 0px;
font-size:14px;

}

#navlist li
{
list-style: none;
border-bottom: 2px solid #fff;
text-align: left;
}

#navlist li a
{
display: block;
padding: 5px 0px 5px 5px;
margin: 0px 0px 0px 0px;
border-left: 5px solid #F5877F;
text-decoration: none;
background-color: #FFF2C2;
}
#navlist li a:link { color: #333333; }
#navlist li a:visited { color: #333333; }

#navlist li a:hover
{
border-color: #EE3224;
color: #333333;
font-weight:bold;
background-color: #FFE14F;
}

#navlist li a#current
{
border-color: #EE3224;
color: #333333;
font-weight:bold;
background-color: #FFE14F;
}

#footer{
color:#333333;
font-size:11px;
padding: 5px 0px 5px 0px;
} 

/*ajax form start*/
/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: center;
-moz-border-radius: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 1px;
background: #f5f9fd;
text-align: center;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; background-color: #C8DF8E; text-align:left;}

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 
font: 13px Verdana bold;
padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
background-color: #E8372F;
color: #ffffff;
}

.button_ajax
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
text-align:center;
}

/* Label */
.label_ajax  { width: 140px; padding-left: 5px; margin: 0px; float: left; text-align: left; }

/* Input, Textarea */
.input_ajax, .textarea_ajax
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* BR */

br { clear: left; }
/*ajax form ends*/