/*----------Resets---------- */
/*html { overflow: -moz-scrollbars-vertical; } does not valdate*/
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, a { margin: 0; padding: 0; }
fieldset, table { border: none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	overflow: hidden;
	line-height: normal;
}
caption, th, td { text-align: left; }

/* ----------Defaults--------- */
html { font-size: 100.01%; height: 101%; } /* 100.01% and 101% forces scrollbar on short length pages in Firefox and IE8 to stop side shift when moving to another page; moz html style above is for Firefox only*/
body, pre { height: 100%; font: 62.5%/1.3 "Times New Roman", Times, serif; } /*62.5% makes 1em = 10px as normal browser default is 16px * 62.5% = 10px; 1.3 is line-height*/







/* General
-------------------------------------------------------*/

body {
  background: url("../images/back.gif") 0 0 fixed;
  font-family: Verdana, Arial, Sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

p {
  line-height: 1.7em;
  text-align: justify;
  margin-bottom: 16px;
}

a:link,
a:visited {
  text-decoration: none;
  color: #570bc0;
}

a:active,
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: none;
}

a img {
  border: none;
}

a img:hover {
	color:#FFF;
}

a imgblue {
	border:none;
}

a imgblue:hover {
	color:#FFF
	background-color: #eff5f6;
}

h1,
h2,
h3 {
  padding: 4px 0;
  margin: 4px 0;
}

h1 {
  color: #3d055a;
  font-family: Tahoma, Verdana, Sans-serif;
  border-bottom: solid 1px #B8E600;
  font-weight: normal;
  font-size: 1.7em;
  letter-spacing: 0.08em;
  clear: both;
}

h2 {
  color: #045439;
  font-weight: normal;
  font-size: 1.5em;
  border-bottom: 1px dotted #d6f1e8;
}

h3 {
  color: #147794;
  font-weight: normal;
  font-size: 1.4em;
}

.print_only {
  display: none;
}

/* Layout
-------------------------------------------------------*/

#wrapper {
  background: url("../images/back_top.gif") 0 0 repeat-x fixed;
  text-align: center;
  width: 100%;
}

#main {
	width: 940px;
	padding: 20px 0;
	margin: 0 auto;
	color: #FFF;
}

#footer,
#sub_nav,
#top_nav {
  margin-bottom: 1px;
  text-align: left;
  padding: 4px 16px;
  color: #790;
}

#top_nav {
	background: #CF0;
	font-size: 1.4em;
	color: #360;
}

#footer,
#sub_nav {
  background: #E2FF70;
  font-size: 1.2em;
  padding: 5px 16px;
}

#top_nav a:link,
#top_nav a:visited {
  color: #360;
}

#top_nav a:hover,
#top_nav a:active {
  color: #000;
}

#sub_nav a:link,
#sub_nav a:visited {
  color: #360;
}

#top_nav a:hover,
#top_nav a:active,
#sub_nav a:hover,
#sub_nav a:active {
  color: #000;
  border-bottom: 5px solid #3b866b
}

#header {
  background: white url("../images/Under17-Top-Banner-Template.png") no-repeat right top;
  height: 69px;
  text-align: left;
  padding: 0 12px; 
  margin-bottom: 3px;
}

#header h1 {
  margin: 0;
  padding: 51px 0 0 0;
  overflow: hidden;
  background: no-repeat 0 20px;
  border: none;
  height: 0;
}

#page {
  background: white top repeat-x url("../images/content_bg.gif");
  padding-top: 10px;
  text-align: left;
}

#content {
  padding-left: 16px;
  float: left;
  padding-top: 12px;
}

#content a:active,
#content a:hover {
	font-weight: normal;
	background-image: none;
	text-align: center;
	font-size: 100%;
	color: #000;
}

#side {
  float: right;
  background: #f3f8f4 url("../images/side_back.png") top repeat-x;
  padding-right: 16px;
  padding-top: 0px;
  padding-bottom: 16px;
  padding-left: 16px;
  color: #4d6b6c;
  border-top: white solid 1px;
  border-left:#006 solid 1px;
}

#footer {
  font-size: 0.8em;
  border-top: 1px solid #164579;
  padding: 4px 16px;
  clear: both;
}

#footer a:link,
#footer a:visited {
  color: #389015;
}

/* One COlumn
-------------------------------------------------------*/

.one_column #content {
  width: 708px;
  float: none;
}

.one_column #side {
  display: none;
}

/* Two Colums
-------------------------------------------------------*/

.two_column #content {
	width: 660px;
	text-align: left;
	color: #000;
}
.two_column #side {
  width: 216px;
}

/* Side Menu
-------------------------------------------------------*/

.menu  {
  margin: 0 -16px;
  padding: 0;
  list-style: none;
  border-top: 1px solid white;
  display: block;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.menu li {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

.menu li a:link,
.menu li a:visited {
	display: block;
	margin: 0;
	color: #080;
	font-weight: bold;
	background: #D5ECF1;
	border-bottom: 1px white solid ! important;
	letter-spacing: 0.12em;
	font-size: 1.2em;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}

* html .menu a,
* html .menu li {
  height: 1px; /* Holly Hack stops random padding. Seems to be OK in IE7 as well */
}

.menu li li a:link,
.menu li li a:visited {
  background: #EFF5F6;
  color: #040;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-size: 1em;
}

.menu a:link, 
.menu a:visited, 
.menu a:hover {
  text-decoration:none ! important;
}

.menu li li a:hover {
  background-color: #CCFF99 !important;
}

/* Extras
-------------------------------------------------------*/

.side_decor {
  margin: 12px 16px 12px 0;
  float: left;
}

/* Column clearing
-------------------------------------------------------*/

#page:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#page {
  display: table; /* Was inline-table in original tutorial, changed due validation error */
}

/* Hides from IE-mac \*/
html #page {
	height: 1%;
	text-align: left;
}

#page {
  display: block;
}
/* End hide from IE-mac */
Title Table {
	background-image: url(../images/topband.png);
}
title {
	background-image: url(../images/topband.png);
}
.Topmenu {
	background-image: url(../images/topband.png);
	background-attachment: fixed;
	position: fixed;
	width: 644px;
	top: 443px;
	height: 19px;
	left: 136px;
	background-repeat: no-repeat;
}
.two_column #wrapper #main #page #content table tr .Topmenu blockquote strong {
	color: #FFF;
}
.two_column #wrapper #main #page #content table tr .Topmenu blockquote {
	color: #FFF;
	font-weight: bold;
}
.two_column #wrapper #main #page #content table tr .two_column strong {
	color: #FFFFFF;
}
tableheader {
	color: #FFF;
}
.two_column #wrapper #main #page #content table tr .two_column {
	color: #FFF;
	font-weight: bold;
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	vertical-align: middle;
}
td {
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #CF9;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	color: #000;

}
.nosides {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.nosidesleft {
	background-color: #FFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999;
}
.nosidesright {
	background-color: #FFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
}
.two_column #wrapper #main #page #content table tr td {
	color: #000;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	text-align: left;
	
}
.covering {
	color: #006;
	font-size: 11px;
}
.1stline {
	font-size: xx-small;
}
a img blue {
	color: #FFF;
}
.bluehover {
	color: #FFF;
}
.menuindex {
	background-color: ccff99;
}
