/* Container DIV styles */
/*======================*/

body {
	background-color: rgb(124,153,133);
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	}
	
img {
	margin: 0px;
	padding: 0px;
	}

#pageWrapper {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 20px;
	text-align: left;
	background-color: white;
	border-right: 3px solid gray;
	border-bottom: 3px solid gray;
	}
	
#divTop {

	}
	
#divBanner {

	}
	
#divDescription {
	padding-top: 8px;
	padding-bottom: 16px;
	margin-bottom: 5px;
	border-bottom: solid 2px gray;
	color: gray;
	
	}
	
#divNav {
	padding-top: 10px;
	padding-bottom: 15px;
	}
	
#divMain {
	padding-bottom: 10px;
	}
	
#divMainLeft {
	width: 160px;
	float: left;
	}
	
#divMainRight {
	margin-left: 160px;
	padding-right: 20px;
	/*background-color: pink;*/
	}
	
#divFooter {
	height: 2em;
	border-top: 1px solid gray;
	padding-top: 10px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	color: gray;
	/*background-color: tan;*/
	}


.spanNavigation a {
	text-decoration: none;
	color: black;
	}
	
.spanNavigation a:hover {
	text-decoration: underline;
	}


.linkHome a {
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: rgb(105,153,199);
	}

.linkHome a:link {
	color: rgb(105,153,199);
	}
	
a.linkHome:visited {
	text-decoration: none;
	color: rgb(105,153,199);
	}

a.linkHome:hover {
	text-decoration: none;
	color: rgb(105,153,199);
	}

a.linkHome:active {
	text-decoration: none;
	color: rgb(105,153,199);
	}
	
	
#divMainLeft a {
	text-decoration: none;
	font-family: arial, sans-serif;
	color: rgb(105,153,199);
	}
	
	
	
#updatesHeader {
	font-size: 1.5em;
	color: rgb(105,153,199);
	}
	
.updateItem {
	font-weight: bold;
	}
	
.subSectionTitle {
	font-weight: bold;
	}
	
.signatureTable {
 	width: 100%;
 	align
 	text-align: left;
 	border: none;
 	padding: none;
 	}
	
.signaturesCell {
	width: 50%;
	text-align: left;
	}
	
hr {
	border: 0px;
	border-bottom: 2px solid #d4d4d4;
	}
	
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
	}
	
h3 + p {
	margin-top: -0.15em;
}
	
h4	{

}