body {
	background-image: url(../images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: Gray;
}

a { color: #F78D0E; text-decoration:none; cursor:pointer;}

h1{
	font-size: 110%;
}
h2{
	color:white;
	font-size: 14px;
}

h3{

	font-size: 140%;
}

p{

	font-size: 90%;
}



#whiteBorder{
	border: 4px solid white;
	background-color:#FFFFFF;
	position: absolute;
	width: 780px;
	height: 535px;
	_height: 510px;
	left: 50%;
	top: 50%;
	margin-left: -390px;
	margin-top: -260px;
}

.header{
	width: 780px;
	text-align:left;
	background-color: #F8931D;
}

.boldOrange{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 0.9em;
	color: #F78D0E;
	margin-bottom: 5px;
	line-height: 1.6em;
}
.margin-bottom{margin-bottom:0px;}
.testName{
	font-size: 90%;
	font-weight:bold;
	line-height: 1.6em;
}

.bullets{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
}

.contact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
}

#navy{
	color: #FF7F50;
	background-color: #FFFFFF;
	border-top: 4px solid white;
	text-align: right;
	height: 20px;
}
#navy a{
	background-color: #FFFFFF;
	text-decoration: none;
	color: gray;
}
#navy a:hover{
	text-decoration: none;
	background-color: #FF7F50;
	color:#fff;
}
#next-previous{margin-top:15px;}
#next{ float:right; text-align:right; display:inline; z-index:10;}
#previous{ float:left; text-align:left;display:inline;}

ul { /* all lists */
	padding: 2px;
	margin: 0;
	list-style: none;
	text-align: left;
}

li { /* all list items */
	border-left:1px solid #666;
	float: right;
	position: relative;
	width:7em;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.2em;
	left: 0px;
	margin-left:-1px;
	text-align:left;
	padding:0 30px 0 0px;
}
ul li a{margin:0px 5px 1px 5px; padding:0px 0px 0px 0px;}
li ul li a{margin:0px 5px 1px 5px; padding:0px 15px 0px 10px;}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
   height:346px;
   _height:344px;
   text-align:left;
   margin:40px 0 0px 0;
   padding: 0px 20px 0px 20px;
   z-index:2;
}
ul #nav{
	background-color: #FFFFFF;
}

p img{
	position:relative;
	top: 1px;
	left:2px;
}
#content ul {
	list-style-position:outside;
	list-style-type: disc;
	text-align: left;
	margin-left:16px;
	line-height:150%;
}
#content li {
	border-left:0;
	float: none;
	position: static;
	width:auto;
}
#content li ul{
	list-style-image: url(../images/bullet.gif);
	list-style-position:inside;
	_text-indent: 12px;
	text-indent: 15px;
	display: inline;
	position: static;
	top: 0;
	left: 0px;
	margin-left:0px;
	text-align: left;
	padding:0 0 0 0px;
}