p {
	font: 8pt/16pt Verdana;
}

a:link, a:visited { 
	color:#666666; 
	text-decoration:underline;
}

a:hover { 
	color:#666633; 
	text-decoration:underline; 
	cursor:hand;
}

a:active { 
	color:#666633; 
	text-decoration:underline;
}

/*-------------------------------------*/

#Container {
	/*background: #000000;*/
	padding: 0px 0px 0px 100px;
	margin: 0px;	
}

#headerImg {
	background: url(blogHeader.jpg) no-repeat top left;
	width: 800px;
	height: 200px;
	margin-top: 0px;
	clear: both;
	/*float: left;*/
}

#headerText {
	/*background: #3366CC;*/
	margin-top: 0px;
	color: #003366;
}

/*#postContainer {
	padding: 0px 0px 0px 100px;
	margin: 0px;
}*/

#postTitle {
	background: url(../bluePixel.gif) repeat-x bottom left;
	width: 600px;
	height: 14pt;
	margin-top: 50px;
	color: #003366;
	font-weight:bold;
}

#postArea {
	/*background: #FFCC66;*/
	margin-top: 25px;
	width: 600px;
	color: #666666;
	/*float: left;*/
}

/*#archiveContainer {
	padding: 
}*/

#archiveContainer{
	/*background: #CCFFFF;*/
	/*padding: 0px 0px 0px 640px;*/
	position: absolute;
	margin-left: 640px;
	top: 272px;
	/*clear: right;*/
	}

#archiveTitle {
	background: url(../bluePixel.gif) repeat-x bottom left;
	width: 160px;
	height: 14pt;
	margin-top: 0px;
	/*margin-left: 625px;*/
	color: #003366;
}

#archiveContent {
	/*background: #FF9999;*/
	margin-top: 25px;
	color: #666666;
}
	
/*-------------------------------------*/

.typeDate {
	font-size: 7pt;
	color: #999999;
}

.embolden {
	font-weight: bold;
}

.paragraph {
	line-height: 1.4;
}

.noLine {
	text-decoration: none;
}

/*-------------------------------------*/