	
	body {
		margin: 0;
		background-image: url(images/background.png);
		background-repeat: repeat-x;
		font-family: arial;
		background-color: white;
	}
	
	#cmWrapper {
		margin-top: 10px;
		width: 900px;
		border: 1px solid #D8DFE9;
		background-color: white;
		height: 400px;
	}
	
.masthead {
	width: 951px;
	background-image: url(images/masthead.png);
	background-repeat: no-repeat;
	height: 112px;
	overflow: hidden;
}

.masthead h1 {
	font-size: 14pt;
	color: #800000;
	padding: 32 0 0 140;
}

.navigation {
	background-color: #800000;
	height: 30px;
}


.main {
	background-color: white;
}

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

.footer {
	text-align: center;
	font-size: 9pt;
}

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

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

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

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

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

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

.content h1 {
	font-size: 13pt;
	color: #891b36;
	padding: 0 10 0 10;
}

.content h2 {
	font-size: 11pt;
	color: #800040;
	font-weight: bold;
}

.content p {
	font-size: 11pt;
	padding: 0 10 0 7;
}

.controlBar {
	width: 100%;
	height: 20px;
	background-color: #697E9D;
	color: white;
	font-size: 8pt;
	margin: 0;
	padding: 5 5 10 5;
	font-family: verdana;
	text-align: center;
}	

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

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

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

.linksTable {
	border: 1px solid #C8D2DC;
	border-collapse: collapse;
	font-size: 9pt;
	padding: 0 15 0 15;
	margin-left: 15;	
}

.linksTable th {
	font-weight: bold;
	background-color: #C8D2DC;
	color: black;
	padding: 10px;
	border: 1px solid;
	font-size: 11pt;
}

.linksTable td {
	background-color: #F4F4F4;
	border: 1px solid;
	padding: 10px;
}

.blogEntry {
	padding: 10 0 10 0;
}

.blogDate {
	color: gray;
	font-size: 8pt;
	padding: 0 15 2 15;
	letter-spacing: 2px;
}

.blogTitle {
	font-size: 12pt;
	font-weight: bold;
	padding: 0 15 2 15;
}

.blogText {
	font-weight: normal;
	line-height: 1.6em;
	padding: 0 15 2 15;
}

.blogText p {
	padding: 0 15 2 15;
	font-weight: normal;
	line-height: 1.6em;
}

.blogText li {
	padding: 0 15 2 15;
	font-weight: normal;
	line-height: 1.6em;
}

.blogFooter {
	margin: 0 15 0 15;
	padding: 0 15 2 15;
	color: gray;	
	letter-spacing: 1.5px;
	border-bottom: 1px dashed gray;
	margin-bottom: 30px;
}

.blogFooter a:link {
	text-decoration: underline;
	color: gray;	
}

.blogFooter a:visited {
	text-decoration: underline;
	color: gray;		
}

.blogFooter a:hover {
	text-decoration: none;
	color: gray;		
}

.blogFooterLeft {
	font-size: 8pt;
	text-align: left;
	/*padding-left: 10px;*/
}

.blogFooterRight {
	font-size: 8pt;
	float: right;
	text-align: right;
	/*padding-right: 10px;*/
}

.blogText p {
	padding: 0 0 0 0;
}

.blogComments {
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.6em;
}

.blogCommentsTitle {
	font-size: 11pt;
	font-weight: bold;
	padding: 5 2 5 2;
	letter-spacing: 3px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	width: 100%;
}

.blogCommentsFooter {
	color: gray;
	border-bottom: 1px dotted gray;
	padding: 0 0 20 0;
}

.previousPostsBox {
	line-height: 1.6em;
	padding-left: 5px;
	padding-right: 5px;
}

.previousPostsTitle {
	letter-spacing: 3px;
	font-weight: bold;
	color: black;
	border-bottom: 1px dashed gray;
}

.previousPostsLinks h3 {
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 8pt;
	display: inline;
}

.blogHomeArchiveBox {
	line-height: 1.6em;
	padding-left: 5px;
	padding-right: 5px;
}

.blogHomeArchiveTitle {
	letter-spacing: 3px;
	font-weight: bold;
	color: black;
	border-bottom: 1px dashed gray;
}	
	
	
	#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;
	}

