body
{
	margin: 10px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
  color: #000000;
	background-color: #FFFEEC;
  background: url(tartan.gif);
}

p
{
	margin:0px 0px 10px 0px;
	padding-left:30px;
  text-align: justify;
 	font:14px/18px;
  font-weight: 400;
	}

.address
{
  font-size:10px;
  text-align: center;
  font-weight: bold;
	color:#993333;
}
.sectionbgcolor
{
	background-color: #FFFCD9;
}

.heading
{
  font-size: 125%;
	color: #003063;
  padding-left:30px;
}

.label
{
  padding-left: 30px;
	font-size: 100%;
  font-weight: 700;
}

.footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: #000000;
    text-align: center;
}

ul
{
	margin: 0px 0px 0px 30px; /*removes indent IE and Opera*/
	padding: 0px 0px 3px 30px;
	list-style-type: square; /*turns on display of bullet*/
}

li
{
	margin: 10px 0px 10px 10px;
}

.container
{
	position: relative;
	left: 1px; top: 1px; 
	color: #808080;
	display: inline;
}

.text
{
	position: absolute;
	left: -1px; top: -1px;
	color: #A13C3C;
 	display: inline;
}

#textLogo
{
  display: none;
}

.box { float: left; width: 100px; height: 100px; }
#boxContent { border: none; background: #808080; }

#boxContent { position: relative; left: -2px; top: -2px; }
#boxContainer { position: relative; background: #666; margin: 4px; }


.bluelink {color: #1D5AA1;}
a.bluelink:visited { color: #1C59A1;}
a.bluelink:hover { color: #666666;}

.contact {color:#09c;}
a.contact:visited {color:#07a;}
a.contact:hover {background-color:#eee;}

