body {
	background: #FFF url(../images/Logo-back.png) repeat;
	margin: 0px;
	padding: 0px;
}
p {
	color: #333;
}
.container {
	margin: 0px auto;
	width: 1024px;
	background: #FFF url(../images/cont-back.png) repeat-x bottom;
	height: auto;
	padding: 0px 10px 10px;
	border-top: thin solid #999;
	border-right: thin solid #666;
	border-bottom: thin solid #666;
	border-left: thin solid #999;
}
.header {
	clear: both;
	width: 100%;
	float: left;
	background: #FFF;
}
.header #h_left {
	float: left;
	width: 50%;
}
.header #h_right {
	float: left;
	width: 50%;
}
.sidebar {
	width: 15%;
	float: left;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.sidebar #sidebarTop {
	width: 100%;
	margin: 0;
	padding: 0px;
}
.sidebar #sidebarTop ul {
	margin: 0px;
	padding: 0px;
}
.sidebar #sidebarTop ul li {
	margin: 0px 0px 1px;
	padding: 0px;
	height: 30px;
	width: 140px;
	list-style: none;
}
.sidebar #sidebarTop ul #home a {
	display: block;
	height: 30px;
	border: thin solid #CCC;
	background: #004362 url(../images/homeBtn.png);
}
.sidebar #sidebarTop ul #home a:visited {
	background: #004362 url(../images/homeBtn.png) right;
}
.sidebar #sidebarTop ul #home a:hover {
	background: #004362 url(../images/homeBtn.png) center;
}
.sidebar #sidebarTop ul #services a {
	background: #004362 url(../images/servicesBtn.png);
	display: block;
	height: 30px;
	border: thin solid #CCC;
}
.sidebar #sidebarTop ul #services a:visited {
	background: #004362 url(../images/servicesBtn.png) right;
}
.sidebar #sidebarTop ul #services a:hover {
	background: #004362 url(../images/servicesBtn.png) center;
}
.sidebar #sidebarTop ul #about a {
	background: #004362 url(../images/aboutBtn.png);
	display: block;
	height: 30px;
	border: thin solid #CCC;
}
.sidebar #sidebarTop ul #about a:visited {
	background: #004362 url(../images/aboutBtn.png) right;
}
.sidebar #sidebarTop ul #about a:hover {
	background: #004362 url(../images/aboutBtn.png) center;
}
.sidebar #sidebarTop ul #contact a {
	background: #004362 url(../images/ContactBtn.png);
	display: block;
	height: 30px;
	border: thin solid #CCC;
}
.sidebar #sidebarTop ul #contact a:visited {
	background: #004362 url(../images/ContactBtn.png) right;
}
.sidebar #sidebarTop ul #contact a:hover {
	background: #004362 url(../images/ContactBtn.png) center;
}
.content {
	width: 83%;
	float: left;
	margin-bottom: 10px;
}
.content h2 {
	margin: 2px 0px 5px;
	padding: 0px;
	font-variant: small-caps;
	color: #004362;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}
.content p {
	margin: 0px 0px 5px;
	padding: 0px;
}
.content #pageSubNav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.content #pageSubNav ul li {
	list-style: none;
	display: inline;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 0px;
	/* [disabled]padding: 2px 5px 2px 5px; */
	font-variant: small-caps;
}
.content #pageSubNav ul a  {
	text-decoration: none;
	margin-left: 10px;
	color: #004362;
	font-weight: bold;
}
.content #mainContent {
	width: 96%;
	border: 1px solid #CCC;
	margin: 5px 0px 5px 10px;
	padding: 8px;
	line-height: 1.3em;
	text-align: justify;
}
.content #mainContent  h3{
	font-variant: small-caps;
	color: #004362;
	margin: 0px 0px 10px;
	padding: 0px;
}
.content #mainContent h4 {
	font-variant: small-caps;
	color: #004362;
	margin: 0px 0px 10px;
	padding: 0px;
}
.content #mainContent p {
	margin: 0px 0px 15px;
	padding: 0px 10px 0px 0px;
}
.content #mainContent ul  li{
	margin-bottom: 2px;
	padding: 0px 10px 0px 0px;
	color: #333;
}
.footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0px;
	height: auto;
}
.footer p {
	text-align: center;
	font-size: small;
	vertical-align: middle;
	margin: 5px 0px 0px;
	padding: 5px 0px;
}
