@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
*/

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;
}
.tableMarker {
	background-image: url(../images/marker.png);
	background-repeat: no-repeat;
	background-position: 24px center;
	display: block;
}
.thrColFixHdr #container #sidebar1 table tr .tableMarker a {
	margin-left: 21px;
}

.thrColFixHdr #header { 
	/* background: #DDDDDD; Removed. DE*/
	/* 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. Removed DE */
	margin:0 auto; /* Centers header. DE */ 
	width: 960px; /* 20 px < container. DE */
} 
.thrColFixHdr #container { 
	width: 980px; /* Increased the width of the container. DE */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; Removed DE */
	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;
} 
.thrColFixHdr #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. DE Not sure why this is with an h1. */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.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 */
	
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* 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: 0px 20px 0px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 330px;
	margin-bottom: 0;
	margin-left: 330px;	
}
.thrColFixHdr #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;
	padding-top: 4px;
} 
.thrColFixHdr #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. DE Removed because text is centered. */
	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. */
	/* margin-left: 8px; */
	float: right; /* since this element is floated, a width must be given */
	width: 290px;
	margin-top: 0px;
	padding: 0px 30px 15px 10px;
}
.fltlft { /* this class can be used to float an element left in your page. DE The is not used. */
	/* margin-right: 8px; */
	float: left; /* since this element is floated, a width must be given */
	width: 290px; /* 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: 0px 20px 15px 20px; /* padding keeps the content of the div away from the edges */
	
}
.centerContent {
	margin-top: 0;
	margin-right: 331px;
	margin-bottom: 0;
	margin-left: 330px;
	padding: 0px 10px 15px 0px;
}
.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 */
}
.logo{
	height: 100px;
	width: 230px;
	float: left;
}
.midbar{
	width: 960px;
}	
.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;
	color: #FFF;
}
.thrColFixHdr #container .sectionBar p {
	text-align: left;
	padding-left: 10px;
	display: block;
	height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	
}

#adBox {
	width: 948px;
	margin: 0 auto;
	border: thin solid #88a7bd; /* Medium blue */
	height: 30px;
	padding-top: 3px;
	padding-left: 10px;
}
#intro{
	width: 550px;
	margin:0 auto;
	color: #000;
	margin-bottom: 30px;	
}
.thrColFixHdr #container #intro h1 {
	font-size: 18px;
	text-align: center;
}
.thrColFixHdr #container #intro p {
	font-size: 14px;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	width: 290px;
}
th {
	background-color: #3c5463;
	color: #ffac29;
	font-weight: bold;
	padding-left: 10px;
	line-height: 50px;
	display: block;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-color: #778892;
	border-bottom-style: solid;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #778892;
	border-left-color: #778892;
}
.thrColFixHdr #container #sidebar1 tr td{
	line-height: 50px;
	background-color: #5a6f7d;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #778892;
	border-bottom-color: #778892;
	border-left-color: #778892;
	color: #FFF;
	font-weight: bold;
	display: block;
	text-align: left;
	padding-left: 25px;
}

.sectionTitleMain {
	color: #ffac29; /* orange */
	font-weight: bold;	
}
.sectionTitle {
	color: #ffac29; /* orange */
	font-weight: bold;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #b5c3aa;
	line-height: 50px;
}
.preFooter {
	width: 960px; /* 20 px < container. DE */
	background-color: #b5c3aa; /* Pale green */
	height: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
}
/* Links */
a:link, a:active, a:visited{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #269;
	text-decoration: underline;
}
.thrColFixHdr #container #header .botBar a {
	color: #033; /* Dark green */
	background-color: #b5c3aa;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent p a {
	color: #000;
}
.thrColFixHdr #container .preFooter a {
	color: #033; /* Dark green */
	font-size: 14px;	
}
.listIndent {
	display: block;
	padding-left: 25px;
}
.thrColFixHdr #container #sidebar1 tr td a:link, .thrColFixHdr #container #sidebar1 tr td a:active, .thrColFixHdr #container #sidebar1 tr td a:visited {
	background-color: #5a6f7d;
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 tr td a:hover {
	background-color: #5a6f7d;
	color: #FFF;
	text-decoration: underline;
}
.ulList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
.liList {
	background-image: url(../images/marker2.png);
	background-repeat: no-repeat;
	background-position: 25px 3px;
	padding-left: 45px;
	padding-bottom: 15px;
}
.divA {
	height: 1px;
	width: 950px;
	text-align: left;
	background-color: #88a7bd; /*Medium blue */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
}
.divB { /* Displays "Find an Online or Campus ..." */
	height: 1px;
	width: 950px;
	background-color: #b5c3aa;/* Pale green*/
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
}

	
	
.divC {
	width: 980px;
	margin: 0;
}
.search{
	padding-left: 40px;
}
	
