#main {
	float: left;
	width: 745px;
}

#left{
	text-align: left;
	width: 592px;
	float: left;
}

#header {
	width: 592px;
	padding-left: 0px;
}

#header img {
	width: 592px;
}

#intContent {
	width: 592px;
	margin-left: 0px;
}
#intLeftCol {
	margin-top: 5px;
	width: 192px;
	float: left;
}

#findMyNearest {
	height: 173px;
	margin-top: 4px;
	background-color: #ffda77;
	background-image: url(/wsimages/internal_find_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#findMyNearestTitle {
	font-size: 1.6em;
	font-weight: bold;
	color: #ff0005;
	padding: 7px 10px 0px 10px;
}
#findMyNearest p {
	color: #001e54;
	margin: 5px 10px 10px 10px;
	padding: 0;
}
#findMyNearest p a:link, #findMyNearest p a:visited {
	color: #001e54;
	font-weight: bold;
	text-decoration: none;
}
#findMyNearest p a:hover {
	text-decoration: underline;
}

#frmFindMyNearest {}
input.findMyNearest {
	width: 135px; 
	font-size: 1em;
	height: 12px;
	padding: 2px 4px 2px 5px;
	margin-left: 10px;
	margin-bottom: 8px;
}
.btnFindMyNearest {
	position: relative;
	top: -4px;
	left: 3px;
}

#intRightCol {
	margin-top: 5px;
	margin-left: 5px;
	width: 395px;
	float: left;
}

#intBodyTitle {
	background-color: #ff6600;
	height: 31px;
}

#intBodyTitleText {
	position: relative;
	left: 10px; top: 4px;
	color: white;
	font-family: Arial,Verdana,sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}
#intBodyBreadcrumb {
	padding-left: 10px;
	padding-top: 3px;
	background-color: #fbc029;
	height: 20px;
	color: #e10404;
}
#intBodyBreadcrumb a:link, #intBodyBreadcrumb a:visited {color: #e10404; }
#intBodyContent {
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	color: #001844;
	font-size: 1.1em;
	background-color: #ffda77;
	background-image: url(/wsimages/internal_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#intBodyContent p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#intBodyContent ul {
	list-style-type: none; 
	list-style-image: url(/wsimages/list_bullet_blue_square.gif);
	margin-top: 5px;
	margin-bottom: 10px;
}
#intBodyContent img {margin: 0px 0px 10px 10px;}

/* News Teaser Display Type */
.newsitem {
	clear: both;
	margin-bottom: 10px;
}

.newsitem table {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.newsitem table td {
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.newsTeaserImage {
	padding-right: 10px;
	float: left;
	margin: 0px 0px 0px 0px !important;
}
