body{
	background-image: url(../images/bg.gif) !important; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	color: #565858;
}

A {
	color: #D65870;
	text-decoration: none;
}
A:hover {
	color: #224D5A;
	text-decoration: none;	
}

#container{
	width: 100%; /*The width of our layout*/
	margin-left: auto;
	margin-right: auto;
	/*Margin left and right set to auto center's our layout*/
	text-align: left; /*Resets the text alignment*/
}
#header{
	width: 156px;
	height: 70px;
}
#navcontainer ul{
	padding-left: 95px;
	margin: 0;
	background-color: #DCDCDC;
	color: #FFF;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 85%;
	width: 820px;
}
#navcontainer ul li { 
	display:inline;	 
}
#navcontainer ul li a {
	padding: 0.3em 1em;
	background-color: #DCDCDC;
	color: #636563;
	text-decoration: none;
	float: left;
}
#navcontainer ul li a:hover {
	background-color: #CCC;
	color: #FFF;
}
#navcontainer .activeMenu {
	background-color: #B8B6B6;
	color: #FFF;
}

#adArea01{
	margin-left: 156px;
}
#breadcrumbs{
	font-size: 80%;
	color:#999;
}

#breadcrumbs a{
	color:#999;
}
#breadcrumbs a:hover{
	color:#666;
}
#leftnav {
	width: 156px;
	float: left;	
	margin-top: 5px;	
}
.leftmenu {
	margin: 0px;
}
.leftmenu H1 {
	font-size: 85%;	
	margin: 0px;
	padding: 0px
}
.leftmenu H1 A {
	color: #565858;
	display: block;
	margin: 0px;
	padding-left: 12px;
	padding-top: 1px;
	text-decoration: none;
	font-weight:normal;
}
.leftmenu H1 A:hover {
	color: #000000;
	text-decoration: underline;
}
.leftmenu H2 {
	font-size: 85%;	
	margin: 0px;
	padding: 0px
}
.leftmenu H2 A {
	color: #565858;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 12px;			
	text-decoration: none;
}
.leftmenu H2 A:hover {
	color: #000000;
	text-decoration: underline;
}
#center{
	width: 550px;
	float: left;
	margin: 0px;	
}
#imgCenter{
	float: left;	
}
#adArea02{
	float: left;	
	margin-left: 4px;
	margin-bottom: 10px;	
}
#content {
	font-weight: normal; 
	width: 550px;	
}
#content h3 {
	font-size: 190%; 
	margin: 0px;
	line-height: 105%;
	font-weight: normal; 
}
#content h2 {
	font-size: 100%;
	font-weight: normal;
}
#content strong {
	color: #3366cc;
	font-weight: normal; 
}
#right{
	width: 150px;
	float: left;
	margin-left: 30px;
}
#footer{
	width: 800px;
	height: 20px;	
	font-size: 80%;	
	float: left;
	padding-left: 156px;
	padding-top: 10px;	
	text-align:left;
	color:#CCC;
}
#footer a{
	color:#999;
}
#footer a:hover{
	color:#666;
}