@charset "UTF-8";
/* CSS Document */


body {
	margin: 0px;
	padding:0px;
	background: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	}
	
table {
	font-size: 14px;

}	

	#header {
		background: #FFFFFF;
		width: 750px;	
		margin: 0px 0px 0px 155px;	
		z-index: 25;
		position:absolute;
	}
	
	#sidemenu {
	position: absolute;
	top: 0px;
	left:0px;
	position:absolute;
	z-index: 25;
	}
	
	#footer {
	width: 750px;
	height: 20px;
	margin-top: 670px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 132px;
	position:absolute;
	clear:both;
	z-index: 25;
	}
	
	#flashcontent {
	width: 750px;
	height: 575px;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 132px;
	position:absolute;
	z-index: 15;
	}
	
	#nonflashcontent {
	width: 750px;
	height: 575px;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 155px;
	position:absolute;
	z-index: 15;
	}

.Brown {
	color: #A59580;
	font-size: 32px;
	font-weight:400
}
.BrownSm { color: #A59580;}
.Gray { color: #c6c5c5; font-size: 15px; font-weight:500}
.GraySm { color: #c6c5c5; font-size: 12px}

a:link,
a:visited,
a:hover,
a:active    { 
  color: #000000; 
  text-decoration: none 
}

a:hover    { 
text-decoration: underline }

a:active {
text-decoration: none;
} 
              
