/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	color: #798169;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
}

h1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px;
	font-size: 12px;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}

#p7TMctrl a:link {
	color: #333333;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #000000;
}


/*Sets line-height of menuitems*/
#p7TMnav div {
	/*/*/line-height: 2; /* */
}


/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #9F9E8A;
	margin: 0px;


}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 5px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;

}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	padding: 0 0 0 6px;
	display: block;
	background-color: #9F9E8A;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;

}
#p7TMnav div a:visited {
	color: #FFFFFF;
}
#p7TMnav div a:hover {
	background-color: #CBC5AB;
	border-bottom: 1px solid #333333;
	color: #FFFFFF;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;

}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 10px;
	background-color: #D5CDC1;
	color: #798169;
	font-weight: bold;
	border: 1px solid #FFFFFF;


}
#p7TMnav div div a:visited {
	color: #798169;
}
#p7TMnav div div a:hover {
	color: #333333;
	background-color: #DCD5B9;
}

.p7currentmark { font-weight: bold; color: #884400 !important; }


#P7ShowPL1 {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	visibility: hidden;



}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	background-image: url(../bg.gif);
	background-repeat: no-repeat;
}

#contentlayer{
	border-bottom-color: #9F9E8A;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #798169;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	visibility: visible;
	z-index: 1;
	padding-top: 20px;
	padding-right: 13px;
	padding-bottom: 35px;
	padding-left: 13px;
	height: 336px;





}

a.email:link, a.email:visited{
	color: #798169;
	text-decoration: none;
}

a.email:hover{
	color: #FF9933;
	text-decoration: none;
}
hr {
	color: #9F9E8A;
}
#P7ShowPL1 p {margin:0; padding:0;}