body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	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 */
	background-color: #666666;
}
.tableunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	vertical-align: top;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
td.padded {
	padding: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
}
h1 {  font-size: 16px; font-weight: bold}
h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
}


li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
}
.inlineimage {
	padding: 8px;
}

.sitemaplink {  color: #000000}
.sitemapbar {
	color: #000000;
	font-size: 10px;
}
a {
	text-decoration: none;
	color: #0033FF
}
a:link {  text-decoration: none}
a:hover {  text-decoration: underline}
a:active {  text-decoration: underline}
.dateshade {  background-color: #DDDDDD; padding-right: 3px; padding-left: 3px}
.tableshade1 {  color: #FFFFFF; background-color: #333333; font-weight: bold; padding-left: 3px}
.tableshade2 {  background-color: #CCCCCC}
.iframebody {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 460px;
	text-align: left;
}
.sprymenumain {
	color: #000000;
	border-left-width: .5em;
	border-left-style: solid;
	border-left-color: #0076BD;
}
.sprymenustudents {
	color: #000000;
	border-left-width: .5em;
	border-left-style: solid;
	border-left-color: #DB4715;
}
.sprymenuteachers {
	color: #000000;
	border-left-width: .5em;
	border-left-style: solid;
	border-left-color: #1DA369;
}
.sprymenupress {
	color: #000000;
	border-left-width: .5em;
	border-left-style: solid;
	border-left-color: #8D0AAB;
}
.floatlink {
	font-size: 9pt;
	background-color: #DDD;
	padding: 10px;
	float: right;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 150px;
	clear: right;
}
.floatlink p {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}
p.disclaimer  {
	font-size: 6pt;
	color: #333333;
}
.floatsupporters {
	font-size: 9pt;
	background-color: #FFFFFF;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 200px;
	clear: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.thrColFixHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* 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. */
} 
.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: 130px; /* 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: #000000; /* padding keeps the content of the div away from the edges */
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* 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: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr  #contentHead {
	background-color: #000;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.thrColFixHdr #mainContent {
	background: #ffffff;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
} 
.thrColFixHdr #footer {
	background-color: #C8C8C8;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
} 
.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 */
}
.thrColFixHdr #copyright {
	background-color: #666666;
	color: #C8C8C8;
	font-size: 7pt;
	text-align: center;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.thrColFixHdr #homecol1 {
	width: 270px;
	margin: 0px;
	padding: 0px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.thrColFixHdr #homecol2 {
	width: 270px;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.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;
}
.thrColFixHdr #splashleft {
	float: left; /* since this element is floated, a width must be given */
	width: 349px; /* 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: #000000; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right: 1px solid white;
}
.thrColFixHdr #splashhead {
	background-color: #000;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.splashcontent  {
	background: #ffff99;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid;
	border-color: #0066FF;
	text-align: center;
	font-size: 12px;
}
body.whitebg {
	background-color: #FFFFFF;
	text-align: left;
}
.thrColFixHdr #containerindex {
	width: 820px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
