
/************** GENERAL ****************/

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	color: #666666;
}

body {
	background-color: #f3f3f3;
	margin: 0px 0px 0px 0px;
}

a {
	font-family: Verdana, Arial, sans-serif;
	color: #da5a00;
}

a:visited {
	color: #da5a00;
}

a:hover {
	color: #000;
}

a:active {
	color: #da5a00;
}

h1 {
	font-size: 1.9em;
	color: #bd2b08;
	font-weight: normal;	
	font-family: Times New Roman, Times, serif;
	margin: 20px 0 0 0;
}

h2 {
	font-size: 1.5em;
	color: #bd2b08;
	font-weight: normal;	
	font-family: Times New Roman, Times, serif;
	margin: 25px 0 0 0;
        text-transform: uppercase;
}

h3 {
	font-size: 1.1em;
	color: #da5a00;
	font-weight: bold;	
	margin: 2px 0 0 0;
}

.divider
{
	clear: both;
	margin: 0;
	padding: 0;
}



/************** LAYOUT ****************/

#container {
	margin: 42px auto 20px auto;
	padding: 10px 10px 10px 10px;
	width: 900px;
	background-color: #FFFFFF;
	text-align: left;
}


#banner {
	width: 900px;
	text-align: left;
	background-image: url(../images/AF_banner.gif);
	background-repeat: no-repeat;
	margin: 0 0 1px 0;
	display: block;
}

#logo {
	width: 274px;
	padding: 61px 0 32px 15px;
}


#contentContainer {
	width: 900px;
	background-image: url(../images/contentBG.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 0 5px 0;
	
}

/************** MENU ****************/

#menu {
	width: 205px;
	padding: 0;
	float: left;
}

#menu ul
{
	padding: 0 0 0 0;
	margin: 0;
	list-style-type: none;
	
}

#menu ul li a, #menu ul a:link, #menu ul a:visited
{
	padding: 6px 0 0 15px;
	display: block;
	background-image: url(../images/buttonBG_off.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	color: #FFFFFF;
	height: 27px;
	list-style-type: none;
	border-bottom: 1px solid #FFFFFF;
}

#menu ul li a:hover
{
	padding: 6px 0 0 15px;
	display: block;
	background-image: url(../images/buttonBG_on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	height: 27px;
	list-style-type: none;
	border-bottom: 1px solid #FFFFFF;
}

/************** RIGHT COL ****************/

#rightCol  {
	float: right;
	margin: 0 0 0 25px;
	width: 182px;
}

#news {
	background-image:url(../images/news_head.gif);
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	color: #666666;
	font-size: 0.75em;
	padding: 30px 8px 8px 8px;
	margin: 5px 0 0 0;
	text-align: left;
	line-height: 16px;
}

#news h2 {
	font-size: 12px;
	color: #d95a00;
	font-weight: bold;	
	font-family: Verdana, Arial, sans-serif;
	margin: 0 0 0 0;
}

#newsLetterHead {
	width: 182px;
	margin: 5px 0 0 0;
}

#newsLetter {
	border: 1px solid #e1e1e1;
	color: #666666;
	font-size: 11px;
	padding: 8px 8px 8px 8px;
	text-align: left;
	line-height: 12px;
}

.emailbox {
	margin: 1px 0 0 0;
	width: 98px;
	border: 1px solid #d95a00;
	font-size: 12px;
}
.emailbut {
	margin: 1px 0 0 0;
	width: 55px;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #bd2b08;
}

/************** CONTENT *************/



#content  {
	float: left;
	margin: 0 0px 20px 25px;
	width: 650px;
	text-align: justify;
}

#mainContentHome  {
	float: left;
	margin: 0 0px 20px 25px;
	width: 670px;
	text-align: justify;
}

#contentHome {
	width: 463px;
	padding: 0;
	float: left;
}

#contentSub {
	margin: 0 25px 0 0;
}

/************** END CONTENT ****************/


/************** FORMS ****************/

form dl
{
overflow: hidden;
height: 1%;
}

form dt
{
float: left;
clear:  both;
width: 25%;
clear: left;
padding-top:  0.3em;
text-align: left;
}

form dd
{
margin-left: 25%;
margin-bottom: 0 0 0.5em 0em;
border-bottom: white solid 0.5em;
border-left: white solid 0.5em;
}

textarea
{
height: 300px;
width: 400px;
}

/************** FOOTER ****************/

#footer {
	width: 900px;
	background-image: url(../images/footerBG.gif);
	background-repeat: repeat-x;
	padding: 15px 0 25px 0;
	color: #999999;
	font-size: 11px;
	border-bottom: 1px solid #bd2b08;
}

#copyright {
	width: 205px;
	padding: 0;
	float: left;
}

#footer ul
{
	margin: 0;
	padding: 1px 5px 1px 17px;
	float: right;
}

#footer li
{
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
	line-height: 12px;
}



.menuBorderO {
border-right: solid 1px #da5a00;
}
.menuBorderG {
border-left: solid 1px #999999;
padding: 0 0 0 10px;
}


#footer a, #footer a:link, #footer a:visited
{
	text-decoration: underline;
	font-size: 11px;
}

#footer a:hover
{
	color: #000;
}

.smlTXT
{
font-size: 10px;
}

.bold {
	font-weight: bold;
}

#pageEnd  {
	padding: 15px 0 15px 0;
}