﻿body
{
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 600px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container
{
	width: 90%;
	margin: 10px auto;
	background-color: #fff;
}

#header
{
	background-image: url('/Images/Logos/headerBar.png');
	text-align: left;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}

#header h1
{
	background-color: #284775;
	background-image: url('images/backH1.png');
	color: #fff;
	font-size: 11px;
	height: 20px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 15px;
	text-transform: uppercase;
}

h1
{
	background-color: #284775;
	color: #fff;
	font-size: 12px;
	height: 18px;
	padding-top: 3px;
	padding-right: 15px;
	text-transform: uppercase;
}
h2
{
	background-color: #284775;
	color: #fff;
	font-size: 12px;
	height: 20px;
	text-transform: uppercase;
}
h3
{
	background-color: #284775;
	color: #fff;
	font-size: 10px;
	height: 20px;
	padding-top: 6px;
	padding-right: 15px;
	text-transform: uppercase;
}

#contentContainer
{
	width: auto;
}
#leftnav
{
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#content
{
	margin-left: 100px;
	border-left: 1px solid #394f6f;
	padding-left: 60px;
}

/* Footer styles */
.footer
{
	background-color: #284775;
	background-image: url('images/backH1.png');
	color: #fff;
	font-size: 11px;
	height: 20px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 15px;
}
.footer a
{
	color: #fff;
	text-decoration: underline;
}
.footer a:visited
{
	color: #fff;
	text-decoration: underline;
}
.footer a:active
{
	color: #fff;
	text-decoration: underline;
}
.footer a:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#liquid-round
{
	width: auto;
	margin: 0px auto;
	background: #fff url('Images/Border/leftSide.png') repeat-y left top;
}
.top
{
	width: 100%;
	height: 20px;
	background: url('Images/Border/topLeft.png') no-repeat left top;
}
.top span
{
	display: block;
	position: relative;
	height: 20px;
	background: url('Images/Border/topRight.png') no-repeat right top;
}

.center-content
{
	position: relative;
	background: url('Images/Border/rightSide.png') repeat-y right top;
	padding: 1px 20px 1px 25px;
	margin: -1px 0 -50px 0;
}

.bottom
{
	height: 60px;
	background: url('Images/Border/bottomLeft.png') no-repeat left bottom;
}
.bottom span
{
	display: block;
	position: relative;
	height: 60px;
	background: url('Images/Border/bottomRight.png') no-repeat right top;
}

