﻿body
{
	font-family: arial;
	font-size: 14px;
	margin: 0px;
	background-color: #3186B5; /*#0069A5;*/ /*#073469;*/
}

/* Styles for the Header */
table.header
{
	width: 100%;
	background-color:#000000;
}
table.header td, table.header th
{	
	font-family: "Myriad Web", "Myriad", "Lucida Sans", "Lucida Grande", "Arial", sans-serif;	
	color: #FFFFFF;
	font-size: 34px;
}

div.subheader
{
	font-family: "Myriad Web", "Myriad", "Lucida Sans", "Lucida Grande", "Arial", sans-serif;
	color: #FFFFFF;
	font-size: 22px;
	font-style:italic;
}

div.resultspanel
{	
	height:80%;
}

* html div.resultspanel
{
	height:500px;
}


/*other stuff */


/* Styles for the title in the middle of the page that changes */
div.subtitle
{
	font-size: 18px;
	color: #C00000;
	font-weight: bold;
	text-align: center;
}


/* Styles for the window in the middle which holds content */
td.innerwindow
{
	background-color: #E1E1E1;
	width: 70%;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

.submit 
{
	margin-left:inherit;
	text-align: right;

}

.desc
{
	font-size: 11px;
	color: #696969;
}


div.innerwindow
{
	margin-left:auto; 
	margin-right:auto; 
	width: 72%;
	background-color: #E1E1E1;

}