a:link {
    color: #f5ed7e;
    font-size: 13px;
    font-family: Arial;
    font-style:normal;
    font-weight: bold;
    text-decoration: none ;
}
a:visited {
    color: #fc6;
    font-size: 13px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}
a:hover{ 
    
	color: #fff;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    background-position: 100px 30px;
}
a:active {
    color: #fc6;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: underline;
}
body {
    color: black;
    font-size: 10px;
    font-family: Arial;
    background-color: black;
    background-image: url("../images/background_3.jpg");
    background-repeat: repeat-y;
}
body2 { 
    color: #001c4c;
    font-size: 10pt;
    font-family: Arial;
}
body3  {
    color: #001c4c;
    font-size: 10pt;
    font-family: Arial;
}
p    { 
    color: black;
    font-size: 10pt;
    font-family: Arial;
}
a.nav:link   {
    color: #34569c;
    font-size: 10pt;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    text-decoration: none;
}
a.nav:visited    { 
    color: #34569c;
    font-size: 10pt;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    text-decoration: none;
}
a.nav:hover    {
    color: #34569c;
    font-size: 10pt;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline ;
}
a.nav:active    {
    color: #34569c;
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
}
a.nav2:link {
    color: #34569c;
    font-size: 10pt;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    text-decoration: none;

}
a.nav2:visited   { 
    color: #34569c;
    font-size: 10pt;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    text-decoration: none;
}
a.nav2:hover  { 
    color: #34569c;
    font-size: 10pt;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    text-decoration: underline;
}
a.nav2:active   {
    color: #34569c;
    font-size: 10pt;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
}
a.nav3:link { 
    color: #001c4c;
    font-size: 10pt;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    text-decoration: none;
}
a.nav3:visited  { 
    color: #001c4c;
    font-size: 10pt;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    text-decoration: none;
}
a.nav3:hover { 
    color: #001c4c;
    font-size: 10pt;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    text-decoration: underline;
}
a.nav3:active  { 
    color: #001c4c;
    font-size: 10pt;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    text-decoration: none ;
}
.sermon{
    padding-left:10px;
}
/************ Table ************/

#main-content table {
    width: 100%;
    border-collapse: collapse;

}

#main-content table thead th {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

#main-content tbody {
  /*  border-bottom: 1px solid #ddd; */
}

#main-content tbody tr {
    /* background: #fff;*/
}

#main-content tbody tr.alt-row {
   /* background: #A4FFFF;*/
}

#main-content table td,
#main-content table th {
    padding: 2px;
    line-height: 1.3em;
}        

#main-content table tfoot td .bulk-actions {
    padding: 15px 0 5px 0;
} 

#main-content table tfoot td .bulk-actions select {
    padding: 4px;
    border: 1px solid #ccc;
} 
#pagination
{
    margin:0;

    width:985px;
    text-align: right;
    color: #EEEEEE;
   
}

#dwn
{
    color:#669933;
    font-size: 13px;
    font-family: Arial;
    font-style:normal;
    font-weight: bold;
    text-decoration: none ;
}

#dwn:hover
{ 
color: #FF6600;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    background-position: 100px 30px;
}

#pagination a
{
    color:#F5ED7E;
    font-weight:bold;
    text-decoration:none;

}
#pagination strong
{
    background-color:#000000;
}
#pagination a:hover
{
    color: #A5A5A5;
}

.header_new{
width:1000px;
background:url(../images/header_bg.jpg) no-repeat;
}

.navigation{
width:60%;
float:left;
font-family:'Avant Garde Book BT';
}

.navigation ul{
margin:0px;
padding:0px;
list-style:none;
}