/****************************************************************************************
																  >> General Selectors << 
*****************************************************************************************/
html, body {
	margin: 0; 
	padding: 0;
	border: 0;
}
body {
	color: #000;
	font: 11pt/1.4 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
a:link, a:visited {
	text-decoration: none; 
	color: #000;
}
a:hover {text-decoration: none;}
p {
	margin: 0 0 1.5em;
	line-height: 1.6;
}
ul, ol, dl {
	margin: 0 0 1.5em 20px;
	padding: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
abbr {border-bottom: 0;}
:focus {outline: 0;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 0.90em;
	font: bold 15pt/1.5 Arial, Helvetica, sans-serif;
	color: #000;
}
h2,h3,h4,h5,h6 {
	font-size: 12pt;
	margin-bottom: 0.20em;
}
h3,h4,h5,h6 {font-size: 12pt;}
h3,
#page_home #primary_content h2 {margin-bottom: 1.5em;}

#primary_content p + ul {margin-top: -1.1em;}

/****************************************************************************************
																		  >> Structure << 
*****************************************************************************************/

/*-------------------------------------------Hide Elements---*/
.hide,
#nav,
#banner {display: none;}

/*-------------------------------------------Show Elements---*/
#wrapper {width: 100%;}

h1#logo {
	border-bottom: 5px solid #000;
	padding-bottom: 5px;
	margin: 0;
	font-size: 23pt;
	line-height: 1.3;
}
	h1#logo a {
		color: #000; 
		text-decoration: none;
	}
	h1#logo a em {
		display: block;
		font-size: 13pt;
	}
	
#main_content {margin: 20px 0;}
#main_content #primary_content {
	border-bottom: 1px solid #000;
	padding-bottom: 6px;
	margin-bottom: 15px;
}
#main_content #sub_content {text-align: center;}
#main_content #sub_content img#bar_graphic {
	margin: 0 auto 15px auto;
	display: block;
	border: 1px solid #000;
	padding: 2px;
}
#main_content #sub_content h2 {
	margin-bottom: 0.05em;
	font-size: 18pt;
	line-height: 1.25;
	text-align: center;
}
#main_content #sub_content p {
	font-size: 13pt;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 0;
	text-align: center;
}
#main_content #sub_content p em {
	font-style: normal;
	font-size: 15pt;
}
#main_content #sub_content p.sml_txt {
	margin-bottom: 0.90em;
	line-height: 1.3;
	font-weight: normal;
	font-size: 10pt;
}
	
#footer {
	border-top: 2px solid #666;
	padding-top: 5px;
	padding-left: 5px;
}
	#footer p {
		margin: 0;
		font: normal 8pt Arial, Helvetica, sans-serif;
		color: #666;
		line-height: normal;
	}

