html,body {
	width: 100%;
	height: 100%;
}
body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image:url(../images/page_background.gif);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0;
	padding: 0;	
}
a:link { text-decoration: underline; color:blue; }
a:visited { text-decoration: underline;  color:#003399; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }
hr { height: 1px; width: 100%; }
form { margin: 0; padding: 0; }

#containerPanel {
	width: 760px;
	margin: auto;
	padding: 0;
	left: 70px;
}

#topPanel {
	width: 760px;
	height: 95px;
	background-image: url(../images/top_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #0C2E3E;
}
#topPanel img { position: relative; top: 21px; left: 13px; border: 0; }

#topPanelForPrint {
	display: none;
	visibility: hidden;
}

#searchPanel {
	width: 760px;
	height: 27px;
	background-color: #8A8A8A;
}


#topAddress { 
	float: left;
	padding: 7px 0px 0px 15px;
	font-size: 11px; 
	color: #ffffff;
}
#topAddress strong {
	padding-right: 20px;
}

/*
///////////////////////////////////////////////
	Side Panel
///////////////////////////////////////////////
*/

#sidePanel {
	float:left;
	background-color: #4F7688;
	width: 165px;
	height: 100%;
	margin: 0;
	padding-top: 30px;
	

	
}





/*
///////////////////////////////////////////////
	Content Panel
///////////////////////////////////////////////
*/

#contentPanel {
	float: right;
	width: 521px;
	height: 100%;
	background-color: #eeeeee;
	background-image: url(../images/stripes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 35px 50px 30px 24px;
	line-height: 1.5;
	
}

#contentPanel h1 { margin: 0; padding: 0; margin-bottom: 20px; font-size: 18px; font-weight: bold; color: #0C2E3E;}
#contentPanel h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #4F7688;
}
#contentPanel h3 { font-size: 12px; font-weight: bold; }
#contentPanel a { font-weight: bold; }

#bottomLinks {
	font-size: 11px;
	padding-top: 5px;
	margin-top: 30px;
	border-top: 1px solid black;
}
#bottomLinks ul { margin: 0; padding: 0; }
#bottomLinks ul li { list-style-type: none; display: inline; margin: 0; padding: 0; padding-right: 10px; }
#bottomLinks ul li a { color: black; font-weight: normal; }

#contentPanel ul li {
	margin-bottom: 5px;
}

/*
///////////////////////////////////////////////
	Misc
///////////////////////////////////////////////
*/

#imageRight {
	float: right;
	margin: 0px 0px 15px 15px;
}

#imageLeft {
	float: left;
	margin: 0px 15px 15px 0px;
}

.copyRight {
	font-size: 9px;
	margin-top: 20px;
}

.subHeader {
	font-size: 14px;
	font-weight: bold;
}

.pictureCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#extraLinkPanel {
	float: right;
	background-color:#F9F9F9;
	color: black;
	border: 1px solid black;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 11px;
}
#extraLinkPanel ul { margin: 0; padding: 0px; padding-left: 15px; }
#extraLinkPanel ul li { list-style-type: square; font-weight: bold; }
#extraLinkPanel h1 { font-size: 16px; margin-bottom: 15px; }

#contentHeaderPanel {
	background-color:#FFCC00;
	color: black;
	border: 1px solid black;
	padding: 10px;
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	clear: both;
}

#contentCouponPanel {
	background-color:white;
	color: black;
	border: 3px dashed black;
	padding: 20px;
}

.servicesList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-bottom: 15px;
}

.imageRight {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.imageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

