body, li, table, input, select, option, textarea, .menu {

	font-size: 			11px;
	font-family: 		Arial, sans-serif;
	color: 				#555; 

}


body         {  
 scrollbar-face-color: #D84141;
 scrollbar-shadow-color: #D87B7B; 
 scrollbar-highlight-color: #D87B7B;
 scrollbar-3dlight-color: #791111;
 scrollbar-darkshadow-color: #791111; 
 scrollbar-track-color: #A33131; 
 scrollbar-arrow-color: #FFFFFF; 
}

a:link { text-decoration: underline; color: #00aa00;}
a:visited { text-decoration: underline; color: #007700;}
a:active {text-decoration:none; color:#000000;}
a:hover {text-decoration:none; color:#00bb00;}

a.newnav:link, a.subnav:link { text-decoration: none; color: #666666;}
a.newnav:visited, a.subnav:visited { text-decoration: none; color: #666666;}
a.newnav:active, a.subnav:active {text-decoration:underline; color:#000000;}
a.newnav:hover, a.navcurrent, a.subnav:hover, a.subnavcurrent {text-decoration:underline; color:#000000;}


nomargin 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1 {
	font-size: 			16px;
	color: 				#676767;

}
h2 {
	font-size: 			15px;
	color: 				#676767;
    border-bottom:solid 1px #ccc;
    padding-left:2px;
}

h3 {
	font-size: 			14px;
	color: 				#676767;
}

h4 {
	font-size: 			13px;
	color: 				#676767;
    padding-left:2px;
}


input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#000000; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#675949;
	background-color:	#F2E6D8;

}

ul, li {
	line-height:		130%;
	margin-bottom:		5px;
	margin-left:		10px;
}

	
	 #flashcontentsplash {
		border: solid 1px #FFFFFF;
		width: 765px;
		height: 493px;
		float: center;
		margin:0px 0px;
 }		
 
 td.side1 {
  	background-image: url('images/side1.jpg'); 
    background-attachment: scroll;
    background-repeat: repeat-y; 
    background-position: top right;  }
	
	td.side2 {
  	background-image: url('images/side2.jpg'); 
    background-attachment: scroll;
    background-repeat: repeat-y; 
    background-position: top left;  }

 a.newnav, a.subnav {

	overflow: hidden;
	margin-bottom: 0px;
	display: block; 
    background-image: url(images/but-off.gif);
	background-repeat: no-repeat;
	width: 145px;
	*width: 180px;
	height: 17px;
	*height: 24px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 35px;
	padding-top: 4px;
	text-decoration:none; 
}

a.newnav:hover, a.navcurrent {
    background-image: url(images/but-on.gif);
	text-decoration:none; 
	color:#FFFFFF;
		
}

a.subnav, a.subnav:link, a.subnav:visited
{
    background-image: url(images/butsub-on2.gif);
    padding-left:40px;
    width: 140px;
    color: #ffffff;
    *width: 180px;
}

a.subnav:hover, a.subnavcurrent
{
    background-image: url(images/butsub-off2.gif);
	text-decoration:none; 
	color:#666666;
}


/*****   clearfix   *****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}
.clearfix {
	display: inline-block;
}
/* hide from ie-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from ie-mac */

/*****   end of clearfix   *****/

div.person {
  width: 505px;
  padding-top: 15px;
}

div.person h4 {
  margin-top: 0px;
}

#scroll-div-outer {
  height:800px;
  overflow-y:scroll;
  overflow-x:hidden;
  background-color: #f1f1f1;
  /*background-image: url(images/bg-content-top.gif);*/
  background-position: 0px 0px;
  background-repeat: repeat-x;
}

#scroll-div{
  width: 566px;
  overflow-x:hidden;
}
