body {
	background-image: url(images/bodyBackground.png);
	background-repeat: repeat-x;
	background-color: #001a00;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.main {
	background-image: url(images/mainBackground.png);
	background-repeat: no-repeat;
}

.masthead {
	background-image: url(images/mastheadBackground.png);
	background-repeat: no-repeat;
	width: 950px;
}	

.primaryNavigation {
	background-image: url(images/navigationBackground.png);
	background-repeat: no-repeat;
}

.mainHeader {
	background-image: url(images/mainHeader.png);
	background-repeat: no-repeat;
}

.contentContainer {
	background-color: #f8e9b7;
	height: 400px;
	background-image: url(images/contentBackground.png);
	background-repeat: repeat-y;
}

.letterHome {
	background-image: url(images/paperBackground.png);	
	background-repeat: repeat;
	border: 1px solid black;
}

.sidebarContainer {
	/*background-color: #f8e9b7;*/
}

.sidebarTop {
	background-image: url(images/sidebarTop.png);
	background-repeat: no-repeat;
	height: 27px;
}

.sidebar {
	background-image: url(images/sidebarBackground.png);
	background-repeat: repeat-y;
	background-color: #f8e9b7;
}

.sidebar p {
	font-size: 10pt;
	padding: 0 20 0 15;
}

.sidebar h4 {
	color: #001a00;
	text-align: center;
	text-decoration: underline;
	text-transform:uppercase;
}

.sidebar a:link {
	color: blue;
	text-decoration: underline;
}

.sidebar a:visited {
	color: blue;
	text-decoration: underline;
}

.sidebar a:hover {
	color: blue;
	text-decoration: none;
}
	

.sidebarBottom {
	background-image: url(images/sidebarBottom.png);
	background-repeat: no-repeat;
}

.content {
	/*background-color: #f8e9b7;*/
	height: 400px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.content a:link {
	color: blue;
	text-decoration: underline;
}

.content a:visited {
	color: blue;
	text-decoration: underline;
}

.content a:hover {
	color: blue;
	text-decoration: none;
}

.content p {
	font-size: 10pt;
	line-height: 1.6em;
	padding: 0 20 0 20;
}

.content p td {
	font-size: 10pt;
	line-height: 1em;
	padding: 0 5 0 5;
}

.content li {
	font-size: 10pt;
	line-height: 1.6em;
}

.content h1 {
	padding: 20 20 0 20;
	font-size: 21pt;
}

.content h2 {
	padding: 20 0 0 20;
	font-size: 15pt;
}

.content h3 {
	font-size: 12px;
	color: #999999;
	padding: 0 20 0 20;
}


.mainFooter {
	background-image: url(images/mainFooter.png);
	background-repeat:no-repeat;
}	
	
.footer {
	background-color: #001a00;
	height: 150px;
}

.footer p, .footer td {
	font-size: 10pt;
	padding: 0 10 0 10;
	color: white;
	padding-left: 20px;
}

.footer a:link {
	color: white;
	text-decoration: underline;
}

.footer a:visited {
	color: white;
	text-decoration: underline;
}

.footer a:hover {
	color: white;
	text-decoration: none;
}

.closingFooter {
	height: 10px;
	background-color: white;
}
	
	#cmWrapper {
		margin-top: 10px;
		width: 900px;
		border: 1px solid #D8DFE9;
		background-color: white;
		height: 400px;
	}
	
	#cmMasthead {
		width: 900px;
		background-color: #D8DFE9;
	}
	
	#cmMasthead h1 {
		text-align: left;
		padding: 10 20 10 20;
		font-size: 12pt;
		color: #3C4862;
	}
	
	#cmNavigation {
		text-align: left;
		padding: 5 20 5 20;
		font-size: 8pt;
		color: white;
		background-color: #3C4862;
		width: 900px;
	}
	
	#cmContent {
		width: 900px;
		text-align: left;
		padding: 20 20 20 20;
	}
	
.devLink1 a:link {
	color: blue;
}

.devLink1 a:visited {
	color: blue;
}

.devLink1 a:hover {
	color: blue;
}

.devLink0 a:link {
	color: red;
}	

.devLink0 a:visited {
	color: red;
}	
.devLink0 a:hover {
	color: red;
}	
	
	#cmContent h1 {
		font-size: 11pt;
		font-weight: bold;
		color: #404040;
	}
	
	#cmContent p {
		font-size: 9pt;
		color: #404040;
		line-height: 1.8em;
	}
	
	#cmContent li {
		font-size: 9pt;
		color: #404040;
		line-height: 1.8em;
	}
	