body {
	background-image: url(images/bodyBackground.png);
	background-repeat: repeat-x;
	background-color: #3985c3;
}

.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/primaryNavigationBackground.png);
	background-repeat: no-repeat;
}

.contentContainer {
	background-color: white;
	height: 400px;;
}

.sidebar {
	background-color: #ebebeb;
	height: 400px;
}

.content {
	background-color: white;
	height: 400px;
}

.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: 12pt;
	line-height: 1.6em;
	padding: 0 20 0 20;
}

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

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

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

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

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

.sidebar a:hover {
	color: blue;
	text-decoration: none;
}
	
.footer {
	background-color: #575757;
	height: 150px;
}

.footer p, .footer td {
	font-size: 10pt;
	padding: 0 10 0 10;
}

.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;
	}
	