body {
	font-family: Verdana, Geneva, sans-serif;
}

a {
	color: #3399cc;
	font-weight: 900;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
a h3:hover {
	color: #336699;
	text-decoration: underline;
}

a:visited {
	color: #5a83a7;
}
a h3:visited {
	color: #5a83a7;
}

p {
	color: #333333;
	padding: 4px 0 4px 0;
	line-height: 18px;
	font-size: 13px;
	
}

h1,h2,h3,h4,h5 {
	color: #3399cc;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px 0 5px 0;
	font-weight: 900;
}

ul, ol {
	color: #333333;
	font-size: 13px;
	padding: 4px 0 4px 7px;
}

li {
	padding: 2px 0 2px 0;
}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right{
	float: right;
}
#body-wrap img{
	padding: 4px 0 4px 0;
}

#left-nav h3{
	color: #003366;
	font-size: 15px;
	background-image: url(/images/design-parts/nav-header-bullet.png);
	background-repeat: no-repeat;
	padding: 2px 0 2px 17px;
}
#left-nav ul {
	padding: 3px 0 15px 7px;
}
#left-nav li {
	list-style: disc;
	list-style-position: inside;
	padding-top: 5px;
	padding-bottom: 5px;
}

#divLoggedin{

	padding: 0 0 5px 0;
}

#divLoggedin p{
	font-size: 11px;
	padding: 0 0 3px 0;
}

#storeNav {
	padding: 0 0 15px 0;
}

.storeNavItem li{
	padding-left: 7px;
	font-size: 13px;
}

.contentCols {
	width: 310px;
	float: left;
	padding: 10px 23px 0 0;
}
.centered {
	text-align: center;
}
.footerSection {
}
.footerSection h1, .footerSection h2, .footerSection h3, .footerSection h4, .footerSection h5, .footerSection p{
	color: #ffffff;
}
.footerSection a {
	color: #ffffff;
	font-size: 11px;
}

.important {
	font-weight: 900;
	color: #C00;
}

#onlineStoreNavHeader {
	background-image: url(/images/design-parts/online-store-nav-background-header.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 251px;
}
#onlineStoreNav {
	background-color: #3399cc;
}
#onlineStoreNav h2 {
	color: #FFDD26;
	padding: 0 0 0 10px;
}
#onlineStoreNav h3 {
	color: #ffffff;
	padding: 5px 0 3px 15px;
	background-image: none;
}
#onlineStoreNav li {
	padding: 2px 0 1px 20px;
}
#onlineStoreNav a {
	color: #ffffff;
}
#onlineStoreNav a:hover {
	color: #036;
}
#onlineStoreNavFooter {
	background-image: url(/images/design-parts/online-store-nav-background-footer.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 251px;
}

