﻿body
{
	text-align:center;
	background-image:URL('../images/bg.jpg');
	background-repeat:repeat-x;
	margin:0px;
	background-color:#7B8FB2;
	font-family:Arial;
	font-size:12px;
}
#container
{
	width:1005px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	text-align:center;
	background-image:URL('../images/bg.jpg');
	background-repeat:repeat-x;
	margin:0px;
	height:113px;
	width:1005px;
	position:relative;
}
#logo
{
	position:absolute;
	left:25px;
	top:5px;
	width:222px;
	height:88px;
}
#slogan
{
	position:absolute;
	left:350px;
	top:30px;
	width:500px;
	height:75px;
	font-size:20px;
	color:#000088;
	text-align:center;
}
#TheDate
{
	position:absolute;
	right:5px;
	bottom:0px;
	width:200px;
	height:25px;
	font-size:12px;
	font-weight:bold;
	color:#000088;
}
#nav
{
	height:37px;
	width:1005px;
	text-align:center;
}
#slideshow
{
	height:255px;
	width:1005px;
}
#content
{
	text-align:center;
	background-image:URL('../images/content-bg.png');
	background-repeat:repeat-y;
	margin:0px;
	width:1005px;
}
#innercontent
{
	text-align:left;
	padding:10px;
	min-height:420px;
}
#lcol
{
	text-align:left;
	padding:20px 20px 20px 20px;
	width:165px;
	float:left;
	border:2px #000088 solid;
	margin-top:10px;
	margin-left:15px;
}
#rcol
{
	width:760px;
	margin-left:230px;
	min-height:300px;
}
#contentfooter
{
	background-image:URL('../images/footer.png');
	background-repeat:no-repeat;
	background-position:center bottom;
}
#footer
{
	text-align:center;
	padding:5px 0px 0px 100px;
	height:45px;
	width:905px;
	font-size:11px;
	line-height:16px;
}
#footer a:link
{
	color:#000088;
	font-weight:bold;
}
#footer a:visited
{
	color:#000088;
	font-weight:bold;
}
#footer a:hover
{
	color:#FF6600;
	font-weight:bold;
}
#copyright
{
}
h1, h2, h3, h4, h5, h6
{
	margin:0px;
}
h2{
	font-weight:bold;
	font-size:18px;
	color:#284D94;
}
h3{
	font-weight:bold;
	font-size:22px;
	color:#ff6600;
	margin:0px 0px 10px 0px;
}
h4{
	font-weight:bold;
	font-size:14px;
	color:#D17700;
}
.maplink
{
	font-weight:bold;
	font-size:12px;
	text-align:right;
}
.maplink a:link
{
	font-weight:bold;
	font-size:12px;
}
.maplink a:visited
{
	font-weight:bold;
	font-size:12px;
}
.maplink a:hover
{
	font-weight:bold;
	font-size:12px;
	color:#FF9900;
}
.img {
	border-width: 0px;
}
#procareweb
{
	float:right;
	margin-right:10px;
	margin-bottom:12px;
}
.greyblock
{
	background-color:#F0F0F0;
	padding:10px;
	padding:20px;
}
.imgleft
{
	float:left;
	margin-right:20px;
}
.imgright
{
	float:right;
	margin-left:10px;
}

/*SITEMAP*/
.ItemStyle {
	list-style-image: url(../images/file.gif);
	vertical-align: middle;
}
.PopItemStyle {
	list-style-image: url(../images/folder.gif);
	vertical-align: middle;
}