body {
	margin: 0;
	padding: 0;
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	background-color: #42413C;
	background-image: url(../img/ImgBG/BodyBG.png);
	background-repeat: repeat;
	background-position: center top;	
	}
	
	/*====== Scrollbar Style ============*/
.scrollbar {
	scrollbar-face-color: #CCC;
	scrollbar-highlight-color: #666;
	scrollbar-3dlight-color: #930;
	scrollbar-darkshadow-color: #900;
	scrollbar-shadow-color: #000;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #9BD3CB;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 900px; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*======= Header Syles ==========*/
.header {
	background-image: url(../img/ImgBG/topbanner%20copy.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	width: 900px;
	margin-bottom: 10px;
	margin-top: 5px;
}

/*============ Sidebar 1 Styles ==========*/
.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666; 
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #ADB96E;
	color: #FFF;
}
/*=========Body Styles =========*/
.content {
	width: 705px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-bottom: 10px;
	border: thin solid #666;
}


/* ~~ The footer ~~ */
.footer {
	position: relative;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	background-image: url(../img/ImgBG/Footer-BG.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #0FF;
}
.footer a {
	color: #F90;
	text-decoration: underline;
}

.container .content h5 {
	color: #58666E;
	line-height: -1pt;
	clear: both;
}


/*======= Bio Img style =======*/
.container .content #BioImag {
	margin: 4px;
	float: right;
}

/*===== Testimonials Styles ========*/
.container .content #testimonials  a {
	color: #2B6CCB;
	text-decoration: underline;
}
.container .content #testimonials {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #027774;
	padding-top: 10px;
}
.container .content #testimonials h5 {
	text-align: right;
	font-size: 12px;
}
/*======Page Body Link Styles========*/
.content #PageContent {
	float: left;
	width: 250px;
}
.content #PotfileGallery {
	padding: 5px;
	float: left;
	width: 425px;
	margin-left: 10px;
}
.content #PageContent ul {
	list-style-type: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.container .content #PageContent ul li {
	padding: 0;
	margin: 0;
}
.content #PageContent ul a {
	color: #9BD3CB;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/ImgBG/BodyNavbar.png);
	text-decoration: underline;
	height: 30px;
	width: 230px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}
.content #PageContent ul a:hover {
	color: #F00;
}
.content #PageContent ul a.current {
	color: #930;
	color: #FF0;
}
/*======== Photo Gallery Styles===========*/
.content #PotfileGallery #PhotoGallery {
	height: 510px;
	width: 420px;
	overflow: auto;
	scrollbar-bottom: none;
	border: thin solid #999;
}
.content table tr td table tr td a {
	color: #09C;
	text-decoration: underline;
}
