/* CSS Document */

body{
background-image:url(assets/bkg.jpg);
background-repeat:repeat;
font-family: Geneva, Arial, Helvetica, sans-serif;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
}

h2{
margin: 10px 0 10px 0;
font-size:16px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
color: #ffffff;
text-decoration:underline;		
}

ul {
list-style:square;
color:#999999;
}

hr{
width:250px;
}


/*--------------------------------------------------------------------*/
.imgborder{
border-color:#eeeeee;
border-style:solid;
border-width:4px;

}



.buttons{
 background-color: #999999;
 border: 1px solid #000000;
 color:#000000;
 font-size: 12px;
}

.texta { 
 font-size: 12px; 
 background-color: #000000;
 color:#cccccc; 
 border: 1px solid #666666; 
}


#index_text{
padding-top:10px;
padding-left:40px;
padding-right:10px;
padding-bottom:0px;
}


#content{
padding-top:10px;
padding-left:20px;
padding-right:10px;
padding-bottom:0px;
}


/*----------------font styles-----------------------------------------*/

.normaltext{
font-size:12px;
font-family: Geneva, Arial, Helvetica, sans-serif;
line-height: 16px;
color:#CCCCCC;
font-weight: normal;
text-decoration: none;
-webkit-text-size-adjust: none;
}

.normaltextbold{
font-size:12px;
font-family: Geneva, Arial, Helvetica, sans-serif;
line-height: 14px;
color:#CCCCCC;
font-weight: bolder;
text-decoration: none;
-webkit-text-size-adjust: none;
}

.normaltextwhite{
font-size:12px;
font-family: Geneva, Arial, Helvetica, sans-serif;
line-height: 16px;
color:#ffffff;
font-weight: normal;
text-decoration: none;
-webkit-text-size-adjust: none;
}

.normaltextwhitebold{
font-size:12px;
font-family: Geneva, Arial, Helvetica, sans-serif;
line-height: 16px;
color:#ffffff;
font-weight: bold;
text-decoration: none;
-webkit-text-size-adjust: none;
}

.normaltextredbold{
font-size:12px;
font-family: Geneva, Arial, Helvetica, sans-serif;
line-height: 14px;
color: #FF0000;
font-weight: bolder;
text-decoration: none;
-webkit-text-size-adjust: none;
}

.normaltextred{
font-size:12px;
font-family: Geneva, Arial, Helvetica, sans-serif;
line-height: 14px;
color: #FF0000;
font-weight: none;
text-decoration: none;
-webkit-text-size-adjust: none;
}

.header{
font-size:14px;
font-family: Geneva, Arial, Helvetica, sans-serif;
line-height: 16px;
font-style:italic;
color:#FFFFFF;
font-weight: bold;
text-decoration: none;
-webkit-text-size-adjust: none;
}

/*-----------------------------------------------------------*/

/*----------------------------Roll Overs---------------------*/

a:link{
color:#ffffff;
text-decoration:underline;
font-size:12px;
font-weight: normal;
-webkit-text-size-adjust: none;
}

a:visited{
color:#ffffff;
text-decoration:underline;
font-size:12px;
font-weight: normal;
-webkit-text-size-adjust: none;
}

a:hover{
color:#FF0000;
text-decoration:none;
font-size:12px;
font-weight: normal;
-webkit-text-size-adjust: none;
}


/*-------------------Footer-----------------------*/


#bottomnav{
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
font-weight: normal;
text-decoration: none;
padding-top:8px;
-webkit-text-size-adjust: none;
}

#bottomnav a:link{
color:#FFFFFF;
text-decoration:none;
font-size:11px;
font-weight: normal;
-webkit-text-size-adjust: none;
}

#bottomnav a:visited{
color:#FFFFFF;
text-decoration:none;
font-size:11px;
font-weight: normal;
-webkit-text-size-adjust: none;

}

#bottomnav a:hover{
color:#CCCCCC;
text-decoration:underline;
font-size:11px;
font-weight: normal;
-webkit-text-size-adjust: none;

}

/*-------------------------------------------------------*/
