body
{ 
	/* background-color: #96C0E6; */
	background-color: white;
        background: white url("cssImages/paws.gif");
	text-align:center;
	margin: 0;
}



#bodyContent {
	margin: 0 auto; /*center*/
	position: relative;
	width:700px;
	top:0px;
	z-index: 0;
	padding:0 0 0 0;
	background-color: white;
	border:2px solid white;
        background: white url("cssImages/EARback.jpg");
	background-repeat:repeat-x;
	height:auto;
}



.newsbar {
	float:left;
	width:700px;
	height: 35px; 
	background:none;
	border:0px solid #1C5F8B;
	text-align:center;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	line-height:22px;
	font-size: 13px;
	color:#D31145;
	font-weight: bold;
}

[class].newsbar {
}

.newsbar .container {
	padding: 0 0 0 10;
	margin: 0px; 
	position: relative
}


.newsbar a{
	padding-left : 16px
	font-family: Tahoma;
	color:797b7d;
	text-decoration:none;
	font-weight: normal;
}

.newsbar a:Hover{
	color:#595a5a;
	text-decoration: underline;
}





.fullbox {
	float:left;
	width:700px;
	text-align:left;
	padding:5 0 0 0;
	color:black;
	border:0px solid #F0F0F0;
	margin:0 0 0 0;

}

.fullbox img{
	border:0px solid #F0F0F0;
}

.fullbox a{
	color:red;
}

.boxContent {
	float:left;
	width:510px;
	background-repeat:no-repeat;
	padding: 0 0 10 10;
	font-family: Verdana;
	font-size: 10px; 
	line-height: 1.5em;
	border:0px solid #F0F0F0;
	text-align:left;
	min-height:485px;
	height:485px;
	border:0px solid #F0F0F0;
	margin:0 0 0 20;
}

html>body .boxContent {
	height: auto;
}


.boxContent .heading {
	font-size: 1.4em; 
	margin-bottom: 8px; 
	color: #6c7275
}



.sidemenu {
	padding:0 0 0 10;
	float:left;
	left:10px;
	width:136px;
	text-align:left;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	line-height:20px;
	font-size: 10px;
	color:#48484B;
	border:0px solid #F0F0F0;
	text-decoration:none;
	font-size: 11px;
	border-collapse: collapse; 

}

td.sidemenu {
	width:129px;
	border:1px solid #F0F0F0;
}

table.sidemenu a{
	text-decoration:none;
	color:#48484B;
	padding-right: 16px;
	font-family: Verdana;

}

table.sidemenu {
	display: block;
}


td.sidemenu a:hover {
	color:#785991;
	text-decoration:none;
	/*background: transparent url("cssImages/tabLabelBG.gif") no-repeat;*/
	background-position: right top; 
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 11px;
}



.widefooter {
	margin-left: auto;
	margin-right: auto;
	text-align:right;
	width:704px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:white;
	min-height:40px;
	background-color: black;
	line-height:30px;
	height:40px;
}

.widefooterContent {
	padding-right : 16px
}

 