/* CSS Document */
.preparednesstitlecolor {
	/*color: #6F9642;*/
	color:Black;
}

.TopNav 
{
		font-size: 10pt;

}
div#preparednesspages {
	float: left;
	position: relative;
	left:0px;
	z-index: 5;
	text-align: left;
	font-size: 10pt;
	width:175px;

}
div#preparednesspagelist 
{
	padding: 0;
	left:0px;
	padding-left: 0px;
	margin-left: 0px;
	
	
	border: 0;
	/*background: #DBE5D0;*/
	width:175px;
	display:block;
	overflow:auto;
	
}

div#preparednesspagelist table
{
	padding-left:2px;
	padding-right:2px;
}

div#preparednesspagelist td {
	text-decoration:none;
	list-style:none;
	font-weight: bold;
	padding: 0px 0px 0px 0px ;
	margin: 0;
}
div#preparednesspagelist td.selected {
	background-color: #6F9642;
	width: 200px;
	margin: 0 0 0 -10px;
	padding-left: 20px;
}

div#preparednesscontent {
	border: solid 2px #6F9642;
	background-color: #ffffff;
	margin-left: 180px;
	padding: 15px;
	position: relative;
	z-index: 10;
	width: 735px;
}
/*-------[ View Type ]-------*/
div#viewtype {
	padding: 2px 10px 2px 2px;
	font-variant: small-caps;
}
div#viewtype a{
	color: #ff0000;	
	text-decoration: none;
}
div#viewtype a:hover{
	color: #d6d4d0;	
	text-decoration: none;
}
div#viewtype a#activeview {
	font-weight:bold;
}
