/* CSS Document */
body{
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0;
	}
	
#bodyWrapper{
	width:900px;
	margin:0 auto;
	border:solid 3px #383838;
	}
	
#header{
	background:url(../images/header.jpg);
	height:127px;
	}	
	
#headerBanner{
	height:249px;
	border-bottom:6px solid #D5D5C2;
	background-color: #E0B934;
	background-image: url(../images/flag.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}	
	
#headerInner{
	background:url(../images/mainImageInner.jpg) right top no-repeat;
	height:249px;
	border-bottom:6px solid #D5D5C2;
	}		
	
#nav{
	width:258px;
	float:left;
	}	
#nav2 {
	width:255px;
	float:left;
}
#flash {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 249px;
	width: 642px;
}
	
#contentWrapper{
	border-top:#FFFFFF 1px solid;
	background:url(../images/contentBg.jpg) repeat-y;
	}
	
#leftPanel{
	width:237px;
	}
	
#footer{
	width:900px;
	margin:0 auto;
	margin-bottom:20px;
	font-size:11px;
	color:#FFFFFF;
	}
	
#footer a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	}
	
#footer a:hover{
	color:#00CC33;
	text-decoration:underline;
	font-weight:normal;
	}		
	
.formbutton{
cursor:pointer;
border:none;
color:#ffffff;
font-size:11px;
width:58px;
height:20px;
padding-bottom:2px;
background:url(../images/submitBTN.jpg) no-repeat;
}	

* .formbutton{
cursor:pointer;
border:none;
color:#ffffff;
font-size:11px;
width:58px;
height:20px;
padding-bottom:0px;
background:url(../images/submitBTN.jpg) no-repeat;
}

.formfields{
border:solid 1px #827630;
}

.imgBorder{
border:solid 1px #827630;
}
	
a{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	}
	
a:hover{
	color:#990000;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
	}
