html{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", trebuchet, Helvetica, verdana, arial, sans-serif;
	color:#002c43;
	min-height: 100%;
	text-align:justify;
}
body{
	background:#fff url(../images/kitty.gif) bottom left no-repeat;
}
.ending{
	text-align:right;
	margin-bottom:10px;
	clear:both;
}
.centered{
	text-align:center;
}
.right{
	float:right;
}
.left{
	float:left;
}
img.seperate{
	margin:5px 0 5px;
}
div.cleared{
	clear:both;
}
ul.submenu{
}
.submenu li{
}
.styled li{
}
/* ---------------- */
/* Basic Formatting */
/* ---------------- */
p{
	text-indent:15px;
	margin:5px 0px 5px;
	font-size: 0.9em;
}
h2{
	font-weight: bold;
	font-size:1.25em;
}
h2.head{
	padding:0;
	margin:0;
}
h3{
	font-weight: bold;
	font-size:1em;
	margin:0;
}
h4{
	font-weight: bold;
	font-size:.8em;
	line-height:1em;
	margin-bottom:0;
}
a img{
  border:2px #cccccc solid;
  background:transparent;
}
a:link {
	text-decoration: underline;
	color:#002c43;
}
a:visited {
	text-decoration: underline;
	color:#002c43;
}
a:hover, a:active {
	text-decoration: underline;
	background-color:#CC4A3C;
	color:#ffffff;
}

.small{
	font-weight: normal;
	font-size:0.75em;
}
form{
}
.fstyle{
}
input, textarea
{
	background:#ffffff;
	color:#002c43;
}
label{
}

/* ------------ */
/* main content */
/* ------------ */
div#container{
}
div#contentbar{
}
div.siteMap{
	margin:0;
	padding:0;
	background:transparent url(../images/h-t.gif) bottom right no-repeat;
}
ul.bNav{
	margin:0;
	padding:71px 0 0;
	text-align:left;
}
.bNav li{
	font-variant: small-caps;
	font-size:90%;
	display: inline;
	margin: 0;
	padding: 0;
}
#webbusiness{
	height:420px;
	padding:0 10px 0;
	margin:0;
	border-top:1px solid #002c43;
	background: url(../images/h-b.gif) top right no-repeat;
}
html>body #webbusiness{
	min-height:420px;
	height:auto;
}
#webbusiness h2{
	padding:0;
	margin:0;
}
div#leftSide{
	float:left;
}
div#middle{
	text-align:center;
	padding-top:30px;
}
div#rightSide{
	padding-top:26px;
	float:right;
	width:200px;
}
ul.colors{
	margin:0;
	padding:0;
	text-align:center;
}
.colors li{
	font-variant: small-caps;
	font-size:90%;
	display: inline;
	margin: 0;
	padding: 0;
}
#copyright{
	padding:0;
	text-align:center;
	border-top:2px solid #002c43;
	clear:both;
}
