/* Layout-specific */

div.prevnext {
	display: none;
}

table#page {
	color: #000000;
	background-color: #ffffff;
	width: 640px;
}


/* cells which make up the right border */
td.trbor {
	border: 0px;
	text-align: right;
	background-color: #ffffff;
	width: 640px;
}

td.brbor {
	border: 0px;
}

div#searchform {
	display: none;
}

img#logo {
	margin: 13px 13px 14px 0px;
}

td#leftnav {
	display: none;
}

table#maintable {
	width: 640px;
}

td#content {
	width: 640px;
}

td#rightshadow {
	display: none;
}

td.bottomshadow {
	display: none;
}

img.shadow {
	display: none;
}

/* **** Print text formatting ***** */

/* Generic text style definition */
h1, h2, h3, h4, h5, h6, p, blockquote, li, dt, dd, label, input, textarea, select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	color: #1c1c1c;
	/*background-color: #ffffff;*/
}

p {
	margin: 1em 2.5em 1em 2.5em;
	/*letter-spacing: 0.04em;*/
}

/* Text styles */
h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.9em;
	margin: 20px 10px 10px 10px;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.8em;
	margin: 20px 10px 10px 15px;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.8em;/*0.8em*/
	margin-top: 0px;
	margin: 20px 20px 10px 20px;
}

h4 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.7em;
	padding-top: 0px;
	margin-top: 0px;
}

h5 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	padding-top: 0px;
	margin-top: 0px;
}

p.nomargin {
	margin: 0em;
}
p.caption {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
span.smaller {
	font-size: 0.8em;
}


/* ********* Nav Styles *********** */

img.bullet {
	display: none;
}

/* ### Breadcrumb trail ### */
div.bc {
	padding: 2px 0px 2px 9px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #4d4d4d;
	background-color: #ffffff;
	text-align: left;
}

p.bc {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff;
}

p.bc a:link, p.bc a:visited {
	color: #000000;
	
}

p.bc a:active, p.bc a:hover {
	color: #d0d0d0;
}

/* ### Blue sidebar ### */
ul.bluenav {
	margin: 0px;
	padding: 5px 3px 0px 0px;
	line-height: 1em;
}

ul.bluenav li {
	color: #353535;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	list-style-type: none;
}
html>body  ul.bluenav li {
	margin-bottom: 0px;
}

ul.bluenav p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 2px 5px 8px 5px;
}

ul.bluenav a:link, ul.bluenav a:visited {
	color: #3B5E6E;
	text-decoration: none;
}

ul.bluenav a:active, ul.bluenav a:hover {
	color: #101010;
	text-decoration: underline;
}

/* ### White sidebar ### */
ul.whitenav {
	margin: 0px;
	padding: 5px 3px 0px 0px;
	line-height: 1em;
}

ul.whitenav li {
	color: #6d6d6d;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	line-height: 1.2em;
	list-style-type: none;
}
html>body  ul.whitenav li {
	line-height: 1.2em;
	margin-bottom: 3px;
}

ul.whitenav a:link, ul.whitenav a:visited {
	color: #6d6d6d;
	text-decoration: none;
}

ul.whitenav a:active, ul.whitenav a:hover {
	color: #101010;
	text-decoration: none;
}