﻿/*	dark blue == #093a58
	Dark Red == #7d1214
	light gray == #e9e9e7
	Dark Gray == #999B9D
	Darker Gray == #586367
*/
body
{
	background-color: #093a58;
	text-align: center;
	font-family:  Georgia, Times New Roman;
	font-size:.9em;
}

#Page
{
	background-color: #e9e9e7;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border: solid 1px black;
}

#Page a
{
	color: #093a58;
	text-decoration: none;
}
#Page a:hover
{
	color: #093a58;
	text-decoration: underline;
}
#Page img
{
	border-style: none;
}
.CVLogo
{
	/*float: left;*/
	margin: 2px 0px 4px 2px;
	
}
#topNav h1
{
	color: #7d1214;
	text-align: center;
	font-size: 40px;
	margin: 5px 0px 8px 0px;
	font-family:Georgia, Serif;
	font-variant: small-caps;
}
#topNavBar /*Blue bar across the top of page*/
{
	background: url(Images/Static/headerbar.gif) no-repeat center;	
	text-align:center;
	vertical-align: top;
	width: 573px;
	color: White;
	padding: 0px 0px 0px 0px;
	float: right;
	clear: none;
	padding: 8px 0px 8px 0px;
}
#topNavBar a
{
	color: White;
	margin: 0px 8px 0px 8px;
	text-decoration: none;
}
#topNavBar a img
{
	 vertical-align:bottom;
}
#topNavBar span a 
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#leftNav
{
	width: 200px;
	margin: 0px 0px 5px 0px;
	padding: 0px 8px 0px 8px;
	clear: left;
	float: left;
	
}
#leftNav h2, #leftNav p
{
	color: #093a58;
}
#emergLogo a
{
	margin: 0px 1px 0px 1px;
}
.leftNavBar
{
	background: url(Images/Static/redBar.gif) no-repeat center;
	padding: 2px 0px 0px 2px;
	
}
#leftNav .leftNavBar h2
{
	color: White;
	margin: 0px 0px 0px 20px;
	padding: 6px 0px 6px 0px;
}
.leftNavContent
{
	border-left: solid 1px #999B9D;
	border-right: solid 1px #999B9D;
	background-color: White;
	font-family:Verdana, Sans-Serif;
	font-size: .9em;
}
#leftNav .leftNavContent table
{
	border-style: none;
	border-color: white;
	border-width: medium;
	border-collapse: collapse;
	border-style: hidden;
	margin: 0px 10px 0px 10px;
	background-color: white;
}
#leftNav .leftNavContent table td
{
	vertical-align: top;
	border-bottom: dotted 2px #999B9D;
}
#leftNav .leftNavContent table td a
{
	text-decoration: none;
	color: #586367;
}
#leftNav .leftNavContent table td span
{
	color: #093a58;
}
.submenu
{
	font-size: .85em;
}
/*Content*/
#content
{
	background: white;
	vertical-align: top;
	width: 573px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	clear: none;
	
}
#footer
{
	clear: both;
	padding: 0px 5px 20px 5px;
}
#footLeft
{
	width: 230px;
	float: left;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
#footLeft p
{
	color: #093a58;
	font-size: small;
	margin-top: 0px;
}
#footRight
{
	text-align: right;
	margin: 0px 0px 0px 260px;
}
#footRight span.red, #footRight span.red a
{
	text-align: right;
	font-size: small;
	color: #7d1214;
}
#footRight span.blue, #footRight span.blue a
{
	text-align: right;
	font-size: small;
	color: #093a58;
}
