﻿
.mlightblue{color:#66ccff;}
.mediumblue{color:#ccffcc;}
.darkblue{color:#003399;}


.masthead {
position:relative;
	overflow: visible;
	padding: 0;
	border: 0;
	width: 100%;
	height: 120px;
/*	color: black;*/
/*	max-width: 1680px;*/
	background-color: transparent;
	z-index: 50;
}
.mastheadT1 {
	background: transparent;
	position: absolute;
	text-align: left;
	color: Black;
	width: 100%;
	margin-top: -120px;
	padding-left: 230px;
	height: auto;
	z-index: 99;
	font-weight:bolder;
	font-size:2em;
}
.mastheadT2 {
	background: transparent;
	position: absolute;
	text-align: left;
	width: 100%;
	color: Black;
	margin-top: -65px;
	margin-left: 230px;
	height: auto;
	z-index: 99;
		font-weight:bolder;
	font-size:1.5em;

}


.padit{
	margin-left:20px;margin-right:20px;
}

#center {
	width: 478px; /*** Set to = center col width ***/;
	float: right;
	display: inline; /* \*/;
	margin-left: -1px; /*	margin: 0 10 0 30;*/;
	font-size: small;
}
dd {margin-bottom: 8px;}
dt {margin-top: 16px;}
th.w05c {width: 5%;	text-align: center;}
th.w10c {width: 10%;text-align: center;}
th.w12c {width: 12%;text-align: center;}
th.w16 {width: 16.67%;}
th.w16c {width: 16.67%;	text-align: center;}
th.w20 {width: 20%;}
th.w25 {width: 25%;}
th.w33 {width: 33%;}
th.w33c {width: 33%;text-align: center;}
th.w50c {width: 50%;text-align: center;}
th.w75 {width: 75%;}
td.w05dc {width: 5%;text-align: center;}
td.w10dc {width: 10%;text-align: center;}
td.w12dc {width: 12%;text-align: center;}
td.w16d {width: 16%;}
td.w16dc {width: 16%;text-align: center;}
td.w20d {width: 20%;}
td.w20dc {width: 20%;text-align: center;}
td.w25d {width: 25%;}
td.w33d {width: 33%;}
td.w33dc {width: 33%;text-align: center;}
td.w50dc {width: 50%;text-align: center;}
td.w75d {width: 75%;}
tr.h214 {height: 214px;}
.fs2 {font-size:2.5em;height:2.5em;}
/* no border table */
table.noborders td {
	border-style: solid;
	border-width: 2px;
	border-color: white;
	background-color: #849ca5;
	padding: 1px;
}
table.noborders {
	/*	border-collapse: collapse;*/
	width: auto;
	border-width: 2px;
	border-color: blue;
	background-color: #849ca5;
	border-spacing: 2px;
	border-style: outset;
	border-collapse: separate;
}
table.noborders th {
	border-width: 2px;
	padding: 1px;
	border-style: solid;
	border-color: white;
	background-color: #849ca5;
}
.center {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#noborders td {background-color: blue;}
/*** The Essential Code ***/
body {min-width: 570px;      /* 2 x LC width + RC width */
background-color:/* .darkblue{color:*/#003399;}   

#container {
	padding-left: 200px; /* LC width */;
	padding-right: 170px;     /* RC width */
}
#container .column {
	position: relative;
	float: left;
}
#center {width: 100%;background-color:#ccffcc;margin-left:10px;}
#left {
	width: 200px; /* LC width */;
	right: 200px; /* LC width */;
	margin-left: -100%;
	background-color:#66ccff;
	text-align:center;
	color:black;
}
#right {
	width: 170px; /* RC width */;
	margin-right: -100%;
	background-color:#66ccff;
		padding-left:5px;
}
#footer {clear: both;}
/*** IE6 Fix ***/
* html #left {left: 150px;}         /* RC width */

/*** Just for Looks ***/
body {
	margin: 0;
	padding: 0;
	background: #FFF;
}
#header {
	font-size: large;
	text-align: left;
	padding: 0.3em 0;
	background:  aqua;
}
#footer {
	font-size: large;
	text-align: center;
	padding: 0.3em 0;
	background: teal;
}

#container .column {padding-top: 1em;}

