body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	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: #000000;
}
.twoColFixLtHdr #container {
	width: 820px;  /* 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. */
} 
.twoColFixLtHdr #header {
	background: #FFFFFF no-repeat;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 148px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
} 
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.textStyle1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-align: center;
	font-weight: normal;
}
.textStyle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#000000;
	text-align: center;
	font-weight: normal;
}
.textStyle3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#000000;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
}
.tableTd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
}
.courseDescription {
	position: relative;
	visibility: hidden;
}
.course {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	text-align: left;
}
.courseCentered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
}
.course2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
}
.course3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	text-align: right;
}
.courseRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	color: #FF0000;
}
.courseRedCentered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}
.courseAlt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	text-align: left;
	background: #FFFFCC;
}
.selectYourCourse {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #FFFFFF;
	list-style: disc inside;
}

.info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
}
.sideBarText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.tableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(../images/background_top.jpg) repeat;
	font-weight: normal;
}

.stateName {
	font-family: "Comic Sans MS", Arial, Verdana;
	font-size: 24px;
	text-align: center;
	background: #C1D4E2;
}
.stateNameReduced {
	font-family: "Comic Sans MS", Arial, Verdana;
	font-size: 22px;
	text-align: center;
}
.purchaseMultipleCourses {
	font-family: "Comic Sans MS", Arial, Verdana;
	font-size: 18px;
	color: #003E57;
}
.andSave {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-align: center;
}
.stateFee {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
}
.bigRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.warningText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
}
.warningTextCentered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.bannerWithYellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	background: #FFFF99;
	border: thin solid #333333;
}
.easySteps {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	
	
}
.easyStepsRed {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.easyStepsRed2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.easyStepsBlack {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: Black;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ceEdOnline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	margin: 5px;
	padding: 5px;
	font-weight: bolder;
}
.style3 {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}
.style3Centered {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

#pageTitle {
	position:absolute;
	width:592px;
	height:96px;
	z-index:1;
}

.style5 {
	font-size: 20px;
	color: #FF0000;
}
.headerText_1
	{
	font-family:Georgia, tahoma;
	font-size:40px;
	line-height:44px;
	color:#FFFFFF;
	}
	
.headerText_2
	{
	font-family:Georgia, tahoma;
	font-size:18px;
	line-height:20px;
	color:#FFFFFF;
	}
.headerText_3 {
	 font: 28px "Century Gothic", Helvetica, Arial;
	  color: #006da5; 
	  text-align: left
}
.headerText_4 {
	font: 22px "Century Gothic", Helvetica, Arial;
	  color: #006da5;
	  text-align: left 
}

.b_text {color:#3d6f92;}

.underline {
	text-decoration: underline;
}
.underlineBold {
	text-decoration: underline;
	font-weight: bold;
}
.overline {
	text-decoration: overline;
}
.bold {
	font-weight: bold;
}

.timesNewRoman11 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}

.timesNewRoman12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.timesNewRoman14 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.timesNewRoman16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.georgia10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

.georgia12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.georgia14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.georgia16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.arial12Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.arial14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.arial16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.arialBlack20Bold {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.arialBlack14BoldItalic {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.box {
	font-size: 12px;
	background: #FFFFCC;
	border: thin groove #666666;
	padding: 5px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.box2 {
	font-size: 12px;
	border: thin groove #666666;
	padding: 5px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

