body {
	background: #cdc8bb;
	margin: 10px;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 0em;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

label {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}


ul {
	list-style-type: disc;
	text-indent: 0px;
	padding: 0px;
	margin: 0px 0px 0px 14px; 
	margin-top: 0em;
}


ol {
	text-indent: 0px;
	padding: 0px;
	margin: 0px 0px 0px 21px; 
	margin-top: 0em;
}


a:link { color: #645f50; text-decoration: none; }
a:active { color: #645f50; text-decoration: none; }
a:visited { color: #645f50; text-decoration: none; }
a:hover { color: #645f50; text-decoration: underline; }






#smallsubs {
	font-size: 15px;
	font-weight: bold;
	line-height: 2em; 
}

#bulletstrong {
	font-weight: bold;
	line-height: 0em; 
}












#main {
	width:  855px;
	margin: 0 auto;
}

#top {
	text-align: right;
	color: #645f50;
	padding: 0px 5px 0px 0px;
}

#logo {
	float: left;
	margin: 0 5px 0 0;
}

#nav-prime {
	height: 60px;
	background: url(img/bg-nav-prime.png) top no-repeat;
	color: #314862;
	font-size: 14px;
	line-height: 3.5em;
}

#nav-prime a:link,
#nav-prime a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}

#nav-prime a:hover {
	text-decoration: underline;
}

#nav-sub {
	color: #645f50;
	font-size: 14px;
	text-align: center;
	margin: 5px 0;
}

#nav-sub a:link,
#nav-sub a:visited {
	color: #645f50;
	text-decoration: none;
	padding: 0 10px;
}

#nav-sub a:hover {
	text-decoration: underline;
}

#content {
	background: url(img/bg-txt.png) left repeat-y;
	margin: 10px 0;
	padding: 0 5px 0 0;
	position: relative;
	display: block;
}

#header {
	height: 100px;
	width: 830px;
	background: #e1ded6;
	padding: 0;
	margin: 0 0 10px 0;
	border-top: #fff solid 10px;
	border-bottom: #fff solid 10px;
	border-left: #fff solid 10px;
	clear: both;
}

#header h1 {
	width: 170px;
	height: 80px;
	background: #645f50;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	float: left;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
}

#header img {
	border-left: #fff solid 10px;
	border-right: #fff solid 10px;
	float: left;
	margin: 0 10px 0 0;
}

#header-txt {
	padding: 10px;
	font-size: 18px;
}

#txt-content {
	/* display: block; */
	/* min-height: 350px; */
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}

#txt {
	width: 500px;
	padding: 15px 20px;
}

#txt-wide {
	width: 800px;
	padding: 15px 20px;
}

#txt-narrow {
	width: 270px;
	padding: 15px 20px;
}

#txt p {
	margin: 0 0 15px 0;
}

/* img#bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	clear: both;
}

img#photo {
	position: absolute;
	right: 5px;
	bottom: 0;
} */

#pic {
	display: table-cell;
	padding: 0;
	margin: 0;
	float: right;
}

#footer {
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #000;
}

.clear {
	clear: both;
}