body {
	background-image: url(/images/homepage/hp_bg.gif);
	background-repeat: repeat-x;
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.bodynewscell {
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 12px;
	padding-bottom: 10px;
	border-left: 1px dotted #990000;
	border-right: 1px dotted #990000;
}

.bodyleftcell {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 12px;
	padding-bottom: 10px;

}

.bodyrightcell {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;

}

p {
	font-size: 76%;
	margin-top: 0px;
	line-height: 18px;
}

ul {
	font-size: 76%;
	margin-top: 0px;
	line-height: 18px;
}

ol {
	font-size: 76%;
	margin-top: 0px;
	line-height: 18px;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 110%;
	color: #333;
	margin-top: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #5F0101;
	margin-top: 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 86%;
	color: #5F0101;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #3E0000;
	text-decoration: none;
}

.footercell {
	padding-left: 190px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
	color: #FFFFFF;
	font-size: 11px;
}
.footercell a {
	color: #FFFFFF;
	text-decoration: none;	
}
.footercell a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}

.headernavsearchholder {
	background-color: #fff;
	padding-top: 25px;
	padding-right: 12px;
	vertical-align: top;
}

.rightsidelinkimages {
	margin-bottom: 6px;

}

.sipdropdown { 
	background-color: #eaeaea; 
	font-family:verdana; 
	color: #330033; 
	font-size:11px;
	border: #990000; 
	border-style: solid; 
	border-top-width: 1px;
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	
}

.respect {
	margin-left: 18px;
}

.respect p {
	text-indent: -18px;
}




/* control homepage width */


.hometable {

	max-width:967px;
	width:expression(document.body.clientWidth > 967? "967px": "auto" );

}




