* {
margin:0pt;
padding:0pt;
}
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	background-image: url(../images/aa_bg.jpg);
	background-repeat: repeat-x;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin: 10px;
}
a:hover { 
	text-decoration:underline;
}
#container {
	margin-top: 0px;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	padding-top: 4px;
}
#wrapper {
	width:850px;
	margin-right: auto;
	margin-left: auto;
	min-height:1000px;
	margin-top: 28px;
}
#header {
	color:#333333;
	height:125px;
	width:850px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#header h1 a {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	height:100px;
	width:301px;
	display:block;
	text-indent:-2000em;
	text-decoration:none;
	z-index:1000;
	background-color:transparent;
	background-attachment:scroll;
	background-position:0 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 0;
	padding-left: 0;
}
#navigation {
	color:#333333;
	width:850px;
	margin-top: 0px;
	margin-right: 0px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 50px;
	padding-top: 5px;
}
#content {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 280px;
	padding-top: 80px;
	overflow:auto
}

#leftcolumn {
	color:#333333;
	float:left;
	padding:10px;
	width:260px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#rightmiddle {
	color:#333333;
	float:left;
	margin:0px 5px 5px 0px;
	padding:10px;
	width:260px;
	text-align: center;
}
#rightcolumn {
	color:#333333;
	float:left;
	margin:0px 0px 5px;
	padding:10px;
	width:260px;
	text-align: center;
}
#footer {
	clear:both;
	color:#333333;
	padding:10px;
	width:850px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	text-align: right;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a {
	display:block;
	font-size:16px;
	width:100px;
	padding:7px 0;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
	color:#af4306;
}
.menu a:hover { 
		text-decoration:underline;

}
/* style the links hover */
.menu :hover {
	background-color: #fff;
}


/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;

}

.menu ul li ul li a:hover {
	background-color: #fff;
	

}
.menu ul li ul li {
	background-color: #fff;
}

#content ul {
	margin-left: 25px;
	margin-top: 15px;
}
.imageheader {
	text-align: center;
	font-size: 18px;
	padding-bottom: 30px;
}
.maina { 	color:#af4306;
}
