#buttons {
height : 49px;
width : 965px;
background-image : url(../images/header.png);
}
#logo {
height : auto;
width : 965px;
padding : 0;
float : left;
background-image : url(../images/bg_main.png);
}
#content {
height : auto;
width : 965px;
padding : 0;
float : left;
background-image : url(../images/bg_main.png);
}
#inner_content {
	height : auto;
	width : 600px;
	float : left;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 25px;
}
#inner_images {
	float: right;
	width: 300px;
	margin-right: 20px;
}
#title {
	float: left;
	width: 900px;
	padding-left: 25px;
}
#footer {
width : 965px;
padding : 0;
float : left;
background-image : url(../images/footer.png);
}

.header_text {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : bold;
}

.body_text {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}


body, td, th {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #ffffff;
}
a:link {
color : #ffffff;
text-decoration : none;
}
a:visited {
text-decoration : none;
color : #ffffff;
}
a:hover {
text-decoration : none;
color : #00ff00;
}
a:active {
text-decoration : none;
color : #ffffff;
}
.selectedanchor {
background : #ffffff;
}
.anylinkmenu {
position : absolute;
left : 0;
top : 0;
visibility : hidden;
border : 1px solid black;
border-bottom-width : 0;
font : normal 12px Arial;
line-height : 18px;
z-index : 100;
background : #ffffff;
width : 200px;
}
.anylinkmenu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.anylinkmenu ul li a {
width : 100%;
display : block;
text-indent : 3px;
border-bottom : 1px solid black;
padding : 2px 0;
text-decoration : none;
font-weight : bold;
text-indent : 5px;
}
.anylinkmenu a:hover {
background : #8eb111;
color : white;
}
.anylinkmenucols {
position : absolute;
width : 350px;
left : 0;
top : 0;
visibility : hidden;
border : 1px solid black;
padding : 10px;
font : normal 12px Verdana;
z-index : 100;
background : #e9e9e9;
}
.anylinkmenucols li {
padding-bottom : 3px;
}
.anylinkmenucols .column {
float : left;
padding : 3px 8px;
margin-right : 5px;
background : #e0e0e0;
}
.anylinkmenucols .column ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.anylinkshadow {
position : absolute;
left : 0;
top : 0;
z-index : 99;
background : black;
visibility : hidden;
}

