/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
	background-image: url(../images/ip_bg_fade.jpg);
	background-repeat: repeat-x;
}
#sitewrap {
	width:740px;
	margin-right:auto;
	margin-left:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sitewrap a {
	color: #4F91CD;
	text-decoration: underline;
}
#sitewrap a:visited {
	color: #4F91CD;
	text-decoration: underline;
}
#sitewrap a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#header {
	width: 100%;
}
#content_top {
	width: 100%;
	height: 9px;
	background-image:url(../images/ip_center_top.jpg)
}
#content_mid {
	background-image:url(../images/ip_center_mid.jpg);
	padding: 1px;
}
#content_bot {
	width: 100%;
	height: 8px;
	background-image:url(../images/ip_center_bot.jpg)
}
#copyright {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 20px;
}
#contactTbl {
	
}
#contactTbl td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
.smallText {
	font-size: 10px;
}

