/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
}




/*--- Text Elements ---*/

a:link {
font: normal 14px "Trebuchet MS";
text-decoration: underline;
color: #C00027;
}

a:hover {
font: normal 14px "Trebuchet MS";
text-decoration: underline;
color: #FF0033;
}

a:visited {
font: normal 14px "Trebuchet MS";
text-decoration: underline;
color: #FF0033;
}

h1 {
font-size: 20px;
color: #fe9705;
margin-top: 0px;
}

h2 {
font-size: 18px;
color:#CC0000;
}






/*-- Main Containers --*/

#BigDaddy {
width: 700px;
background: url(images/AFTC-WebBackground.gif) top repeat-y;
}

#HeaderMama {
width: 700px;
height: 210px;
}

#ContentKing {
width: 700px;
text-align: left;
}

#JackFooter {
width: 700px;
height: 92px;
background: url(images/AFTC-WebFooter.gif) top no-repeat;
clear: both;
font-size: 10px;
}



/*-- Left Hand Side --*/

.menucontainer {
width: 185px;
float: left;
text-align: left;
}

.menubuttons a {
color: #000000;
background-color: #f2cf8f;
padding: 5px;
padding-left: 3px;
display: block;
border-left: 10px solid #CC0000;
font: 14px "Trebuchet MS", sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;
}

.menubuttons a:hover {
border-left: 10px solid #fe9705;
font: 14px "Trebuchet MS", sans-serif;
font-weight: bold;
text-decoration: none;
color: #000000;
}

.menubuttons a:visited {
font: 14px "Trebuchet MS", sans-serif;
font-weight: bold;
text-decoration: none;
color: #000000;
}



/* -- Right Hand Side Main Content --*/

.holder {
padding-left: 35px;
padding-right: 35px;
text-align: left;
}

.content {
float: right;
width: 435px;
text-align: left;
}


/*---- Other Elements ---*/
