/*******************************************************************************
*
* Standard HTML Styles 
*
*******************************************************************************/
/* Forces a scrollbar in FF so that the page does not jump */
/* Negative of this is that horizontal scroll does not show if the page is too small */
html {
     overflow: -moz-scrollbars-vertical;
}

body
{
	margin: 0px;
	padding: 0;
	border: 0;
	text-align: center;
	background: #003366;
	min-width: 800px;	
	font-family: arial;
	font-size: 13px;
	color: #fff;
}

body a
{
	color: #999;
}	

h1
{
	font-family: arial;
	font-size: 16px;
	color: #fff;
}

h3
{
	font-family: arial;
	font-size: 12px;
}

hr
{
	height: 1px;
	background: #ccc;
	border: 0;
}

input
{
	font-family: arial;
	font-size: 13px;
}

/*******************************************************************************
*
* Page Wrapper
*
*******************************************************************************/
div#pageWrapper
{
	margin-top: 100px; #leaves space at top of page
	padding: 0;
	width: 800px;
	text-align: left;
	background: #fff;
}

/*******************************************************************************
*
* Header
*
*******************************************************************************/
div#headerWrapper
{
	padding: 0;
	height: 120px;
	width: 800px;
	text-align: left;
}

div#headerWrapper #header-logo
{
	margin: 0;
	padding: 0;
	height: 90px;
	width: 800px;
	text-align: left;
	float: left;
	background: #fff;
}

div#headerWrapper #header-logo a
{
	font-family: arial, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}

/*******************************************************************************
*
* Main Menu
*
*******************************************************************************/
div#menuWrapper
{
	position:relative;
	margin-top: 10px;
	margin-left: 20px;
	width: 760px;	
	text-align: left;
	background: #fff;
}

div#mainMenu
{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 760px;
	border-bottom: 3px solid #003366;
	font-family: arial;
	font-size: 13px;
	color: #003366;
	text-align:left;
	background: #fff;
}


div#mainMenu a 
{
	text-decoration: none;
	color: #003366;
}

div#mainMenu a:hover
{
	color: #ee2a1a;
}

div#mainMenu a#active
{
	color: #ee2a1a;
}


#dropmenudiv{
	position: absolute;
	border: 1px solid #003366;
	font-family: arial;
	font-size: 13px;
	color: #003366;	
	line-height: 18px;
	z-index: 100;
	text-align: left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 1px;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	color: #003366;	
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #ee2a1a;
}


/*******************************************************************************
*
* Body
*
*******************************************************************************/
div#bodyWrapper
{
	position: relative;
	padding: 0;
	margin:0 auto;
	width:800px;
	text-align: left;	
	background: #fff;
}

div#contentWrapper
{
	position: relative;
	margin-top: 15px; /* space below blue line */
	margin-left: 20px; /* space between white edge and blue start */
	width: 760px;
	background: #003366;
	color: #fff;
	text-align:left;
}

div#insideWrapper
{
	padding-top:20px;
	padding-bottom:20px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	background: #003366;
	color: #fff;
	font-family: arial;
	font-size: 13px;	
	text-align:left;
	line-height:0.5cm;
}

div#insideWrapper.miramar
{
	background: #97002E;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}

div#whiteInside
{
	color: #003366;
	background: #fff;
	line-height:0.4cm;
}

/*******************************************************************************
*
* Footer
*
*******************************************************************************/
div#footerWrapper
{
	margin: 0;
	padding: 0;
	width: 760px;
	height: 20px;
	text-align: center;
}

div#copyright
{
	margin: 0;
	padding-top: 5px;
	font-family: arial, verdana;
	font-size: 10px;
	text-decoration: none;
	color: #666;
}

div#copyright a
{
	margin: 0;
	padding: 0;
	font-family: arial, verdana;
	font-size: 10px;
	text-decoration: none;
	color: #e3e3e3;
}

div#copyright a:hover
{
	margin: 0;
	padding: 0;
	font-family: arial, verdana;
	font-size: 10px;
	text-decoration: underline;
	color: #e3e3e3;
}

/*******************************************************************************
*
* Classes
*
*******************************************************************************/
.biosDetail
{
	padding-left: 40px;
	padding-bottom: 10px;
}

.blueFont
{
	color: #003366;
}