html {
	font-size: 100.01%;
}
body {
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 76%;
	color: #003065;
	background-color: #003565;
	line-height: 1.1;
	text-align: center;
}
/*typography*/
a {
	color: #0000CC;
}
a:visited {
	color : #CC6699;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #ff0000;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #FF6600;
	margin-top: -3px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	display: inline;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #FF6600;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	display: inline;
	padding-top: 10px;
}
h3 {
	font-size: 2.1em;
	font-weight: bold;
}
h4 {
	font-size: 1.8em; /*displays as 1.4em*/
	font-weight: bold;
}
h5 {
	font-size: 1.6em; /*displays as 1.2em*/
	font-weight: bold;
	padding: 0px;
	margin-top: 0.8em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
h6 {
	font-size: 1.3em; /*displays as 1em*/
	font-weight: bold;
	}
img {
	border: 0;
	}
p {
	font-size: 1.2em;
	margin-right: 10px;
	margin-left: 8px;
	margin-bottom: 10px;
	padding: 0px;
	}
#footer {
	margin-top: 10px;
	clear: both;
}
.footertext {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2;
	color: #003065;
	background-image: url(/images/footerbackground.jpg);
	background-repeat: repeat-x;
}
.footertext a:link {
	color: #FF6600; 
 }
.footertext a:visited {
	color: #FF6600; 
 }
.footertext a:hover  {
	color: #003565;
}
#nav {
	margin-bottom: 5px;
	margin-right: 15px;
	float: left;
	margin-top: 3px;
}
#homecontent {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 752px;
	padding-right: 5px;
	padding-left: 5px;
}
#content {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 951px;
	padding-right: 5px;
	padding-left: 5px;
}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
#border1 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF6600;
}
.rpix {
	float: right;
	margin-left: 10px;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.lpix {
	float: left;
	padding: 0px;
	margin: 0px 10px 10px 0px;
}
#outside {
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
.navbutton {
	padding: 0px;
	margin-top: 1.2em;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.indent, .indent p {
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.indent2 {
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
}
.c4 {
	position: absolute;
	left: 668px;
	top: 153px;
}
#speaker {
	background-image: url(/images/vr4jr.jpg);
	background-repeat: no-repeat;
	background-position: 350px;
}
#theater {
	background-image: url(/images/royal.jpg);
	background-repeat: no-repeat;
	background-position: 280px;
}
#p7PMnav a {
  zoom:expression("100%");
}
#p7PMnav li {
  float:expression("left");
  clear:expression("both");
  width:expression("100%");
}
