
/*This is Container setup CSS*/




	body {
		background-color: #f3f3eb;
		margin:0px 0px 0px 0px;
		padding:0px;
		color: #2f2f2f;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 1em;
		margin: -0em;
		position: absolute;
		top: 0px;
		left: 0px;
		height:100%;
		width:900px }
		
	html>body #centercontent {
				margin-top: 187px;
				}
	
   		
			
		
	p {
		font-size: .8em;
		text-align: justify;
		line-height: 1.7em;
		}

	h1 {

				font-size: 1.2em;
				text-align: center;
				font-style: italic;
				letter-spacing: 5px;
				text-decoration: underline;
		}

	h2 {
		font-size: 1.1em;
		text-decoration: none ;
		text-align: center;
		font-family: sans-serif;
		}
	
	h3 {
				font-size:.4 em;
				text-decoration: none ;
				text-align: center;
				font-family: sans-serif;
				font-style: italic;}
				
	h4 {
		font-size: 1.1em;
		text-decoration: none ;
		text-align: left;
		font-family: sans-serif;
		}
	#ctr-image	{
	background-image: url(line.gif);
  	background-repeat: no-repeat;
  	background-position: center;
	z-index: 25;
	width: 100%;
	height: 6px;
	}

#link-list {
text-decoration:none;
text-align:left;
font-size:.6 em;
}

	a:link {
		color: #334d80;
		text-decoration: none;
	} 

	a:visited {
		color: #990000;
		text-decoration: underline;
	}

   a:hover {
		color: #ffffff;
		background-color: #9baebf;
			}

	a:active {
		color: #67849e;
			}
/* 	 */

.effect1 A:link {text-decoration: none}
.effect1 A:visited {color:red ;text-decoration: none}
.effect1 A:active {text-decoration: none}
.effect1 A:hover {text-decoration: underline; color: red;}

.effect2 A:link {color: #334d80;text-decoration: none}
.effect2  A:visited {color: #990000;text-decoration: none}
.effect2 A:active {color:#6D00D9;text-decoration: none}
.effect2 A:hover {	color: black;

					background-color: #9baebf;
					text-decoration: underline;
					 }

	#dhtmltooltip{
		position: absolute;
		width: 150px;
		border: 2px solid black;
		padding: 2px;
		background-color: #F3F3EB;
		visibility: hidden;
		z-index: 100;
				/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
							filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
		}

	
	
	#header {
		width: 100%;
		height: 187px;
		background-color: #e5e5d8;
		border-bottom: 2px #ffffff solid;
		visibility: visible;
		top: 0px;
		left: 0px;
		position: absolute ;
			}
			
	#header-pic{
			background-image: url(guy1.jpg);
			background-repeat: no-repeat;
			background-position: top center;
		    width: 690px;
		    height: 158px;
		    margin: 14px 0em 5px 85px;
		    padding: 0;
		   
			}
	  
	/* This controls the header image */
	div {
	background-image: url(HEADER URL);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 0;
	text-align: center;
	}
	div div {
	background: none; width: auto; height: auto; padding: 0;}


	
		#topnav-position{
		background-color: #c0c8c0;
		margin-left: 117px;
		margin-right: 181px;
		margin-top: 172px;
	
		border-right: 2px #fff solid;
		border-left: 2px #fff solid;
		visibility: visible;
		font-size: .8em;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		padding-left: 10px;
		padding-bottom: 0px;
		
		position: relative;
		top: 17px;
		padding-top: 0px;}
 
	 
	#left-content {
		position: absolute;
		left:0px;
		top:100px;
		width:115px;
		background: #deded1 repeat-y;
		border-right: 1px #7e7e6a solid ;
		font-size: .8em;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		color: #2e2e2e;
		margin-top: 108px;
		padding-left: 1px;
		}	
		

	#main-content{
		
		background-color: #ffffff;
		margin-left: 117px;
		margin-right: 180px;
		margin-top: 17px;
		border-right:  #fff solid;
		border-left:  #fff solid;
		voice-family: "\"}\"";
		voice-family: inherit;
	
		
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		}
	
	

/*Start Footer rules*/

#footer-base {
	
	
	padding: 0px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;}

	#footer {
	
		font-size: .7em;
		font-weight: bold;
		text-decoration: none;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		padding-left: 220px;;
			text-align: right;
		margin-left: 0px;
		margin-right: 0px;
		color: #334D80;
              }

	

