@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #484829;
	background-color: #FAF8EF;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.commentz {
	background-color: #FFFCD2;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #5A3C00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 16px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 900px;
}
#headerHome {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 900px;
	text-align: right;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navLinks a:link, #navLinks a:visited {
	display: inline;
	background-image:  none;
	font-family: "Minion Pro", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #8A8442;
	text-decoration: none;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#navLinks a:hover{
	color: #FFF;
	background-color: #663;
}
#nav {
	color: #8A8442;
}
#mainContent {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 13px;
	color: #454524;
}
#mainContentPD {
	background-color: #FFFFFF;
	width: 900px;
	background-image: url(../images/registration_contentBG.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-image: url(../images/PDU_Page_1_bottom.jpg);
	background-repeat: no-repeat;
	height: 351px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#register_btn {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 90px;
}
#register_btnLink a:link, #register_btnLink a:visited {
	color: #FFF;
	background-color: #5A5A3B;
	text-align: center;
	padding: 5px;
	height: 21px;
	width: 280px;
	margin-top: 94px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FFF;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#register_btnLink a:hover {
	color: #E8E7D7;
	text-decoration: underline;
}
.oliveBrown16 {
	font-size: 16px;
	color: #454524;
}
.oliveBrown14 {
	font-size: 14px;
	color: #454524;
}
.rustBold {
	color: #996600;
	font-weight: bold;
}
.oliveLite {
	color: #D9D781;
	font-weight: bold;
	font-size: 14px;
}
.white {color: #FFFFFF}
.white14 {font-size: 14px}
#benefitsTable {
	border: thick dashed #BC7D22;
	background-color: #FEE47B;
}
#courseTitleTable {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 24px;
	font-weight: bolder;
	color: #BC7D22;
	border: thick solid #BC7D22;
	text-align: center;
}
#titleBG {
	background-color: #996600;
	text-align: center;
	padding: 3px;
}
.row_even {
	background-color: #FFE082;
}
.row_odd {
	background-color: #F4F5D4;
}
.row_highlight {
	background-color: #FFFFCC;
}
.small_text {
	font-size: 13px;
}
.red_sm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #C00;
}
.bgLtBlue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F3F5FB;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}

