body {
	margin: 0px;
	background: rgb( 72, 81, 101 );
	text-align: center;
}

body,
h1, h2, h3,
p, div, ul, ol,
th, td,
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}

h3 {
	margin: 0px 0px 3px 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

p, ul, ol,
hr {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul {
	margin-left: 20px;
	padding-left: 0px;
	list-style-type: disc;
}

ol {
	margin-left: 20px;
	padding-left: 0px;
}

a:link,
a:visited,
a:active,
a:hover {
	text-decoration: underline;
	color: rgb( 72, 81, 101 );
}

.popText,
a.popLink:link,
a.popLink:visited,
a.popLink:active,
a.popLink:hover {
	color: #CC0000;
	font-weight: bold;
}

img {
	border: none;
	vertical-align: middle;
}

form {
	margin: 0px;
}

sup {
	vertical-align: top;
}

hr {
	height: 1px;
	border-top: solid 1px rgb( 72, 81, 101 );
	border-bottom: none;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.rightImage {
	padding: 0px 0px 10px 10px;
	float: right;
}

p.quote {
	padding: 0px 10px;
	color: rgb( 83, 80, 65 );
	font-style: italic;
}

div.verticalSpacer {
	height: 100px;
}

#main {
	width: 740px;
	margin: 0px auto;
	text-align: left;
}

#main div.bg_top {
	background: url( '../img/mainBg_top.jpg' ) top center no-repeat;
}

#main div.bg_middle {
	background: url( '../img/mainBg_middle.jpg' ) top center repeat-y;
}

#main div.bg_bottom_primary {
}

#main div.bg_bottom_secondary {
	background: url( '../img/mainBg_bottom.jpg' ) bottom center no-repeat;
}

#main div.main_inside {
	color: rgb( 72, 81, 101 );
}

#main div.primary_inside {
	padding-bottom: 10px;
}

#main div.secondary_inside {
	padding-bottom: 80px;
}

#main div.mainNav {
	height: 27px;
	padding: 40px 0px 20px 155px;
}
#main div.mainNav div.mainNav_inside {
	width: 506px;
	height: 17px;
	padding-top: 5px;
	overflow: hidden;
}
#main div.mainNav,
#main div.mainNav a:link,
#main div.mainNav a:visited,
#main div.mainNav a:active,
#main div.mainNav a:hover {
	color: white;
	font-size: 11px;
	font-weight: bold;
}

#main div.subNav {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px rgb( 72, 81, 101 );
	text-align: center;
}

#main div.footerContent_primary_t {
	background: url( '../img/mainBg_bottom_primary_t.jpg' ) no-repeat top left;
}

#main div.footerContent_primary_m {
	background: url( '../img/mainBg_bottom_primary_m.jpg' ) repeat-y top left;
}

#main div.footerContent_primary_b {
	background: url( '../img/mainBg_bottom_primary_b.jpg' ) no-repeat bottom left;
}

#main div.footerContent_primary_inside {
	min-height: 85px;
	padding: 8px 0px 113px 100px;
	color: white;
}

#main div.footerContent_primary_inside div.column1 {
	float: left;
	padding-top: 5px;
	width: 175px;
	font-weight: bold;
	text-align: center;
}

#main div.footerContent_primary_inside div.column2,
#main div.footerContent_primary_inside div.column3,
#main div.footerContent_primary_inside div.column4 {
	float: left;
	width: 120px;
	text-align: center;
}

#main div.footerContent_primary_inside div.primaryTab div,
#main div.footerContent_primary_inside div.primaryTab a:link,
#main div.footerContent_primary_inside div.primaryTab a:visited,
#main div.footerContent_primary_inside div.primaryTab a:active,
#main div.footerContent_primary_inside div.primaryTab a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

#main div.footerContent_primary_inside div.footerContentText {
	margin-bottom: 5px;
}
#main div.footerContent_primary_inside div.footerContentButton {
	padding-top: 5px;
}

#main div.footerNav {
	margin: -20px 0px 10px 0px;
	text-align: center;
}
#main div.footerNav,
#main div.footerNav a:link, 
#main div.footerNav a:visited, 
#main div.footerNav a:active, 
#main div.footerNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	text-transform: uppercase;
}

#main div.oneColumn {
	padding: 0px 100px;
}

#main div.twoColumn {
	padding: 0px 100px;
}
#main div.twoColumn div.leftColumn {
	float: left;
}
#main div.twoColumn div.rightColumn {
	float: right;
}
#main div.twoColumn div.thinColumn {
	width: 29%;
}
#main div.twoColumn div.mediumColumn {
	width: 48%;
}
#main div.twoColumn div.wideColumn {
	width: 69%;
}

#main div.twoColumn_home {
	padding: 0px 66px 0px 100px;
}
#main div.twoColumn_home div.column1 {
	float: left;
	width: 290px;
	padding-top: 10px;
}
#main div.twoColumn_home div.column2 {
	float: right;
	width: 270px;
	text-align: right;
}

#main div.dialog {
	margin-bottom: 10px;
	padding: 10px;
	background: white;
	border: solid 1px rgb( 72, 81, 101 );
}

#main div.scheduleLists ul li {
	text-indent: -50px;
	padding-left: 50px;
}