@charset "utf-8";
/*
Color Scheme:

topBar: pale blue  #bed1de
botBar: pale green #b5c3aa
sectionBar: medium blue #88a7bd
tableTitle: darkest  blue #3c5463
tableList: dark blue #5a6f7d
tableBorder : lighter blue #778892
sectionTitle :orange #ffac29
lessonTitle blue: #226699;
adTitle: green #2d8930
*/

body  {
	font: 16px Arial, Helvetica, sans-serif;
	background: #989898;
	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;
}

.twoColFixRtHdr #container { 
	width: 980px;  /* 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. */
	background-image: url(../images/bg.jpg); /* Added background image to shade sides. The image width (980px) equals the container width. DE */
	background-repeat: repeat-y;
	background-position: center top;
} 
.twoColFixRtHdr #header { 
	/*background: #DDDDDD; 
	padding: 0 10px 0 20px;   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. */
	margin:0 auto; /* Centers header. DE */ 
	width: 960px; /* 20 px < container. DE */
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 340px; /* 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 */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin-top: 30px;
}
.twoColFixRtHdr #mainContent { 
	margin: 10px 395px 0px 0px; /* the right margin on this div element creates the column down the right 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 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #3c5463;
} 
.twoColFixRtHdr #footer { 
	/*padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD; */
	width: 960px; /* 20 px < container. DE */
	background-color: #bed1de;
	margin:0 auto;
	height: 20px;	
} 
.twoColFixRtHdr #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 */
	padding-top: 4px;
	text-align: center;
	font-size:12px;
}
.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;
	width: 728px;
	height: 100px;
	padding: 10px 0px 0px 0px;
	/*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;
}
/* Custom CSS */
.topBar {
	height: 20px;
	width: 960px;
	margin: 0;
	background-color: #bed1de; /* Pale blue */
}
.midbar{
	width: 960px;
}
.adfltrt { /* 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. */
	/* margin-left: 8px; */
	float: right; /* since this element is floated, a width must be given */
	width: 728px; /* 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. DE The width has no padding or border. */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	height: 100px;
	padding: 7px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	
}
.logo{
	height: 100px;
	width: 230px;
	float: left;
}
.botBar {
	height: 20px;
	width: 950px;
	margin: 0;
	text-align: left;
	background-color: #b5c3aa;/* Pale green*/
	padding-top: 3px;
	padding-left: 10px;
}
.sectionBar { /* Displays "Find an Online or Campus ..." */
	height: 20px;
	width: 960px;
	background-color: #88a7bd; /*Medium blue */
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
}
.twoColFixRtHdr #container .sectionBar p {
	text-align: left;
	padding-left: 10px;
	display: block;
	height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	background-color: #88a7bd; /*Medium blue */
	color: #FFF;
}

#adBox {
	width: 948px;
	/* margin: 0 auto; */
	border: thin solid #88a7bd; /* Medium blue */
	height: 30px;
	padding-top: 3px;
	padding-left: 10px;
}
.preFooter {
	width: 960px; /* 20 px < container. DE */
	background-color: #b5c3aa; /* Pale green */
	height: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
}
#bottomLeaderBoard {
	width:	728px;
	margin: 0 auto;
}
.rolloverTutor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.50em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #F7F7F7;
	display: block;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #3399CC;
	border-bottom-color: #000000;
	border-left-color: #3399CC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 20px;
	text-align: left;
}
.rolloverTutor:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.50em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.rolloverTutorSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.50em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #F7F7F7;
	display: block;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #3399CC;
	border-bottom-color: #000000;
	border-left-color: #3399CC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}
.rolloverTutorSubtitle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.50em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #F7F7F7;
	display: block;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #3399CC;
	border-bottom-color: #000000;
	border-left-color: #3399CC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}
.twoColFixRtHdr #container #sidebar1 div .rolloverTutorSubtitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.50em;
	font-weight: bold;
	color: #000;
}

.twoColFixRtHdr #container #sidebar1 div .rolloverTutor a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.50em;
	font-weight: bold;
	color: #000;
}
.titleText {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffac29;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #3c5463;
	margin-top: 30px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3c5463;
	border-bottom-color: #3c5463;
	border-left-color: #3c5463;
}
.googleSearch{
	margin-top: 30px;
	margin-bottom: 30px;
}
.freeArea {
	margin-top: 30px;
}

#whatsNew{
	margin-top: 30px;
}
.byline {
	font-style: italic;
	font-size: 1em;
	line-height:1.50em;
}
.inlineLink{
	font-size: 1em;
	line-height:1.50em;
	font-weight:normal;
}
.sidebarSetting{
	width: 300px;
}
/* Links */
a:link, a:active, a:visited{
	color: #226699;
	text-decoration: none;
}
a:hover{
	color: #226699; /*Blue*/
	text-decoration: underline;
}
.twoColFixRtHdr #container #header .botBar a {
	color: #033; /* Dark green */
	font-weight: bold;
}

.twoColFixRtHdr #container #mainContent p a {
	color: #000;
}
.twoColFixRtHdr #container .preFooter a {
	color: #033; /* Dark green */
	font-size: 14px;	
}
.twoColFixRtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.50em;
}
.twoColFixRtHdr #container #mainContent h2 a {
	font-size: 18px;
	font-weight: bold;
	/*color: #5a6f7d; */
	color: #226699;
}
.twoColFixRtHdr #container #mainContent ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.50em;
	/*color: #000;*/
}
.twoColFixRtHdr #container #mainContent .inlineLink a {
	font-weight: normal;
	font-size: 1em;
	line-height:1.50em;
	color: #000;
}

.twoColFixRtHdr #container #mainContent p a {
	color: #226699;
	font-weight: bold;
	font-size: 1em;
	line-height:1.50em;
}


.twoColFixRtHdr #container #mainContent h1 a {
	font-size: 24px;
	font-weight: bold;
	/* color: #3c5463; */
	color: #226699;
}
.legal {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

