/*
Full Viewport Height compatibility fix for all browsers, except IEMac
Allows <table> to stretch 100% vertically using CSS height: 100%
*/

html {
  height: 100%; margin-bottom: 1px;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
}

p, a, li, h1, h2, h3, h4, h5, h6 {
	font-family: Times New Roman;
	font-size: 13px;
	/*letter-spacing: -1px;*/
	color: #000000;
	text-decoration: none;
}


a {
	color: #AEAE5E;
}

a:visited {
	color: #AEAE5E;
}




/*
p {
	font-family: Courier, Times New Roman;
	font-size: 12px;
}
*/

img {
	padding: 0;
	margin: 0;
	border: none;
}	



a.splash {
  color: transparent;
}

a.splash:hover {
  /*
  specify one statement that does nothing
  otherwise IE won't apply hover a.splash:hover div
  */
  color: transparent;
}

a.splash div {
  height: 176px;
  width: 679px;
  background-image: url('../images/js_splash.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
}

a.splash:hover div {
  background-position: -679px 0px;
}


div#logoframe {
	height: 52px;
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: url('../images/top_lines_bg.gif');
	background-repeat: repeat-x;
}

div#titleframe {
	height: 31px;
	width: 100%;
	background-image: url('../images/top_title_lines_bg.gif');	
}


div#nav1frame {
	height: 26px;
	width: 100%;
	margin-top: 6px;
	background-image: url('../images/dottednavbg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

div#nav1frame div {
	height: 20px;
	width: 140px;
	margin-right: 86px;
	float: left;
	display: inline;
}

div#nav2frame {
	min-height: 32px;
	width: 100%;
	padding-bottom: 6px;
	margin-top: 4px;
	background-image: url('../images/dottednavbg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

div#nav3frame {
	min-height: 32px;
	width: 100%;
	padding-bottom: 6px;
	margin-top: 4px;
	background-image: url('../images/dottednavbg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}


div#contentframe {
}





