body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	background-color: #FFFF99;
}
h1,/*  removes all vertical margins  */h2,h3,h4,h5,h6,p, img {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
br {
	clear: both;
}
address {
	font-style: normal;
	color: #0000CC;
	padding-right: 5px;
	padding-left: 5px;
}

/* ---- margin autos will centre content in the browser window --- */
#container {
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 1em;
	text-align: left;
}


#header {
	background-color: #FFCC00;
	padding: 20px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#header img {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#header h2 {
	font-size: 2.5em;
	text-transform: uppercase;
	color: #0000FF;
	line-height: 2;
}
#sidebar {
	float: left;
	width: 150px;
}
#sidebar img {
	margin: 20px;
}


#basenav {
	margin-left: 150px;
	margin-right: 150px;
	text-align: center;
}

.sidenavcell   a:link  {
	text-decoration: none;
	background-color: #000099;
	text-align: left;
	display: block;
	width: 120px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFF00;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFFF00;
}

.sidenavcell     a:active  {
	text-decoration: none;
	background-color: #666666;
	text-align: left;
	display: block;
	width: 120px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.sidenavcell  a:link  {
	text-decoration: none;
	background-color: #0066FF;
	text-align: left;
	display: block;
	width: 120px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CC0099;
}
#rightside {
	float: right;
	width: 300px;
}

#rightside img {
	border: 2px solid #0000CC;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 0px;
	margin-left: 160px;
}
#mainContent h1 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 5px;
	color: #0000CC;
}
#mainContent h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	color: #0000CC;
}

#mainContent p {
	font-size: 0.9em;
	padding: 5px;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 20px;
}
#footer img {
	float: left;
	width: 125px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#basephone {
	text-align: center;
	margin-right: 150px;
	margin-left: 150px;
	font-size: 1.2em;
	font-weight: bold;
	color: #0000CC;



}
#copyright {
	margin-top: 10px;
	margin-right: 150px;
	margin-bottom: 10px;
	margin-left: 150px;
	text-align: center;
}
.rightext {
	text-align: center;
	display: block;
	font-size: 0.9em;
	color: #0000CC;
	font-weight: bold;
}
.sidenavcell a {
	background-color: #0000CC;
	display: block;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: 1.2em;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding: 5px;
	text-align: left;
}


.sidenavcell  a:visited   {

}
.sidenavcell      a:link           {

}
.sidenavcell  a:hover   {
	background-color: #FFCC00;
	color: #0000FF;
	border-left-color: #0000FF;
}
.sidenavcell  a:active   {
	background-color: #FFCC00;
	color: #FF0000;
	border-left-color: #0000FF;
}
.sidenavcell a.current {
	background-color: #0099CC;
	color: #FFCC00;
	border-left-color: #FFCC00;
	cursor: default;
}
.navcell   a     {
	text-decoration: none;
	font-size: 1em;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 2;
	color: #0000CC;
}
.navcell a:link, .navcell a:visited {

}

.navcell a:hover, .navcell a:active {
	text-decoration: underline;
	color: #0000CC;
	background-color: #FFCC00;
}
.navcell a.current {
	color: #0000CC;
	background-color: #99FF00;
	cursor: default;
	text-decoration: none;
}

