body 
{
	margin:0px;
	font-family:arial;
	font-size:12px;
	text-align:center;
	background:#A2C1EE;
}

H1
{
	font-size:26px;
	color:#005599;
	margin-top:5px;
	margin-bottom:7px;
}

H2
{
	font-size:24px;
	color:#005599;
	margin-top:7px;
	margin-bottom:7px;
}

H3
{
	font-size:18px;
	color:#005599;
	margin-top:7px;
	margin-bottom:7px;
}

H4
{
	font-size:16px;
	color:#005599;
	margin-top:25px;
	margin-bottom:7px;
}


H5
{
	font-size:12px;
	color:#005599;
	margin-top:7px;
	margin-bottom:7px;
}

 a:link
{
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#005599;
}

 a:visited
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#005599;
}

 a:hover
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#CC0033;
}

 a:active
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:normal;
	color:#005599;
}


.pageContainer
{
	width:901px;
}

.headerContainer
{
	background: transparent url(images/headerbackground.jpg) no-repeat bottom;
	width:100%;
	height:96px;
	margin:25px 0px 0px 0px;
	text-align:left;
}

.leftsideContainer
{
	background: transparent url(images/leftmenubackground.jpg) repeat-y;
	width:202px;
}

.contentContainer
{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-left:solid 1px #B8CBE3;
	border-right:solid 1px #B8CBE3;
	background:white;
	text-align:left;
}

.footerContainer
{
	background: transparent url(images/footerbackground.jpg) no-repeat top;
	width:100%;
	height:50px;
	margin:0px 0px 0px 0px;
	padding-top:00px;
	border-top: solid 1px #B8CBE3;
	text-align:left;
	color:#005599;
}