body{
	margin: 0px 0px 0px 0px;
	background-image: url(/images/bkgndNav2.gif);
	background-repeat: repeat-y;
	background-position: left;
}

body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
input {
	font-size: 11px;
}

/**********************************************
DIV ID's*/
#body {
	width: 700px;
}
#banner {
	height: 139px;
	background-image:url(/images/bannerBkgnd.jpg);
}
#sitemast {
	background: url(/images/internalBkgndNav2.gif) repeat-x;
	height: 138px;
}
#rightImage {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 139px;
}

#callUs {
	position: absolute;
	top: 111px;
	right: 0px;
	margin-right: 35px;
	color: #660033;
	font-size: 10px;
	font-weight: bold;
}

#breadcrumb {
	position: absolute;
	top: 110px;
	left: 188px;	
}

#content {
	float: left;
	width: 475px;
	margin:12px 0 0 40px;
}

#navigation {
	float: left;
	width: 148px;
	margin-top: 12px;
}

/**********************************************
CLASSES*/

.leftnav {
	display: block;
	color: #660033;
	font-size: 10px;
	padding: 4px 10px 4px 5px;
}

a.leftnav:link, a.leftnav:visited {
	text-decoration: none;
	border: 0px;
}
a.leftnav:hover, a.leftnav:active {
	background-color: #FFFFFF;
}

.sub {
	display: block;
	color: #660033;
	font-size: 10px;
	padding: 4px 10px 4px 15px;
}
a.sub:link, a.sub:visited {
	text-decoration: none;
	border: 0px;
}
a.sub:hover, a.sub:active {
	background-color: #FFFFFF;
}

a:link {
	color: #660033;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a:visited {
	color: #910048;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a:hover {
	color: #000000;
}

a.blank:link, a.blank:visited, a.blank:hover {
	border: 0;
}
