/* CSS Document */
/*\*//*/
  @import "ie5mac.css";
/**/
/*start commented backslash hack\*/
*html #container {height: 1%;}
/*close commented backslash hack*/
/* the following selector is seen by EVERY browser */
.myClassSelector {
    background-image: none
}
/* the Owen hack -- http://www.albin.net/CSS/OwenHack.html */
/* the following selector is NOT seen by Opera 6 (and below) or by IE6/win */
head:first-child+body .myClassSelector {
    background-image: url("regularImage.png");
    background-attachment: fixed;
}

body {
	background-color:#003366;
	margin: 0;
	padding: 0;
	}
#wrapper {
	background-color: #fff;
	position: relative;
	width: 750px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	}
#header {
	background-image: url(../images/jpdheader.jpg);
	background-position: top;
	background-position:center;
	width: 750px;
	height: 75px;
	}
#logo {
	display: none;
	}
#homecontent {
	float: left;
	background-color:#fff;
	margin-left: .7em;
	padding: 0 0 0 0;
	width: 200px;
	height: auto;
	}
#boxcontent{
	float: right;
	background-color:#fff;
	padding: 1em .5em 1em .5em;
	width: 510px;
	}
#pagecontent{
	float: right;
	background-color:#fff;
	margin-top: 1em;
	padding: 0 .5em .3em .2em;
	width: 500px;
	}
#sidecontent {
	float: left;
	background-color:#649fcb;
	margin-left: .3em;
	margin-top: .5em;
	padding: .5em .4em .2em .4em;
	border: thin solid #336699;
	width: 195px;
	height: auto;
	}
#movie{
	background-color:#fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	padding: 1em 0 1em 0;
	width: 550px;
	height: 500px;
	}
#button{
	width: 100px;
	height: 25px;
	text-align: center;
	}
.leftbox{
	float: left;
	padding: 0 .2em .2em .2em;
	width: 125px;
	height: 125px;
	margin: .5em 0 .5em 0;
	color: #003366;
	}
.rightbox{
	float: right;
	padding: 0 .2em .2em .2em;
	width: 350px;
	height: 125px;
	margin: .5em 0 .5em 0;
	color: #003366;	
	}
.leftboxhome{
	float: left;
	background-image: url(../images/back1.gif);
	background-repeat: no-repeat;
	padding: .1em .1em 0 2.5em;
	width: 195px;
	height: 11.2em;
	border: thin solid #ccc;
	margin:.2em .2em .3em .5em;
	
	}
	
	.leftboxhome h1 {
		
	font-size: 70%;
	text-align: left;
	margin-top: .7em;
	font-weight: bold;
	color: #fff;
	
	}
	
	.leftboxhome h1 a {
		color:#fff;
	}
	.leftboxhome a:link {
		color:#FFF;
	}
	
	.leftboxhome a:hover {
		color: #FC0;
	}
	.leftboxhome p a:link {
		color:#033;
	}
	
	.leftboxhome p a:hover {
		color: #900;
	}
	.leftboxhome p {
	font-size: 70%;
	text-align: left;
	margin-top: 2em;
	font-weight: normal;
	color: #003366;
	}
	
.rightboxhome{
	float: right;
	background-image: url(../images/back1.gif);
	background-repeat: no-repeat;
	padding: .1em .1em 0 2.5em;
	width: 195px;
	height: 11.2em;
	border: thin solid #ccc;
	margin:.2em .5em .3em .2em;
	
	}
	
	.rightboxhome h1 {
		
	font-size: 70%;
	text-align: left;
	margin-top: .7em;
	font-weight: bold;
	color: #fff;
	
	}
	
	.rightboxhome h1 a {
		color:#fff;
	}
	.rightboxhome a:link {
		color:#FFF;
	}
	
	.rightboxhome a:hover {
		color: #FC0;
	}
	.rightboxhome p {
	font-size: 70%;
	text-align: left;
	margin-top: 2em;
	font-weight: normal;
	color: #003366;
	}
	
	.rightboxhome p a:link {
		color:#033;
	}
	
	.rightboxhome p a:hover {
		color: #900;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight:normal;
	line-height: normal;
	color: #003366;
	}
h1 {
	font-weight: bold;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #003366;
	}
.h2subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight:bold;
	line-height: normal;
	color: #003366;
	}
h1.text {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: .7em;
	font-weight: bold;
	color: #fff;
	font-size: 70%;
	}
.text a:link, .text a:visited {
	color: #fff;
	line-height: 1.1em;
	}
.text a:hover, .text a:active {
	background-color: #ccc;
	color: #003366;
	line-height: 1.1em;
	}
.text1 {
	font-size: 70%;
	text-align: left;
	margin-top: 2em;
	font-weight: normal;
	color: #003366;
	}
.sidetext{
	color: #fff;
	line-height: 1.1em;
	}
ul.sidetext {
	line-height: 1.1em;
	}
.navtext{
	font: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #003366;
	}
.navtexttop{
	font: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #003366;
	padding-right: .5em;
	width: 700px;
	}
a:link {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;
	}
a:hover {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
	}
a:active {
	text-decoration: underline;
	font-weight: bold;
	}
#nav {
	background-image: url(../images/navback.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 750px;
	height: 25px;
	padding-top: 3px;
	}
#nav li{
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	}
 #nav a:link, #nav a:visited {
    font-size: 75%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: .7em 1.4em .5em 1.7em;
	}
#nav a:hover {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0%;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: .7em 1.4em .5em 1.7em;
	color: #fff;
	}
	/* fixedbth: use span tag in web code instead of div tag to work in IE5 and 6*/
.fixedbtn{ 
	display: inline;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0%;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: .7em 1.4em .5em 1.7em;
	color: #fff;
	}
#nav1 {
	width: 720px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding: .2em 1em .3em 1em;
	margin: 0 0 0 0;
	}
#footer {
	clear:both;
	padding: .5em .5em .3em .5em;
	width: 735px;
	background-color: transparent;
	text-align: center;
	}
