html, body {
	font-size: 10pt;
	font-family: Myriad, Arial, Helvetica, Sans-serif;
	text-align: center;
	min-width: 775px;
	padding: 0px;
	background-color: #D59758;
}


/* link styles */

	.links {

	}


		.links A:link,
		.links A:visited,
		.links A:active {
			color: #5A3D1C;
			text-decoration: none;
		}


		.links A:hover {
			color: #5A3D1C;
			text-decoration: underline;
		}


	.linksCopyright {

	}


		.linksCopyright A:link,
		.linksCopyright A:visited,
		.linksCopyright A:active {
			color: #FFFFFF;
			text-decoration: none;
		}


		.linksCopyright A:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}
	

/* page styles */

	#container {
		width: 775px;
		height: 540px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFF1E6;
		border-style: solid;
		border-color: #5A3D1C;
		border-width: 2px;
	}


/* table styles */


	table.homeContainer {
		width: 775px;
		height: 100%;

	}


		table.home {
			height: 500px;
			width: 775px;

		}


			td.homeLeft {
				width: 285px;
			}


			td.homeCenter {
				width: 200px;
				font-weight: bold;
				color: #5A3D1C;
				border-style: solid;
				border-color: #936534;
				border-width: 0px;
				border-top-width: 2px;
				border-bottom-width: 2px;
			}


			td.homeRight {
				width: 285px;
			}


/* img styles */

	img.home {
		border-style: solid;
		border-color: #5A3D1C;
		border-width: 2px;
	}
	

	img.button {
		border-style: none;
	}
	
	
	img.inPage {
		border-width: 2px;
		border-color: #5A3D1C;
		border-style: solid;
	}
	
	img.DCcopyright {
		vertical-align: text-top;
		border-width: 0px;
	}
	

/* subpage divs */


	#header {
		width: 535px;
		height: 75px;
		float: right;
		padding: 5px;
		
	}
	
	
		#homeLink {
			height: 35px;
			text-align: right;
		}
		
		
		#linkBar {
			height: 20px;
			padding: 5px;
			border-style: solid;
			border-color: #D59758;
			border-width: 0px;
			border-top-width: 2px;
			border-bottom-width: 2px;
		}
	
	
	#leftBar {
		width: 225px;
		float: left;
		height: 520px;
		padding-top: 20px;
	}
	
	
	#mainContent {
		width: 545px;
		height: 425px;
		float: right;
		overflow: auto;
		text-align: justify;
		color: #5A3D1C;
		padding-right: 5px;
	}
		

	#simpleViewerShow {
		width: 500px;
		text-align: center;
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFF1E6;
		color:#FFF1E6;
	}
	
	
	#footer {
		width: 535px;
		height: 19px;
		float: right;
		padding-right: 5px;
		padding-top: 5px;
		margin: 2px;
		text-align: right;
		font-weight: bold;
		font-size: 8pt;
		color: #5A3D1C;
		border-style: solid;
		border-color: #D59758;
		border-width: 0px;
		border-top-width: 2px;
	}
	
	
	#copyright {
		width: 775px;
		margin-left: auto;
		margin-right: auto;
		font-size: 8pt;
		color: #FFF1E6;
	}


		#copyrightLeft {
			width: 350px;
			float: left;
			text-align: left;
		}


		#copyrightRight {
			width: 350px;
			float: right;
			text-align: right;
		}
		
		#copyrightCalendar {
			width: 550px;
			text-align: center;
			float: center;
			margin-left: auto;
			margin-right: auto;
			font-size: 8pt;
			color: #FFF1E6;
		}

		
/* text styles */

	
	.menuTitle {
		font-size: 12pt;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	
	.menuSubtitle {
		text-decoration: underline;
	}
	
	
	.menuSelection {
		font-weight: bold;
	}
	
	
	.menuAlert {
		font-style: italic;
	}


/* form styles */
	
	
	.formerror {
	  border-width: 1px;
	  border-style: solid;
	  border-color: #908776;
	  background-color : #E9E9E9;
	  width: auto;
	  padding: 5px;
	}


	.errortext {
	  padding-left: 175px;
	  font-weight: bold;
	}
	
	
/* DO NOT DISPLAY */	
	
	#header_print,
	#footer_print {
		display: none;
	}
