@charset "utf-8";

body {
	font: Verdana, Helvetica, sans-serif;
	background: #E8E8E8;
	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;
}

body#home a#homeLink,body#about a#about,body#registration a#regLink,body#contact a#contactLink
	{
	color: #ffffff;
	text-decoration: none;
}

h1 {
	font-family: Century Schoolbook;
}

h2 {
	font-family: Century Schoolbook;
	font-size: 25px;
	color: #000000;
}

h3 {
	font-family: Century Schoolbook;
	font-size: 20px;
	color: #000000;
}

.small_white {
	font-size: 11px;
	color: #ffffff;
}

.red_text {
	color: #FF0000;
}

.error_text {
	color: #FF0000;
	background-color: #FFFFFF;
	width: 90%;
}

div#cline {
	width: 1px;
	height: 100%;
	color: black;
	background: black;
}

.left_aligned {
	text-align: left;
}

.right_aligned {
	text-align: right;
}

.divider {
	width: 85%;
	border-bottom: 2px dashed #760404;
	text-align: center;
}

.assignment_info {
	width: 85%;
	text-align: left;
	padding-bottom: 15px;
}

#mainContent9 {
	margin: 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#mainContent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 auto;
	width: 90%;
	text-align: left;
}

#mainContent2 table.courses {
	width: 85%;
	text-align: center;
	border: 1px solid #cccccc;
}

#mainContent2 table.courses th {
	background-color: #CCCCCC;
	text-align: left;
	padding: 3px;
	color: #000000;
}

#mainContent2 table.courses td {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #cccccc;
}

#mainContent2 table.courses tr.alt {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	background-color: #EFEFEF;
}

#mainContent2 table.course_info {
	width: 85%;
	border: 1px solid #cccccc;
	background-color: #FFFFCC;
	font-size: 12px;
}

#mainContent2 table.course_info th,td {
	border-bottom: 1px solid #cccccc;
}

#mainContent2 table.course_info tr.alt {
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFE8;
}

#mainContent2 table.sub_course_info td {
	border-bottom: none;
}

.twoColHybRtHdr #container {
	width: 1200px;
	/* this will create a container 80% of the browser width */
	background: #ffffff;
	margin: 0 auto;
	border: #FFFFE8 5px solid;
	border-style: ridge;
	border-width: 2px 5px 5px 2px;
	/*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. */
}

.twoColHybRtHdr #header {
	width: 100%;
	height: auto;
	background-image: url(../images/red_backgd.png);
	background-repeat: repeat-x;
	padding: 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. */
}

.twoColHybRtHdr #temp_header {
	width: 100%;
	height: 187px;
	background-image: url(../images/temp_red_backgd.png);
	background-repeat: repeat-x;
	padding: 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. */
}

.horz_nav {
	margin: 0px;
	padding: 0px 0px 0px 35px;
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	background-image: url(../images/red_side_backgd.png);
	background-repeat: repeat;
}

.horz_nav a {
	text-decoration: none;
	color: #cccccc;
}

.horz_nav a:link {
	text-decoration: none;
	color: #cccccc;
}

.horz_nav a:visited {
	text-decoration: none;
	color: #cccccc;
}

.horz_nav a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.horz_nav a:active {
	text-decoration: none;
	color: #cccccc;
}

.horz_nav ul {
	margin: 0px;
	padding: 3px 0px 15px 0px;
}

.level_one {
	padding: 0px 40px 0px 0px;
	display: inline;
	list-style: none;
	list-style-image: none;
}

.twoColHybRtHdr #header2 {
	height: 118px;
	background-image: url(../images/small_red_backgd.png);
	background-repeat: repeat-x;
	padding: 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. */
}

.twoColHybRtHdr #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 */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/
.twoColHybRtHdr #sidebar1 {
	float: right;
	width: 10em; /* since this element is floated, a width must be given */
	background-image: url(../images/red_side_backgd.png);
	background-repeat: repeat;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	/* top and bottom padding create visual space within this div  */
	text-align: center;
}

.twoColHybRtHdr #temp_sidebar1 {
	float: right;
	width: 12em; /* since this element is floated, a width must be given */
	background-image: ;
	background-repeat: repeat;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	/* top and bottom padding create visual space within this div  */
	text-align: center;
}

.twoColHybRtHdr #sidebar1 h3,.twoColHybRtHdr #sidebar1 p {
	margin-left: 10px;
	/* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColHybRtHdr #sidebar1 label {
	color: #000000;
	margin-left: 3px;
}

.twoColHybRtHdr #sidebar1 input {
	margin: 0px 0px 0px 3px;
}

.authen {
	color: #ffffff;
	width: 90%;
}

.authen legend {
	color: #ffffff;
}

.authen a {
	text-decoration: none;
	color: #ffffff;
}

.authen a:link {
	text-decoration: none;
	color: #ffffff;
}

.authen a:visited {
	text-decoration: none;
	color: #ffffff;
}

.authen a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.authen a:active {
	text-decoration: none;
	color: #ffffff;
}

#loginFrm {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

/***Registration1***/
fieldset.srch01 {
	padding: 5px;
	text-align: right;
	width: 700px;
}

fieldset.srch01 legend {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccccc;
}

fieldset.admin {
	padding: 5px;
	text-align: right;
	width: 250px;
	margin-right: 75px;
	margin-top: 75px;
	height: 100px;
	border-color:#0000FF
}

fieldset.admin legend {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccccc;
}

fieldset.instructor {
	padding: 5px;
	text-align: right;
	width: 250px;
	margin-right: 75px;
	margin-top: 75px;
	height: 100px;
	border-color:#0000FF
}

fieldset.instructor legend {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccccc;
}

/***Registration1***/
fieldset.agree {
	padding: 5px;
	text-align: justify;
	width: 95%;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
}

fieldset.agree legend {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccccc;
}

fieldset.home {
	padding: 5px;
	text-align: right;
	width: 500px;
}

/***Registration1***/
fieldset.reg01 {
	padding: 5px;
	text-align: right;
	width: 400px;
	border-color:#0000FF
}

fieldset.reg01 legend {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccccc;
}

#regFrm01 {
	padding: 10px 0px;
}

#regFrm01 p {
	margin: 5px 50px 0px 0px;
}

#regFrm01 input {
	width: 180px;
}

#regFrm01 input.radioBtn {
	width: 20px;
}

#regFrm01 select {
	width: 185px;
}

#regFrm01 .button {
	width: 50px;
}

#regFrm01 .ssn1 {
	width: 45px;
}

#regFrm01 .ssn2 {
	width: 25px;
}

#regFrm01 .ssn3 {
	width: 45px;
}

#regFrm01 .ccNbr1 {
	width: 45px;
}

#regFrm01 .ccNbr2 {
	width: 45px;
}

#regFrm01 .ccNbr3 {
	width: 45px;
}

#regFrm01 .ccNbr4 {
	width: 45px;
}

#regFrm01 .ccVerCode {
	width: 40px;
}

#regFrm01 .ccType {
	width: 85px;
}

#regFrm01 .month {
	width: 95px;
}

#regFrm01 .date {
	width: 45px;
}

#regFrm01 .year {
	width: 60px;
}

#regFrm01 .zip1 {
	width: 55px;
}

#regFrm01 .zip2 {
	width: 40px;
}

#regFrm01 .areaCode {
	width: 35px;
}

#regFrm01 .prefix {
	width: 35px;
}

#regFrm01 .Phone {
	width: 60px;
}

/***Registration2***/
fieldset.reg02 {
	padding: 5px;
	text-align: right;
	width: 450px;
}

fieldset.reg02 legend {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccccc;
}

#regFrm02 {
	padding: 10px 0px;
}

#regFrm02 p {
	margin: 5px 50px 0px 0px;
}

#regFrm02 input {
	width: 180px;
}

#regFrm02 input.radioBtn {
	width: 20px;
}

#regFrm02 select {
	width: 185px;
}

#regFrm02 .button {
	width: 50px;
}

/***Registration3***/
fieldset.reg03 {
	padding: 5px;
	text-align: right;
	width: 450px;
}

fieldset.reg03 legend {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccccc;
}

#regFrm03 {
	padding: 10px 0px;
}

#regFrm03 p {
	margin: 5px 100px 0px 0px;
}

#regFrm03 input {
	width: 180px;
}

#regFrm03 input.radioBtn {
	width: 20px;
}

#regFrm03 select {
	width: 185px;
}

#regFrm03 .month {
	width: 95px;
}

#regFrm03 .date {
	width: 45px;
}

#regFrm03 .year {
	width: 60px;
}

#regFrm03 .button {
	width: 50px;
}

/***Registration4***/
fieldset.reg04 {
	padding: 5px;
	text-align: right;
	width: 450px;
}

fieldset.reg04 legend {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccccc;
}

#regFrm04 {
	padding: 10px 0px;
}

#regFrm04 p {
	margin: 5px 50px 0px 0px;
}

#regFrm04 input {
	width: 180px;
}

#regFrm04 input.radioBtn {
	width: 20px;
}

#regFrm04 select {
	width: 185px;
}

#regFrm04 .month {
	width: 95px;
}

#regFrm04 .date {
	width: 45px;
}

#regFrm04 .year {
	width: 60px;
}

#regFrm04 .button {
	width: 50px;
}

/***Registration5***/
fieldset.reg05 {
	padding: 5px;
	text-align: right;
	width: 450px;
}

fieldset.reg05_a {
	padding: 5px;
	text-align: right;
	width: 650px;
}

fieldset.reg05 legend {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccccc;
}

fieldset.reg05_a legend {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccccc;
}

#regFrm05 {
	padding: 10px 0px;
}

#regFrm05 p {
	margin: 5px 50px 0px 0px;
}

#regFrm05 input {
	width: 180px;
}

#regFrm05 input.radioBtn {
	width: 20px;
}

#regFrm05 select {
	width: 185px;
}

#regFrm05 .month {
	width: 95px;
}

#regFrm05 .date {
	width: 45px;
}

#regFrm05 .year {
	width: 60px;
}

#regFrm05 .button {
	width: 50px;
}

fieldset.pay {
	padding: 5px;
	text-align: right;
	width: 90%;
}

fieldset.pay legend {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccccc;
}

fieldset.reg50 {
	padding: 5px;
	text-align: right;
	width: 975px;
}

#regFrm50 input.radioBtn {
	width: 20px;
}

#regFrm50 select {
	width: 200px;
}

#regFrm50 input {
	width: 185px;
}

fieldset.reg50 legend {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccccc;
}

#regFrm50 .areaCode {
	width: 35px;
}

#regFrm50 .prefix {
	width: 35px;
}

#regFrm50 .Phone {
	width: 60px;
}

fieldset.interview {
	padding: 5px;
	text-align: right;
	width: 975px;
}

#interview input.radioBtn {
	width: 20px;
}

#interview select {
	width: 200px;
}

#interview input {
	width: 185px;
}

fieldset.interview legend {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccccc;
}

#interview .areaCode {
	width: 35px;
}

#interview .prefix {
	width: 35px;
}

#interview .Phone {
	width: 60px;
}

.twoColHybRtHdr #sidebar2 {
	float: right;
	width: 12em; /* since this element is floated, a width must be given */
	background-image: url(../images/small_red_side_backgd.png);
	background-repeat: repeat;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px;
	/* top and bottom padding create visual space within this div  */
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybRtHdr #mainContent {
	margin: 0 13em 0 10px;
	/* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.twoColHybRtHdr #mainContent .header_row_450 {
	color: #FFFFFF;
	padding: 2px 0px 2px 5px;
	background-image: url(../images/table_backgrounds_03.gif);
	background-repeat: no-repeat;
	height: 45px;
}

.twoColHybRtHdr #mainContent .left_blk_border {
	border-left: 1px solid #999;
}

.twoColHybRtHdr #mainContent .right_blk_border {
	border-right: 1px solid #999;
}

.twoColHybRtHdr #mainContent .bottom_blk_border {
	border-bottom: 1px solid #999;
}

.twoColHybRtHdr #temp_mainContent {
	margin: 0 13em 0 10px;
	/* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 100%
}

.twoColHybRtHdr #footer {
	padding: 0 10px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

.twoColHybRtHdr #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 */
}

.twoColHybRtHdr #footer a {
	text-decoration: none;
	color: #000000;
}

.twoColHybRtHdr #footer a:link {
	text-decoration: none;
	color: #000000;
}

.twoColHybRtHdr #footer a:visited {
	text-decoration: none;
	color: #000000;
}

.twoColHybRtHdr #footer a:hover {
	text-decoration: underline;
	color: #000000;
}

.twoColHybRtHdr #footer a:active {
	text-decoration: none;
	color: #000000;
}

/* Miscellaneous classes for reuse */
.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;
}

.fltrt2 {
	/* 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: 15px;
	margin-right: 55px;
	border: 0px;
	padding: 1px;
}

.flt3 {
	/* 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: 1px;
	margin-right: 1px;
	border: 1px solid #767;
	padding: 1px;
	background-color: #FFFFE8;
}

.flt4 {
	/* 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: left;
	margin-left: 1px;
	margin-right: 1px;
	border: 1px solid #767;
	padding: 1px;
	background-color: #FFFFE8;
}

.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
}

.comments {
	width: 50px;
	height: 10px;
	border: 1px solid #000000;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.fbo {
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.writing {
	width: 950px;
	height: 500px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.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;
}

.italic_wht_text {
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
}

/* Miscellaneous classes for reuse */
.fltExSide {
	/* 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: 15px;
	margin-right: 25px;
	font-size: 16px;
	color: #000000;
	background: #FFFFE8;
	border: 1px solid #767;
}

/* Miscellaneous classes for reuse */
.fltExHdr {
	/* 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: 15px;
	margin-right: 75px;
	font-size: 16px;
	color: #000000;
	background: #FFFFE8;
	border: 1px solid #767;
}

.fltCourses {
	/* 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: left;
	margin-left: 5px;
	margin-right: 60px;
	font-size: 12px;
	color: #000000;
	background: #FFFFE8;
	border: 1px solid #767;
}

.fltDescr {
	/* 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: 15px;
	margin-right: 30px;
	font-size: 12px;
	color: #000000;
	background: #FFFFE8;
	border: 1px solid #767;
}

.fltArticles {
	/* 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: left;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 10px;
	color: #000000;
	background: #FFFFE8;
	border: 1px solid #767;
}

#mainContent2 table.articles {
	width: 15%;
	border: 1px solid #cccccc;
	background-color: #FFFFCC;
	font-size: 12px;
}

#mainContent2 table.modules {
	width: 95%;
	border: 1px solid #cccccc;
	background-color: #FFFFCC;
	font-size: 12px;
}

#mainContent2 table.descr {
	width: 15%;
	border: 1px solid #cccccc;
	background-color: #FFFFCC;
	font-size: 12px;
}

/* MyMenu */
.fltMenu {
	/* 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: left;
	width: 60%;
}

.fltButtons {
	/* 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;
	width: 40%;
}

#mainContent2 table.buttons {
	text-align: center;
	border: none;
	background-color: #ffffff;
}

#mainContent2 table.menuText {
	text-align: left;
	border-right: 1px solid #cccccc;
	font-size: 14px;
	font-family: Century Schoolbook;
}

.fltHdr {
	/* 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: center;
	font-size: 10px;
	color: #000000;
	background: #ffffff;
	border: 0px solid #767;
}

.fltMain {
	/* 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: left;
	width: 70%;
	font-size: 10px;
	color: #000000;
	background: #ffffff;
	border: none;
}

.fltBooks {
	/* 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: left;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 10px;
	color: #000000;
	background: #FFFFE8;
	border: 1px solid #767;
}

#mainContent2 table.main {
	text-align: center;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

#mainContent2   table.main   th {
	background-color: #00184A;
	text-align: left;
	padding: 10px;
	color: #FFFFFF;
	font-size: 15px;
	font: oblique small-caps;
	font-weight: 500;
	font-family: Century Schoolbook;
}

#mainContent2 table.main td {
	text-align: left;
	padding: 5px;
}

#mainContent2 table.main tr.alt {
	text-align: left;
	padding: 5px;
	background-color: #add8e6;
	border-bottom: 1px solid #cccccc;
}

#mainContent2 table.main tr {
	text-align: left;
	padding: 5px;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
}

#mainContent2 table.books {
	width: 80%;
	border: none;
	background-color: #FFFFCC;
	font-size: 10px;
}

img.floatLeft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	align: top;
}

img.floatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	align: top;
}

img.floatSbecRight {
	float: right;
	margin: 2px;
	height: 85px;
}

.fltMain {
	/* 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: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
	color: #000000;
	background: #ffffff;
	border: none;
}

.fltSeminarDescr {
	/* 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. */
	font-size: 10px;
	color: #000000;
	background: #ffffff;
	border: none;
}

.fltResource {
	/* 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. */
	font-size: 12px;
	color: #000000;
	border: none;
}

.fltInstructor {
	font-size: 10px;
	color: #000000;
	background: #FFFFFF;
	border: none;
}

#mainContent2 table.instructors {
	background-color: #E0FFFF;
	font-size: 10px;
	border: solid 1px black;
}

#mainContent2 table.resource {
	width: 10%;
	border: 0px solid #cccccc;
	background-color: #ffffff;
	font-size: 10px;
	border: 0px solid #cccccc;
}

.fltHomePageImg {
	float: left;
	margin-left: 5px;
	font-size: 11px;
}

.fltHomePageDisc {
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 11px;
	color: #000000;
	background-color: #add8e6;
	border-top: blue 2px solid;
	border-right: blue 2px solid;
	border-bottom: blue 1px solid;
	border-left: blue 1px solid;
}

.exam {
	border: 1px dashed blue;
}

.fltHomePageText {
	float: right;
	margin-right: 3%;
	width: 30%;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
}

.fltHomePageTextLeft {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	width: 15%;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
}

#mainContent2   table.appdetail   th {
	background-color: #b0b0b0;
	text-align: left;
	padding: 10px;
	color: #FFFFFF;
	font-size: 12px;
}

#mainContent2 table.appdetail td {
	background-color: #ffffff;
	text-align: left;
	padding: 5px;
	font-size: 10px;
}

#mainContent2 table.appdetail tr.alt {
	text-align: left;
	padding: 5px;
	background-color: #EFEFEF;
	font-size: 10px;
}

