﻿html
{
	overflow-y: scroll !important;
}

body 
{
	background-color:#cfcfcf;
}

#MainContainer
{
	width:900px;
	background-image:url(/images/Extension2.gif);
	background-repeat:repeat-y;
	background-color:#98c4ed;
	margin:auto;	
}

#Banner
{
	background-image:url(/images/Header.gif);
	width:900px;
	height:155px;
}

#LeftNav
{
    background-image:url(/images/NavBackground.gif);
	width:225px;
	height:600px;
}

#MiddleContainer
{
	background-color:#98c4ed;
	width:455px;
	background-repeat:repeat-y;
}

#RightContainer
{	
	width:180px;
	height:600px;
}

#Footer
{
	padding-top:8px;
	margin:auto;
	background-color:#0d5298;
	width:900px;
	height:55px;
	text-align:center;
	color:White;
	font-family:Arial;
	font-size:12px;
}

#Footer a
{
	color:White;	
}

.NavContent
{
  color:White;
  padding-left:35px;
  font-size:13px;
  line-height:15px;
}

.NavExtension
{
	background-image:url(/images/LeftNavExtension.gif);
	background-repeat:repeat-y;
}

.Content
{
	font-family:Arial;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	line-height:18px;
	text-align:justify;
}

h1
{
	font-family:Verdana;
	line-height:24px;
	font-size:18px;
	color:Navy;
	padding-top:10px;
}

h2
{
	font-family:Verdana;
	font-size:14px;
	line-height:20px;
	color:Navy;
}