﻿body 
{
	margin:0;
	padding:0;

	text-align:center;
	background-color:#fff;
	font: 12px arial, sans-serif;
	color: #A7A7A7;
	padding: 30px 5px;
	text-align: center;
	/*background-image: url( 'cssImage/mainBg.jpg' );
	background-repeat:repeat;*/
}
.anyDiv
{
	padding-right: 12px;
	padding-left: 6px;
}
#outerDiv
{
	border: 1px solid #6b8617;
	width: 900px; 
	/*background-color:#686868;
	background-image: url( 'images/mainBG.jpg' );
	background-repeat: repeat-y;*/
}
#header
{
	text-align:left;
	height:110px;
	background-image: url('cssImage/headerBgBlack.jpg');
	background-repeat: no-repeat;
}
#barDiv
{
	background: url(  'cssImage/bar.jpg' );
	
	height:32px;
	width:900px;
}

#barDiv td
{
	height:32px;
	vertical-align:top;
}
#searchTd
{
	text-align:right;
	width:250px;
	
	padding-left:3px;
}
#search input
{
	border: 1px none #FFFFFF;
	vertical-align: top;
	height: 16px;
	width: 138px;
	padding-right: 6px;
	background-image: url(   'cssImage/spacer.gif' );
	background-repeat: repeat-x;
	margin-top: 5px;
}	

#visitorDiv
{
	float:right;
	background-color: #231f20;
	font-family: 'century Gothic';
	border: 1px solid #6b8617;
	width: 130px;
	
}
#vTitle
{
	background: url(  'cssImage/bar.jpg' );	
	height:20px;
	padding-top:5px;
	margin-bottom:5px;
}

#line
{
	height:1px;
	width:140px;
	background-color:#C0C0C0;
}
#mainTable
{
	width:100%;
	text-align:left;
	vertical-align:top;
	float:left;
	background: url( 'cssImage/bodyBg.jpg' );
	background-repeat:repeat-y;
}
#mainContentTd
{
	width:690px;
	text-align:left;
	margin-left:10px;
	vertical-align:top;
	/*background-color:#E5DCB9;*/
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #6b8617;
	
}

	

#leftNavTd
{
	width: 160px;
	float: left;
	text-align: left; 
	vertical-align: top;
	/*	background: url( 'cssImage/lNavBodyBg.jpg' );
	background-repeat:repeat-y;
	
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #6b8617;
*/

	
}


#LeftMenuUl
{
	list-style-type: none;
	padding-left:18px;
	display: block;
	margin-left:0px;
	
	
	
}
#LeftMenuUl li
{
	height: 28px;
	width: 100%; /*background-image: url('cssImage/leftNavBg.gif');
	background-repeat:repeat-x;*/
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #efefef;
	padding-top:10px;
	height:25px;

}
#LeftMenuUl li a
{
	vertical-align: middle;
	color: #E5DCB9;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	

}
#LeftMenuUl li a:hover
{
color: #CCFF66;
text-decoration: blink;	
}


#LeftMenuUl li:hover
{
	
	background-color: #5A5644;
	width: 100%;
	vertical-align:middle;
	
}

#footerDiv
{
	clear:both;
	width:900px;
	/*background-image: url( 'cssImage/headermenubg.jpg' );
	background-repeat: repeat-x;
*/
background: url(  'cssImage/footer.jpg' );
	background-repeat: repeat-x;
	height:35px;
}
#footerDiv ul
{
	margin-top:9px;
}
#footerDiv ul li
{
	list-style: none;
	display: inline;
	color: #E5DCB9;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	
}
	

#footerDiv ul li a
{
	text-decoration:none;
	color: #3477f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#footerDiv ul li a:hover
{
	color: #6b8617;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: underline overline blink;
}

#footerDiv td
{ 
	height:35px;
	vertical-align:middle;
}


.imgLeft
{
	padding: 3px;
	border: 1px solid #c0c0c0;
	float: left;
	margin-right: 3px;
}

.imgRight
{
	float:right;
	border: 1px solid #c0c0c0;
	padding: 3px;
	margin-left: 3px;
}
.imageBdr
{
	border: 1px solid #ffffff;
	padding: 5px;
}

