*, body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* start global styles */
h1 {
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	clear: both;
	}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	}	
h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0px 6px 0px;
	padding: 0px;
	clear: both;
	}	
h3.first {
	margin: 0px;
}	

h3.backToTop{
	display: block;
	margin: 26px 25px;
}


p {
	font-size: 12px;
	margin: 0px;
	line-height: 16px;
	}
p.intro {
	clear: left;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}

.bold{
	font-weight: bold;
}
	
ul {
	list-style-type: square;
	font-size: 12px;
	margin: 10px;
	padding-left: 14px;
	margin-top: 5px;
	line-height: 20px;
	}
ul.bold {
	font-weight: bold;
}
ul.noBullet {
	list-style-type: none; 
	font-weight: bold;
	padding-left: 0px;
}


ul.bold li {
	margin-top: 4px; 
}
ul.noBullet li{
	margin-top: 4px; 
}

div.contentHeaderContainer{
	margin: 15px 15px 0px 15px;
	padding-top: 3px;
	clear: both;
}
div.contentBodyContainer{
	margin: 10px 15px 0px 15px;
	clear: both;
}
div.hr {
	height: 1px;
	width: 100%;
	margin-bottom: 14px;
	clear: both;
}

div.imgBox {
	padding: 1px;
	float: left;
	clear: right;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 0px;
}
div.imgBoxLeft {
	padding: 1px;
	float: left;
	font-size: 0px; 
}

div.siteFooterLinks{
	white-space:nowrap;
}


.Layout {
    font-size: 11px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


a:link {

}

a:visited {

}

.BulletTD {
	width: 18px;
}

/* Site Name & Description Classes */


.SiteName {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}


.SiteDescription {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	letter-spacing: 2px;
}


/* ------------ New Page Type Additions - Justin Nemeth ------------ */


.BulletUL {
	line-height: 1.8em;
	list-style-image: url(../bullet.gif);
}

.BulletDiv {
	background-image: url(../bullet.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	margin-left: 25px;
}

.BulletUL2 {
	list-style-image: url(../bullet.gif);
	line-height: 1.8em;
}

.BulletDiv2 {
	background-image: url(../bullet.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	margin-left: 25px;
}

a.LinkTextDark {
	text-decoration: none;
}

a.LinkTextDark:hover {
	text-decoration: underline;
}

.LightHR {
	height: 1px;
}

div.feedBurnerFeedBlock p.feedTitle { color: #6E7AA3; }

