@charset "iso-8859-1";
/* CSS Document */
body {

	background-color: #211D1E;
	font-family: Verdana;
  	font-size: 11px;
	}
	
/* Define Decorations */

img {
	border: 3px;
	border-color:#FEF4DB;
	border-style: solid;
	
	}
	
a {
	font-family: Verdana;
	font-size: 11px;
	color:#640000;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
}

/* ====== Define Header ========= */

.divContainer {
	height: auto;
	width: 750px;
	background-color:#FEF4DB;
	border-right: 3px;
	border-left: 3px;
	border-bottom: 3px;
	border-top:3px;
	border-color:#DBB676;
	border-style: solid;
	}
	
#logo {
	width:600px; 
	height: 92px;
	display:block;
	margin: 5px;
	


	}
	
	
/*  Navigation */

#standout {
	color:#640000;
	text-decoration: none;
	font-weight: bold;
	}
	
#nav-box {
    background-color: #DBB676;
	width: auto; 
	height: auto;
	padding: 0px;
	margin:0px;
	border:0px;
	
	}
	

	#navSpan a {
	background-color: #CFAC6E;
	height: 40px;
	width: 165px;
	display:block;
	text-decoration: none;
	font-family: verdana;
  	font-size: 13px;
	color: #ffffff;
	padding: 2px;

	}
	
	#navSpan a:hover {
	background-color: #DBB676;
	height: 40px;
	width: 165px;
	display:block;
	font-family: verdana;
  	font-size: 13px;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	}
	

	
	
	
/* Define Content Body */

#content-box {
	width: 610px;
	height: auto;
	background-color: #E8DFC8; /*E7C07C;*/
	border: 0px;
	border-style: solid;
	text-align: left;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#topContainer{
	width:550px;
	height:auto;
	display: block;
	padding: 5px;
}
	
#left-box {
	width: 450px;
	height: auto;
	display:block;
	float: left;
	
}

#topright {
	width:300px;
	height:424px;
	display:block;
	float:right;
	background-color:#F2E9D1;
	

}

#bottomright {
	width:300px;
	height:190px;
	display:block;
	float:right;
	background-color:#F2E9D1;

}


/* Define Page Copy */

	
.pageContent {
	font-size:12px;
	padding: 15px;
	text-align: left;
	}

.sideContent {
	font-size:11px;
	padding:10px;
	color: #ffffff;
	text-align: left;
	}

#textContainer {
	width: auto;
	height: auto;
	border-style: solid;
	border-color: #DBB676;
	border: 1;
	padding: 2px;
	background-color:#FEF4DB;
	line-height: normal;
}


#textContainer2 {
	width: 540px;
	height: auto;
	border-style: solid;
	border-color: #DBB676;
	border: 1;
	padding: 2px;
	background-color:#FEF4DB;
	line-height: normal;
}

#alternate1 {
	background-color: #D7B883;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#alternate2 {
	background-color: #85BCA6;

}
