body {	
	background-color: #a1b9f9;
	line-height: normal;	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	width: 800px;
	padding: 0px 0px 0px 0px;
	}
td {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
}

th {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
}

a {	
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	color: #993300;	
	text-decoration: none;
}

a:link {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	color: #993300;
	text-decoration: none;
}
a:hover {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	color: #CC6600;
	text-decoration: underline;
}

td {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 1.0em;
}

th {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 1.0em;
}

.whitetext {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 1.0em;
	font-weight: 500;
	color: #FFFFFF;
	padding: 3px 0 3px 0;
	}
	
h1 {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 1.3em;
	color: #003366;
	font-weight: 600;
	padding: 10px 0px 0px 0px;
	}
	
h2 {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	color: #003366;
	font-weight: 600;
	padding: 10px 0px 0px 0px;
	}
	
h3 {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 1.1em;
	color: #993300;
	font-weight: 600;
	}
h4 {
	color: #000000
	}
	
.subheading {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 1.0em;
	color: #003366;
	font-weight: 600;
}

.bodystyle {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 0.95em;
	color: #000000;

}

.small {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	font-weight: 500;
}

.medium {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	color: #000033;
}

.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #333366;
}

.xbig {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 1.2em;
}

.expanded {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 1.0em;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #999999;
	padding: 0px 0px 0px 0px;
}

.boxTable {
	border-left: 1px solid #e9cca7;
	border-right: 1px solid #e9cca7;
	margin: 25px 0px 10px 10px;
	float: right;
}

.box1 {
	padding: 4px 5px 3px 5px;	
	text-align: left;
	background-color: #fce5c4;
	border-top: 1px solid #e9cca7;
	border-bottom: 1px solid #e9cca7;
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 1.0em;
	color: #000033;
}

.box2 {
	word-spacing: 2pt;
	padding: 3px 3px 3px 3px;
	background-color: #f8f3d8;
	font-size: 0.95em;
	text-align: left;
}

p {
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 0.95em;
	font-weight: 400;
	color: #000000;
	line-height: normal;
}

.img {
	border: 1px solid #000000;
	}
.imgClick{
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: smaller;
	font-weight: 500;
	color: #E2E2E2;
	background-color: #000000;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: 500;
	color: #333333;
}
.imgTable {

	background-color: #000000;
}
.imgLarge {
	margin: 0 auto;
	text-align: center;
}

/* CONTAINER */

	#header {
		background: #a1b9f9;
		}
		
	#topNav {
		position: relative;
		margin: 0;
		top: 0px;
		width: 800px;
		height: 25px;
		text-align: center;
		background: #ECE9D8;
		border-left: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-right: 1px solid #666666;
		}

	.topNav {
		font-family: "Lucida Sans", Verdana, Arial, sans-serif;
		font-size: 1.0em;
		font-weight: bold;
		}
		
	#topNav ul {
		margin: 0;
		padding: 0;
		width: 800px;
		float: left;
		text-align: center;
		list-style: none;
		}
	#topNav ul a {
		color: #4d3807;
		text-decoration: none;
		display: block;
		padding: 0 2.9em 0 2.9em;
		}
	#topNav ul a:hover {
		color: #000000;
		}
	#topNav ul li {
		float: left;
		}
	#topNav li {
		position: relative;
		top: 0px;
		float: left;
		list-style: none;
		height: 24px;
		line-height: 24px;
		}
	#topNav li:hover {
		background: #e9e4a8;
		height: 24px;
		line-height: 24px;
		}
	#topNav li a:hover {
		color: #000000;
		}
		
	#topNav a.here:link,
	#topNav a.here:visited,
	#topNav a.here:hover,
	#topNav a.here:active {
		color: #000000;
		font-weight: bold;
		} 

		#content {
		background-color: #FFFFFF;
		width: 800px;
		text-align: center;
		border-left: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-right: 1px solid #666666;
		}
		
		#btmImages {
		padding: 10px 0 0px 0;

		}
	
	#btmInfo {
	width: 776px;
	border: 7px solid #eaa90f;
	padding: 0 0 0 10px;
	background-color:#FFFFFF;
	}

	#btmNav {
		position: relative;
		margin: 0;
		top: 0px;
		width: 798px;
		height: 25px;
		text-align: center;
		background: #ECE9D8;
		border-left: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-right: 1px solid #666666;
		}

	.btmNav {
		font-family: "Lucida Sans", Verdana, Arial, sans-serif;
		font-size: 1.0em;
		font-weight: bold;
		}
		
	#btmNav ul {
		margin: 0;
		padding: 0;
		width: 798px;
		float: left;
		text-align: center;
		list-style: none;
		}
	#btmNav ul a {
		color: #4d3807;
		text-decoration: none;
		display: block;
		padding: 0 2.9em 0 2.9em;
		}
	#btmNav ul a:hover {
		color: #000000;
		}
	#btmNav ul li {
		float: left;
		}
	#btmNav li {
		position: relative;
		top: 0px;
		float: left;
		list-style: none;
		height: 24px;
		line-height: 24px;
		}
	#btmNav li:hover {
		background: #e9e4a8;
		height: 24px;
		line-height: 24px;
		}
	#btmNav li a:hover {
		color: #000000;
		}
		
	#btmNav a.here:link,
	#btmNav a.here:visited,
	#btmNav a.here:hover,
	#btmNav a.here:active {
		color: #000000;
		font-weight: bold;
		} 

/* BOTTOM INFO */
	
	.footerRight {
		text-align: right;
		}
	.floatRight { 
		float: right;
		margin-left: 8px;
		}
	.footerLeft {
		text-align: left;
		}
	.floatLeft {
		float: left;
		margin-right: 8px;
		}
	.clearfloat { 
		clear: both;
		height: 0;
		font-size: 1px;
		line-height: 0px;
		}

		
	/* COPYRIGHT */
	
	#copyrt {
		width: 780px;
		height: 24px;
		margin: 0;
		background: #a1b9f9;
		text-align: center;
		color: #FFFFFF; 
		font-family: "Segoe UI", "Trebuchet MS", sans-serif; 
		font-size: 0.85em; 
		font-weight: normal; 
	}

/* END CONTAINER */