/* CSS Document */
html, body {
	
}
body,td,th {
	background-color: #000000;
	margin: 19px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Body Paragraph */
body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body p a, body p a:hover, body p a:visited, body p a:active {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

/* contains header and top navigation */
#container {
	width: 770px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/* this code makes sure the floats clear and don't overlap. */
#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#headerOrange {
	display: none;
}
#logo {
	display: none;
}

/* Navigation */
#navigation {
	display: none;
}
/* Pads */
.fiftyPad {
	border-top: 50px solid #FFFFFF;
}
.thirtyFivePad {
	border-top: 35px solid #FFFFFF;
}
.thirtyFivePad2 {
	margin: 35px 0px 0px 0px;
}

/* Left column */
#leftColumn {
	display: none;
}
#pageTitle {
	width: 360px;
	padding: 0px 0px 50px 70px;
}
.program {
	float: left;
	width: 430px;
	margin-bottom: 40px;
}
.program:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.programBtn {
	float: left;
	width: 243px;
}
.programDesc {
	padding: 6px 0px 0px 0px;
	width: 243px;
	text-align: right;
}
.programBox {
	float: left;
	width: 169px;
	padding: 7px 0px 0px 18px;
}

#rightColumn {
	width: 90%;
}

#subTitle {
	padding: 20px 0px 20px 0px;
}
#subTitle2 {
	padding: 20px 0px 20px 0px;
}

/* Footer */
#footer {
	float: left;
	width: 770px;
	padding-top: 4px;
	margin: 0 auto;
	background-color: #000000;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a, #footer a:hover, #footer a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

/* Text Styles */
.orangeTxt11Bold {
	font-family: Arial;
	font-size: 11px;
	color: #F8971C;
	font-weight: bold;
}
.orangeTxt11 {
	font-family: Arial;
	font-size: 11px;
	color: #F8971C;
}
.orangeTxt11 a, .orangeTxt11 a:hover, .orangeTxt11 a:visited, .orangeTxt11 a:active,  {
	font-family: Arial;
	font-size: 11px;
	color: #F8971C;
	text-decoration: underline;
}
.orangeTxt14 {
	font-family: Arial;
	font-size: 14px;
	color: #F8971C;
	font-weight: bold;
}
.redTxt14 {
	font-family: Arial;
	font-size: 14px;
	color: #E31736;
	font-weight: bold;
}
.purpleTxt14 {
	font-family: Arial;
	font-size: 14px;
	color: #9A5AA4;
	font-weight: bold;
}
.greenTxt14 {
	font-family: Arial;
	font-size: 14px;
	color: #6DB33E;
	font-weight: bold;
}
.pinkTxt14 {
	font-family: Arial;
	font-size: 14px;
	color: #E598C2;
	font-weight: bold;
}
.blackTxt11 {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
