/* CSS Document */
body {
	background-color: #999999;
	font-size: 12pt;
	font-family: serif;
	color: #000000;
}

a:link {
	
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


a:visited {
	color: #666666;
	text-decoration: none;
}

a:visited:hover {
	color: #000000;
	text-decoration: underline;
}

.wrapper {
	top: 10px;
	width: 800px;
	border: 2px solid #000000;
}
	
.menu {
	background-color: #ffffff;
}

.content {
	background-color:#ffffff;
	color:#000000;
	padding: 10px 20px 20px 20px;
	text-align: left;
	min-height: 300px;
}

/* for IE */
/*\*/
* html .content {

	height: 300px;

}
/**/

.excerpt{
	padding: 0px 50px 0px 50px;
}

h2 {
	background: #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	width: 730px;
	padding: 5px 10px 5px 10px;
}

.tdButton a{
	display: block;
	width:128px;
	height: 20px;
	border: 2px solid #ffffff;
	background-color:#cccccc;
	text-align:center; 
	font-family: sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.tdButton a:hover{
	background-color:#c0f8b1;
	color:#000000;
	text-decoration: none;
}

.tdButtonSel a{
	display: block;
	width:128px;
	height: 20px;
	border: 2px solid #ffffff;
	background-color:#c0f8b1;
	text-align:center; 
	font-family: sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.tdButtonSel a:hover{
	text-decoration: none;
}

.blogBox {
	width: 730px;
	border: 2px solid #cccccc;
	padding: 5px 10px 5px 10px;
}	

.excerpt {
	margin: 10px 50px 50px 50px;
}

.excerpt p{
	margin-top: 30px;
	line-height: 150%;
}