/* CSS Document */

/* body */

body {
	background:           url(../graphics/main_bkg.jpg);
	background-position:  center;
	background-repeat:    repeat-y;
	background-color:     #999999;
	font-family:          Arial, Helvetica, sans-serif;
	font-size:            13px;
	color:                #000000;
	margin:               0 auto;   /* align for good browsers */
	text-align:           left; /* counter the body center */
	width:                700px;
		
	}


p {
	font-family:          Arial, Helvetica, sans-serif;
	font-size:            13px;
	margin:               0px;
    padding:              0px;
	}


/************ content ***********/

.allcontent {
	align:                center;
	background-color:     #FFFFFF;
	width: 			      700px;
	background-image:     url(../graphics/amflg_bkg.jpg);
    background-repeat:    no-repeat;
  }


.right {
	border:              0px solid red;
	width:               170px;
	display:             inline;
	float:               right;
	padding-left:        5px;
	margin-top:          25px;
	}


.rtxt {
	border:              0px solid green;
	width:               100%;
	border-bottom:       1px solid #999999;
	align:               center;
	font-weight:         bold;
	}

.content {
   border:            0px solid red;
   margin-right:      9px;
   margin-left:       9px;
   width:             680px;
   padding:           0px;

}

.footer {
   width:             100%;
   text-align:        center;
   font-family:       Verdana, Arial, Helvetica, sans-serif;
   font-size:         9px;
}


/************ fonts ***********/


.rdsmlk {
  font-family:    Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:      9px;
  color:          #660018;
  }

.eventheader {
	font-size:       13px;
	letter-spacing:  0px;
	font-weight:     bolder;
	color:          #000066;
	border-bottom:  1px solid #999999;	
   }


.quickheader {
	font-size:        12px;
	font-weight:      bold;
	color:            #FFFFFF; 
	border-bottom:    0px solid #000000;
	text-align:        center;
	background-color:  #CCCCCC;
	}


.rdheader {
	font-size:        12px;
	font-weight:      bold;
	color:            #660018; 
	text-align:       left;
	}

ul {
	list-style: square;
	}


.board {
	margin-left: 30px;   
   }

/************ images ***********/

.imglogo {
	color:               #000000;
	border:              0px solid red;
	width:               180px;
	display:             inline;
	float:               left;
	padding-right: 5px;
   }

.imglogo2 {
	color:               #000000;
	border:              0px solid red;
	width:               175px;
	display:             inline;
	float:               left;
	padding-right:       10px;
	padding-top:         15px;
	padding-left: 5px;
   }

.imglogo3 {
	color:               #000000;
	border:              0px solid red;
	width:               240px;
	display:             inline;
	float:               right;
	padding-right:       10px;
	padding-top:         15px;
	padding-left: 5px;
   }

.imglogo4 {
	color:               #000000;
	width:               59px;
	display:             inline;
	float:               left;
	padding-right:       10px;
	padding-top:         15px;
	padding-left:        5px;
   }


/************ links ***********/

  a:link        {color:#003163; text-decoration: none;}
  a:visited     {color:#003163; text-decoration: none;}
  a:hover       {color:#990000; text-decoration: bold;}
  a:active      {color:#990000; text-decoration: bold;} 

  a.ftl:link            {color: #000000; text-decoration: none;}
  a.ftl:visited         {color: #000000; text-decoration: none;}
  a.ftl:hover           {color: #000000; text-decoration: underline;}
  a.ftl:active          {color: #000000; text-decoration: none;} 
