body {
	background-image: url(images/site_bkg.jpg);
	background-color: #33B4D1;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	list-style-type: none;
}
h1, h2, h3, h4, h5, p, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

/* Left Side Navigation */

.leftnav {
	background-image: url(images/sidenav_bkg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
.leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
.leftnav li {
	background-image: url(images/sidenav_lnk.jpg);
	padding-left: 0px;
	line-height: 25px;
}
.leftnav a {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 20px;
	width: auto;
}
#footer {
	background-image: url(images/footer_bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding-left:20px;
}
#footer p {
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
}


.leftnav a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.leftnav a:hover {
	background-image: url(images/sidenav_lnk_ovr.jpg);
	display: block;
	color: #999999;
}
.leftnav li li a {
	background-image: url(images/sub_bkg.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-left: 40px;
	background-position: left center;
}
.leftnav li li a:hover {
	color: #999999;
	background-image: url(images/sub_bkg.jpg);
	background-repeat: no-repeat;
}

/* Other Styles */

#outsideframe {
	background-image: url(images/site_top_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 580px;
}
#topbar {
	background-color: #FFFFFF;
	padding: 6px;
}
.brand_img {
	margin-right: 6px;
	margin-left: 6px;
}
#outsideframe h1 {
	font-size: 18px;
	line-height: 30px;
	background-image: url(images/head_bkg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}
#homepgContent {
	background-image: url(images/home_content_bkg.jpg);
	background-repeat: no-repeat;
	padding-right: 330px;
	height: 480px;
}
#outsideframe p {
	font-size: 11px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
}
#outsideframe h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
#outsideframe h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFFFFF;
	background-color: #33B4D1;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
}
#outsideframe li {
	font-size: 11px;
	background-position: left;
}
#outsideframe td {
	font-size: 11px;
}
#footer {
	width: 788px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
