* {
margin: 0;
padding: 0;
}
body {
	background-position:bottom center;
	//background-image:url(images/animated_fire.gif);
	background-repeat:repeat-x;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

a:link {
	color:#CC0000;
	font-weight: bold;
}      
a:visited {color:#CC0000;
font-weight: bold;}
a:hover {color:#CC0000;
font-weight: bold;}
a:active {color:#CC0000;
font-weight: bold;}

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:425px;
}

.AccordionTitle
{
	height:20px;
	overflow:hidden;
	cursor:pointer;
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	background-repeat:repeat-x;
	display:table-cell;
	background-image:url(images/title_repeater.jpg);
	-moz-user-select:none;
}

.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none;
}

.AccordionContainer
{
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
  
}
.AccordionOpen
{
  height:150px;
  overflow:auto;
}

#topRight{
	width:100%;
	height:200px;
	margin:0px auto;
	background-position:right top;
	background-image:url(images/topRight.jpg);
	background-repeat:no-repeat;
	
}
#bottomLeft{
	width:100%;
	margin:0px auto;
	background-position:bottom left ;
	background-image:url(images/bottomLeft.jpg);
	background-repeat:no-repeat;
	height:200px;
	float:left;
}

#content{
	width:850px;
	margin:0px auto;
	
}


#head{
width:100%;
height:113px;
}

#top{
width:100%;
height:142px;

}

#mainbody{
	width:100%;
	background-image:url(images/middle.jpg);
	background-repeat:repeat-y;
	height:100%;
}
#mainleft{
	width:245px;
	padding-left:80px;
	
}
#mainright{
	width:445px;
	float:right;
	padding-right:80px;
}

#footerA{
	width:700px;
	background-image:url(images/bottom.jpg);
	padding-right:50px;
	
	padding-left:100px;
	height:123px;
	float:left;
}
