/* 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:186px;

}
div#preparednesspagelist 
{
	padding: 0;
	left:0px;
	padding-left: 0px;
	margin-left: 0px;
	
	
	border: 0;
	/*background: #DBE5D0;*/
	width:186px;
	display:block;
	overflow:auto;
	
}

div#preparednesspagelist table 
{
	width:186px;
}

div#preparednesspagelist td {
	text-decoration:none;
	list-style:none;
	font-weight: bold;
	padding: 3px 0px 3px -10px;
	margin: 0;
}
div#preparednesspagelist td.selected {
	background-color: #6F9642;
	width: 186px;
	margin: 0 0 0 -10px;
	padding-left: 20px;
}

div#preparednesscontent {
	/*border: solid 2px #6F9642;*/
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	background-color: #ffffff;
	margin-left: 190px;
	padding: 0px 15px 15px 15px;
	/*position: relative;*/
	z-index: 10;
	width: 760px;
}
.preparednessarea
{
	width: 760px;
}

/*-------[ 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;
}

.preparednessMenu
{
	background-color:#FFFFFF;
}
