﻿body
{
	background-color: #b4cce2;
	height: 100%;
	margin: 0px;
	text-align: center;
	font-family: calibri,tahoma,arial,sans-serif;
	font-size: small;

	color: #000000;
}

h3
{
	letter-spacing: 0px;
}

h4
{
	letter-spacing: 0px;
}

li
{
	padding-bottom: 8px;
}

#page
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 0px;
}

#header
{
	display: block;
	background-image: url(images/marr_shadow_header_950x135.gif);
	background-position: top;
	background-color: #b4cce2;
	background-repeat: no-repeat;
	
	height: 135px;
}

#main
{
	display: block;
	
	background-image: url(images/marr_shadow_background_950x5.gif);
	background-position: center;
	background-color: #b4cce2;
	background-repeat: repeat-y;
	
	height: 650px;
	padding: 0px;
	margin: 0px;
}

#main2
{
	display: block;
	
	background-image: url(images/marr_shadow_background_950x5.gif);
	background-position: center;
	background-color: #b4cce2;
	background-repeat: repeat-y;
	
	height: 710px;
	padding: 0px;
	margin: 0px;
}

#menuBar
{
	margin-top: 20px;
	text-align: left;

	margin-left: 45px;
}

#content
{
	display: block;
	text-align: justify;

	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
}

#bottom
{
	background-image: url(images/marr_shadow_footer_950x53.gif);
	background-position: center;
	background-color: #b4cce2;
	background-repeat: no-repeat;
	
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #0e3193;
	font-size: smaller;
	font-weight: bold;
	
	height: 53px;
}

.cyanBar
{
	background-color: #33ccff;
	height: 7px;
	border: none;
	margin-left: 24px;
	margin-right: 26px;
	font-size: 0em;
}

.navyBar
{
	background-color: #0e3193;
	height: 7px;
	border: none;
	margin-left: 24px;
	margin-right: 26px;
	font-size: 0em;
}

.darkGreyBar
{
	background-color: #696969;
	height: 7px;
	border: none;
	margin-left: 24px;
	margin-right: 26px;
	font-size: 0em;
}

.lightGreyBar
{
	background-color: #d3d3d3;
	height: 7px;
	border: none;
	margin-left: 24px;
	margin-right: 26px;
	font-size: 0em;
}

.whiteBar
{
	background-color: #ffffff;
	height: 7px;
	border: none;
	margin-left: 24px;
	margin-right: 26px;
	font-size: 0em;
}

.whiteLine
{
	background-color: #ffffff;
	height: 2px;
	border: none;
	margin-left: 24px;
	margin-right: 26px;
	font-size: 0em;
}

.footerLink
{
	text-decoration: none;
	border-bottom: none;
}

.footerLink:hover
{
	text-decoration: none;
	border-bottom: dotted 1px #0000ff;
}

.currentTab a
{
	text-decoration: none;
}

#newMenuBar
{
	width: 850px;
	margin-left: 50px;
	margin-right: 50px;
}

.tab
{
	background-image: url(images/tab_126x39.png);
	background-position: center;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #0e3193;
	font-size: small;
	width: 126px;
	height: 39px;
	max-width: 126px;
}

.selectedTab
{
	background-image: url(images/selected_tab_126x39.png);
	background-position: center;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #ffffff;
	font-size: small;
	width: 126px;
	height: 39px;
	max-width: 126px;
}

.new_tab
{
	background-image: url(images/tab_252x39.png);
	background-position: center;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #0e3193;
	font-size: small;
	width: 252px;
	height: 39px;
	max-width: 126px;
}

.selectedNewTab
{
	background-image: url(images/selected_tab_252x39.png);
	background-position: center;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #ffffff;
	font-size: small;
	width: 252px;
	height: 39px;
	max-width: 126px;
}

.tab A
{
	color: #0e3193;
	text-decoration: none;
}

.selectedTab A
{
	color: #ffffff;
	text-decoration: none;
}

.selectedNewTab A
{
	color: #ffffff;
	text-decoration: none;
}

.new_tab A
{
	color: #0e3193;
	text-decoration: none;
}

.subMenu
{
	background-color: #0e3193; 
	height: 15px;	
	color: #ffffff;
	padding-bottom: 3px;
	font-size: smaller;
	font-weight: bold;
}

.subMenu A
{
	text-decoration: none;
	color: #ffffff;
}
