/* CSS Document */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:100;
	color:black;
	background-color: white;
	width:100%;
}


.default #top_container, .wide #top_container {
	border-top:1px dashed #c7b299;
	border-bottom:1px dashed #c7b299;
	padding-top:14pt;
	padding-bottom:14pt;
	clear:both;
	float:none;
	width:100%;
	background-color: white;
}

#top_container_right { 
	/*display:none;
	visibility:hidden;*/
}



/* container for bottom area with copyright, etc. */
.default #bottom_container, .wide #bottom_container {
	padding-top:10pt;
	margin:0pt;
	text-align:center;
	font-size:6pt;
	color:black;
	border-top:1pt dashed #c7b299;
	width:95%;
}

.default #centering_container, .wide #centering_container { width: 100%; }

.default #main_container, .wide #main_container { width:100%;}


/* container for positioning of content area inside the main area */
.default #content_container, .wide #content_container {
	width:100%;
	background-image:none;
	left:0px;
	float:none;
}


/* actual content area with right border */
.default #content_area, .wide #content_area {
	width:100%;
	background:none;
	right:0px;
	padding:0px;
	margin:0px;
	min-height:0px;
}


/* actual content goes here */
.default #content, .wide #content {
	width:100%;
	padding:0px;
	margin:0px;
	height:auto;
}

.default #subcontent, .wide #subcontent {
	width:95%;
	padding:0px;
	border:0px;
	float:none;
	padding-left:0px;
	margin:0px;
}


/* top right rounded corner */
#content_topright {
	background:none;
	right:0px;
	display:none;
	visibility:hidden;
}


/* bottom left rounded corner */
#content_bottomleft {
	background:none;
	top:0px;
	display:none;
	visibility:hidden;
}


/* bottom right rounded corner */
#content_bottomright {
	background:none;
	right:0px;
	margin:0px 0 0 0;
	display:none;
	visibility:hidden;
}


/* container for navigation bar */
#nav {
	display:none;
	visibility:hidden;
}


#submenu {
	display:none;
	visibility:hidden;
}


p {
	line-height:16pt;
}

blockquote {
	line-height: 16pt;
}



h1 {
	padding-top:16pt;
	font-size:16pt;
}


h2 {
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	font-size:14pt;
	font-weight:normal;
	color:#005172;
}






blockquote {
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}

