body {
	font-size: 11pt;
	background: #F1EBCF;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 
	min-width: 700px;
	margin: 0;
	padding: 0;
}

a:link { color: #f00; } 
a:visited { color: #611; } 
a:hover { color: #663333; } 
a:active { color: #993333; }

.checkerhead {
	background: url(i/checker-top.jpg);
	background-repeat: x-repeat;
	height: 41px;
}

.checkerfoot {
	background: url(i/checker-bottom.jpg);
	background-repeat: x-repeat;
	height: 41px;
}

.outercontainer {
	width: 700px;
	border: 2px solid #000;
	background: black; //#498589;
	margin: 1em auto;
	//text-align: center;
}

.section-header {
	border: 1px solid black;
	background: #e95244;
	color: black;
	padding:5px;
	padding-left: 10px;
	padding-bottom: 15px;
	text-align: left;
}

.section-header-title {
	font-weight: bold;
	font-size: x-large;
}

.showcase {
	background: black;
	color: white;
	text-align: center; 
}

.showcase a:link { color: #ddd; }
.showcase a:hover { font-weight: bold; }
.showcase a:visited { color: green; }
.showcase a:active { color: #fdd }

.paragraph {
	text-align: justify;
}

#top-nav {
//	float: left top;
	width: 100%;
	height: 120px;
	background: black;
	color: white;
//	display:inline;
//	padding-top: 0px;
//	padding-left: 0px;
//	padding-right: 3em;
//	padding-bottom: 2em;
//	border:1px solid #000;
}

#title {
	font-size: x-large;
	font-weight: bold;
	color: #feead2;
}

#nav {
	font-size: large;
}
#nav a:link { color: #c3b8a4; }

#corner-soldier {
	float: left top;
	margin-right: 2em;
}

.main-content {
	//background-repeat: no-repeat;
	//background-position: left bottom;
	background: #388881;//#7BADAA;
	padding-left: 2em;
	padding-right: 1em;
}

.main-content-left {
}

.main-content-right {
}

.imgborder { 
	border: 10px solid #ddd;
}

.thumbnail_right {
	border:1px solid #000;
	float: right;
	margin-left: 1em;
}

.thumbnail_left {
	border:1px solid #000;
	float: left;
	margin-right: 1em;
}

#text_sm_gray {
	font-size: x-small;
	color: gray;
}

#text_sm_gray a:link { color: gray; }
#text_sm_gray a:visited { color: gray; }
#text_sm_gray a:hover {color: gray; }