@charset "utf-8";
body  {
	background: #666666;
	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;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.thrColFixHdr #container {
	width: 800px;  /* 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. */
	min-height: 700px;
} 
.thrColFixHdr #header {
	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. */
	background-image: url(images/AMDECbanner3.jpg);
	height: 250px;
	width: 100%;
	background-color: #666;
	background-repeat: no-repeat;
} 
.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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* 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; /* padding keeps the content of the div away from the edges */
	margin-bottom: 1em;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 0.85em;
	color: #663399;
}
#mainNav {
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/greenBar.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainNav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	color: #663399;
	font-weight: bold;
}

#mainNav a {
	color: #663399;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 90%;
}
#mainNav a:hover, #mainNav a:focus, #mainNav a:active {
	color: #006600;
	font-size: 90%;
	font-weight: bold;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #663399;
}
#footer a {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #EBEBEB;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	color: #333333;
	list-style-type: none;
}
.footerund {
	text-decoration: underline;
}





.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 88%;
} 
.thrColFixHdr #footer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	display: block;
	background-color: #EBEBEB;
	background-position: bottom;
} 
.nounderline {
	text-decoration: none;
}

#footer ul {
	padding: 0px;
	margin-top: 0px;
	list-style-type: none;
}
und {
	text-decoration: underline;
}

#footer li {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}


.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 */
}
.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;
}h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
}
#infoBox {
	background-color: #ECFDC7;
	border: 3px dotted #A1D10D;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 10px;
}
#gradeList {
	margin: 0px;
	padding: 0px;
}
.links {
	font-variant: small-caps;
	text-transform: capitalize;
	color: #663399;
	text-decoration: underline;
	font-weight: bold;
}

#grades ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#grades li {
	margin: 0px;
	padding: 0px;
}

#grades a {
	font-weight: bold;
	color: #663399;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#grades a:hover, #grades a:focus, #grades a:active {
	color: #33CC00;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #663399;
	margin-bottom: 0.5em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #663399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 0.3em;
	padding-bottom: 0.1em;
}



h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	text-transform: none;
	margin-bottom: 0px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;

}
ul {
	line-height: 120%;
	list-style-type: square;
	visibility: visible;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8;
	font-weight: bold;
	color: #663399;
	font-style: italic;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
.offleft {
	margin-left: -90000px;
	position: absolute;
	left: 9974px;
	top: 381px;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.leftalign {
	position: absolute;
	left: 104px;
	width: 500px;
	top: 250px;
	visibility: inherit;
}
.rightalign {
	position: absolute;
	right: 106px;
	top: 249px;
	width: 60px;
	visibility: inherit;
}
#contact {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
