/* color base is 006699 - blue */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #009980;
	background-image:  url(../images/Frog_bg.gif);
	background-attachment: fixed;
	line-height: 1.8em;
}

.ctrCol {
	margin: 1% auto auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	width: 43em;
	background-image: url(../../images/HATDS_07_V_50h.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top: 2px solid #666666;
	border-right: thick ridge #666666;
	border-bottom: thick ridge #666666;
	border-left: 2px solid #000000;
}
.constrainText {
	width: 90%;
	margin: auto auto auto 0px;
}
table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

th {
	text-align: left;
}
.greenTH {
	background-color: #009980;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: .05em;
	background-image: url(../images/glossyback.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.blueTH {
	background-color: #999999;
	/*background-image: url(images/glossyback.gif);
	background-repeat: repeat-x;
	background-position: center center;*/
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: .05em;
}

h1 {
	font-size: 1.7em;
	color: #001a99;
	letter-spacing: .1em;
}
h2 {
	font-size: 1.3em;
	color: #993300;
}
h3 {
	font-size: 1.1em;
}

.lightGray {
	background-color: #ededed;
}
.navBar {
	color: #993300;
}
.thisPage {
	color: #993300;
	font-weight: bold;
}
a:link {
	color: #001A99;
	text-decoration: underline;
}
a:hover {
	color: #FF6314;
	text-decoration: underline;
}
a:active {
	color: #D64700;
	text-decoration: none;
}
a:visited {
	color:#980094;
		text-decoration: underline;
}

.redbold {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF0000;
}
.red {color: #FF0000; }
.quote {
	font-size: 0.8em;
	font-style: oblique;
	line-height: 1.6em;
}
.player {
	z-index: 50;
}
.image-pad-right {
	padding-right: 1em;
	margin-top: .2em;
}
.right
    {
    float: right;
    padding: 5px;
}

.left {
	padding: 5px;
	margin: auto;
	float: left;
}

