/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	height: 100%;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #0063AB;
}

#introMovie {
	vertical-align: middle;
	horizontal-align: middle;
}

#topFrame {
	background-image: url('../images/top_outerframe.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
	width: 880px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 3px;
	padding-left: 3px;
	z-index: 10;
}	

#mainTbl {
	position: relative;
	top: 100px;
	left: 90px;
	width: 850px;
	z-index: 1;
	}

#btmInfo {
	position: relative;
	top: 105px;
	left: 100px;
	width: 780px;

}

.subHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;


}
.StdTextBut
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	background-color: #FFFFFF;
	border-top: 1px outset #ECECEC;
	border-right: 1px inset #666666;
	border-bottom: 1px inset #666666;
	border-left: 1px outset #ECECEC;
}
.StdTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.labelsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

#mainCell  {
	padding-top: 10px;
	vertical-align: top;
	z-index: 10;
}

#rightCell {
	padding-top: 20px;
	padding-left: 0px;
	vertical-align: top;

}

/* Drop Downs */

#siteNav {
	position: absolute;
	color: #FFFFFF;
	margin: 5px 5px 5px 5px;
	font-size: 10pt;
	z-index: 50;
	font-weight: bold;
	top: 70px;
	left: 300px;
}

#copy a:link {
	color: #000000;
	text-decoration: none;
}

#copy a:visited {
	color: #000000;
	text-decoration: none;
}

#copy a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Drop Downs 
#siteNav a:link {
	color: #FFFFFF;
	font-size: 8pt;
	
}

#siteNav a:visited {
	color: #FFFFFd;
	font-size: 8pt;
	
}

#siteNav a:hover {
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #99BBE7;
}

#siteNav a:active {
	color: #FFFFFF;
	font-size: 8pt;
}*/


