body
{
	color: black;
	font-family: arial;
	font-size: 1em;
	background-color: #800021;
	background-image:url(../images/RocklandPageBG.jpg);
	background-repeat:repeat-x;
	margin-top: 0;
}

p { }

b
{
	font-weight: bold;
	color: #f0dca1;
	font-style: italic;
}

td { }

a:link { color: #fff; text-decoration: none; }

a:visited { color: #fff; text-decoration: none; }

a:hover { color: red; text-decoration: none; }

a:active { }

table.tabletext
{
	font-size:12px;
}

.tablebold
{
	font-size:14px;
	font-weight: bold;
	color: #f0dca1;
}

#container
{
	margin: 0 auto;
	width: 900px;
}

#headerA
{
	background: url(../images/RocklandHeader1.jpg);
	float: left;
	width: 300px;
	height: 80px;
}
#headerB
{
	background: url(../images/RocklandHeader2.jpg);
	width: 600px;
	height: 80px;
	float: left;
}

#navigation
{
	float: left;
	padding-left: 40px;
	width: 860px;
	height: 23px;
	/*font-weight: bold;*/
	background: url(../images/RocklandMenu.jpg);
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 2px 10px;
	color: #3D5BAD;
	font-weight:bold;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover
{
	background: #f7f8ff;
	color: #b1b8e9;
}
#content-wrapper
{
	background: url(../images/RocklandContentBody.jpg);
	/*position: relative;*/
	text-align:center;
	/*float: left;*/
	width: 900;
	height: auto;
	overflow: auto;
}

#content
{
	float: left;
	padding-left: 30px;
	padding-right: 20px;
	text-align: center;
	width: 500px;
	height: auto;
}

#content h3
{
	font-size: 1em;
	color: #3D5BAD;
}

#aside
{
	width: 330px;
	height: auto;
	float: left;
	padding: 5px,10px,10px,10px;
}

#aside p
{
	margin: 0;
}

#aside h3
{
	font-size: 1em;
	color: #3D5BAD;
}

#contenttop
{
	clear: both;
	background: url(../images/RocklandContentTop.jpg);
	width: 900px;
	height: 24px;
}
#contentbottom
{
	clear: both;
	background: url(../images/RocklandContentBottom.jpg);
	width: 900px;
	height: 32px;
}
#footer
{
	/*float: left;*/
	text-align: center;
	width: 900px;
	height: auto;
	/*clear: both;*/
}

#tooltip1
{ text-decoration: none; position: relative; }
 
#tooltip1 a span
{ display: none; color: #ffffff; text-decoration: none; }
 
#tooltip1 a:hover span
{ display: block; position: absolute; width: 520px; background-color: #f0f0f0; font-size: 1em; height: auto; left: -550px; top: -10px; color: #000; text-decoration: none; padding: 5px; } 

.tabletext { height:2px;}

.footertext
{
	font-family:"arial";
	font-size:11px;
	color:#b1b8e9;
}

.footertext a
{
	color:#6a74b6;
}

.footertext a:hover
{
	color:red;
}

.footertext a:visited
{
	color:#6a74b6;
}