/* CSS Document */

/* Define the page with no margins or padding for browser compatibility. */
body {
	margin: 0;
	padding: 0;
	font-family: "arial", arial, serif;
	color: #000000;
	background:   url(images_old/scback1.jpg) fixed center center;
	text-align: center;
	background:   url(images_old/scback1.jpg) repeat;
	font-size: 12px;
}

/* Redefine some tags. */
h1, h2 {
	font-size: 135%;
	color: #000000;
	border-bottom: 2px solid #000000;font-weight: bold;
}
h3 {
	font-size: 110%;
	border: none;font-weight: bold;
}
h4 {
	font-size: 100%;
	border: none;
	font-weight: bold;
}
/*text*/

.06subhdr {
	font-size: 14px;
	font-weight: bold;
}
.06sublist {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
/* Define our work area container. */
#wrapper {
	width: 99%;
	border: 1px solid #000000;
	margin: 10px auto;
	color: #000000;
	/* Second part of IE5.01 bug workaround. */
	text-align: left;
	background: #FFFFFF url(/css/leftcolumn.png) repeat-y;
}

#banner {
	height: 128px;
	background: #000000 url(/css/top.png) no-repeat left;
}

/* Top navigation bar area. */
#hnav {
}
#hnav ul {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #000000;
}
#hnav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#hnav ul li a {
	font-size:12px;
	color: #000;
	text-decoration: none;
	padding: 2px 1em 2px 1em;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: center;
	width: 9em;
	background: #CCFFFF;
}
#hnav ul li a:hover, #topnav ul li a:focus {
	background: #fff;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #fff;
}

#content {
	margin-top: 20px;
	margin-left: 200px;
	margin-right: 20px;
	font-size: 100%;
	text-align: left;
}

#leftcol {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 170px;
}
#vnav {
	border: 0px none #0000FF;
}
#vnav ul {
	padding: 0;
	margin: 0;
	background-color: #CCFFFF;
	list-style-type: none;
	font-size: 80%;
	border: 1px solid #000;
}
#vnav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#vnav ul li a {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: #000;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none;
	height: 1%;
	background: #CCFFFF;
}
#vnav ul li a:hover, #vnav ul li a:focus {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	background: #fff;
}

#rightcol {
	margin-top: 20px;
	margin-right: 10px;
	float: right;
	width: 170px;
	background-color: white;
}

#footer {
	clear: both;
	border-top: 1px solid #000;
	color: #000;
	font-size: 90%;
	background: #CCFFFF repeat;
}
#footer p {
	margin: 0;
	padding: 10px;
}
#footer a {
	color: #FFCC99;
}
#footer a:hover, #footer a:focus {
	color: #fff;
}

/* Some classes which can be used on existing tags. */
.leftimage {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.rightimage {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.clearit {
	clear: both;
	display: block; 
}

.container {
	width: 99%;
	float: right;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}
.boxedin {
	border: 1px solid #000000;
	background: #CCCCCC url(file:///C|/Documents%20and%20Settings/Jeremy%20Mattison/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/metal.gif);
}
.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
/* table stuff. */
.kids-table
{background: #ffff00; }
.borders{
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;}
td{
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 12px;}
.td1{
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;}