/* Begin Basic */
*{
	padding:0;
	margin:0;
}
body {
	font-size: 12px;
	color: #999999;
	background-color: #000000;
	font-family:arial,sans-serif;
	padding-top:10px;
	text-align:center;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}
#page-container {
	width:750px;
	margin:0 auto;
	text-align:left;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
a, a:hover{
	text-decoration: none;
}
img{
	border: 0px;
}
br {
	margin:0;
	padding:0;
	line-height:0;
}
/* End Basic */

/* Begin Header */
#header {
	width:750px;
}
#header-top{
	text-align:center;
	background-color: #666666;
	border-top-width: 0px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header-breadcrumbs {
	clear:both;
	width:750px;
	border-left-style: none;
	background-color: #F1F5EF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
	#navigation {
	float:left;
	width:750px;
	border:none;
	font-size:10px;
	background-color: #B1CDA3;
	}
	#navigation ul {
		list-style-type:none;
	}
	#navigation ul li {
		float:left; 
		position:relative; 
		border-right:1px solid #666666; 
		color: #000000;
	}
	#navigation ul li ul {
		display:none; 
		border:none;
	}
	#navigation ul li ul {
		margin-left:-30px; 
		padding:0 30px 30px 30px;
	}
	#navigation ul li a, #navigation ul li a:visited {
	float:left;
	display:block;
	height:3.1em;
	line-height:3.1em;
	padding:0 16px 0 16px;
	font-weight:bold;
	color:#000000;
	background-color: #B1CDA3;
	}
	#navigation ul li a:hover {
		background-color: #DAE7D3; 
		color: #000000;
	}
	#navigation ul li:hover {
		background-color: #DAE7D3; 
		color: #000000; 
		width:auto;
	}
	#navigation table {
		position:absolute; 
		z-index:999; 
		top:0; 
		left:0; 
		border-collapse:collapse;
	}
	
	/* Begin Non-IE6 */
	#navigation ul li:hover a {
		color: #000000;
	}
	#navigation ul li:hover a:hover {
		color: #000000;
		background-color: #DAE7D3;
	}
	#navigation ul li:hover ul {
		display:block; 
		width:10.0em; 
		position:absolute; 
		z-index:998; 
		top:3.0em; 
		margin-top:0.1em; 
		left:0;
	}
	#navigation ul li:hover ul li ul {
		display: none;
	}
	#navigation ul li:hover ul li a {
		display:block; 
		width:10.0em; 
		height:auto; 
		line-height:1.3em; 
		margin-left:-1px; 
		padding:4px 16px 4px 16px; 
		border-left:solid 1px #33CC33; 
		border-right:solid 1px #33CC33; 
		border-bottom: solid 1px #33CC33; 
		background-color: #999999; 
		font-weight:normal;
	}
	#navigation ul li:hover ul li a:hover {
		background-color: #666666; 
		color: #CCCCCC;
	}
	/* End Non-IE6 */
	
	/* Begin IE6 */
	#navigation ul li a:hover {
		color: #000000; 
	} /* Color main cells hovering mode */
	#navigation ul li a:hover ul {
		display:block; 
		position:absolute;
		z-index: 998; 
		top:3.1em; 
		top:3.0em; 
		left:0; 
		margin-top:0.1em;
	}
	#navigation ul li a:hover ul li a {
		display:block; 
		width:10.0em; 
		height:1px; 
		line-height:1.3em; 
		padding:4px 16px 4px 16px; 
		border-left:solid 1px rgb(175,175,175); 
		border-bottom: solid 1px rgb(175,175,175); 
		background-color:rgb(237,237,237); 
		font-weight:normal; 
		color:rgb(50,50,50);
	} /*Color subcells normal mode*/
	#navigation ul li a:hover ul li a ul {
		visibility:hidden; 
		height:0px; 
		width:0px; 
		position:absolute; 
		z-index: 997;
	}
	#navigation ul li a:hover ul li a:hover {
		background-color: #666666; 
		color: #FFFFFF; 
	} /*Color subcells hovering mode*/
	/* End IE6 */
	
    #header-breadcrumbs {
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
	
	#header-breadcrumbs ul {
	float:left;
	width:450px;
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	}
	#header-breadcrumbs ul li {
	display:inline;
	background:transparent url(../images/bg_bullet_arrow.gif) no-repeat 0 50%;
	font-weight:bold;
	color:rgb(125,125,125);
	font-size: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 0;
	}
	#header-breadcrumbs ul a {
		color:#000099;
	}
	#header-breadcrumbs ul a:visited {
		color:#666666;
	}
	#header-breadcrumbs ul a:hover {
		color:#CC0000;
	}
	#header-breadcrumbs ul a:active{
		color:#33CC00;
	}
	#header-breadcrumbs .searchform {
		float:right; 
		width:250px; 
		padding:0 17px 0px 0px !important /*Non-IE6*/; 
		padding:0 12px 0px 0px /*IE6*/;
	}
.searchform {
	margin-bottom: 15px;
}

	#header-breadcrumbs .searchform form fieldset {
		float:right; border:none;
	}
	#header-breadcrumbs .searchform input.field {
		width:10em; 
		padding:0.2em 0 0.2em 0; 
		border:1px solid rgb(200,200,200); 
		font-size:11px; 
	}
	#header-breadcrumbs .searchform input.button {
		width:4.5em; 
		padding:1px !important /*Non-IE6*/; 
		padding:0 /*IE6*/; 
		background:rgb(230,230,230); 
		border:solid 1px rgb(150,150,150); 
		text-align:center; 
		color:rgb(150,150,150); 
		font-size:10px;
	}
	#header-breadcrumbs .searchform input.button:hover {
		cursor:pointer; 
		border:solid 1px rgb(80,80,80); 
		background:rgb(220,220,220); 
		color:rgb(80,80,80);
	}
/* End Header */

/* Begin Body */
#body-container {
	clear:both;
	width:750px;
	padding-bottom:30px;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 20px;
}
	#body-container images {
		border:0px;
	}
	#body-container images.center {
		clear:both; 
		float:none; 
		margin:0; 
		padding:1px; 
		border:1px solid rgb(150,150,150);
	}
	#body-container images.right {
		clear:both; 
		float:right; 
		margin:3px 0 7px 10px; 
		padding:1px; 
		border:1px solid rgb(150,150,150);
	}

#body-content {
	display:inline;
	float:left;
	width:690px;
	margin:0 0 0 30px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	text-align: left;
}
	#body-content h1.pagetitle {
		margin:0 0 0.4em 0; 
		padding:0 0 2px 0; 
		border-bottom:solid 7px rgb(225,225,225); 
		color:rgb(100,100,100); 
		font-weight:bold; 
		font-size:14px;
	}
	#body-content h1.block {
		clear:both; 
		margin:1.0em 0 0em 0; 
		padding:2px 0 2px 2px; 
		background:rgb(190,190,190); 
		color:rgb(255,255,255); 
		font-weight:bold; 
		font-size:12px;
	}
	#body-content h1 {
	clear:both;
	color:#006600;
	font-weight:bold;
	font-size:16px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: center;
	}
	#body-content h2 {
		clear:both; 
		margin:1.0em 0 0.5em 0; 
		color:rgb(80,80,80); 
		font-weight:normal; 
		font-size:13px;
	}
	#body-content h3 {
		clear:both; 
		margin:-1.0em 0 0.5em 0; 
		color:rgb(125,125,125); 
		font-weight:normal; 
		font-size:12px;
	}
	#body-content h1.side {
		clear:none;
	}
	#body-content h2.side {
		clear:none;
	}
	#body-content h3.side {
		clear:none;
	}
	#body-content h4 {
		margin:1.5em 0 1.0em 0; 
		color:rgb(80,80,80); 
		font-weight:normal; 
		font-size:170%;
	}
	#body-content h5 {
		margin:1.5em 0 1.0em 0; 
		color:rgb(80,80,80); 
		font-size:140%;
	}
	#body-content h6 {
		margin:1.2em 0 0.2em 0; 
		color:rgb(80,80,80); 
		font-weight:bold; 
		font-size:120%;
	}
	#body-content p {
		margin:0 0 1.0em 0; 
		line-height:1.5em; 
		font-size: 10px;
		text-align: justify;
	}
	#body-content p a, #body-content p a:visited{
		color: #666666;
	}
	#body-content p a:hover{
		color: #CCCCCC;
	}
	#body-content p.center {
		text-align:center;
	}
	#body-content p.right {
		text-align:right;
	}
	#body-content p.details {
	clear:both;
	font-size:11px;
	text-align: center;
	font-weight: bold;
	margin-top: 40;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #660000;
	}
	#body-content p.error{
		text-align:center; 
		color: #FF0000;
	}
	#body-content p.page_nav{
	font-size: 10px;
	color: #666666;
	margin-top: 15px;
	margin-left: 15px;
	text-align: right;
	}
	#body-content p.page_nav a,#body-content p.page_nav a:visited{
		color: #666666;
	}
	#body-content p.page_nav a:hover{
		color: #00CC00;
	}
	#body-content blockquote {
		clear:both; 
		margin:0 30px 0.6em 30px; 
		font-size:90%;
	}
	#body-content table {
	clear:both;
	width:550px;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color: #F8FAF8;
	margin-right: auto;
	margin-left: auto;
	}
	#body-content table td {
	padding:2px 7px 2px 7px;
	background-color: #FFFFFF;
	text-align:left;
	font-weight:normal;
	color:rgb(80,80,80);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	#body-content table .th {
		font-size: 10px;
		text-align:center;
		font-weight:bold;
	}
	#body-content table p {
		margin: 0;
		font-size: 10px;
	}
	#body-content table p .date {
		font-style: italic;
	}
	#body-content table p a, #body-content table p a:visited{
		color: #666666;
	}
	#body-content table p a:hover{
		color: #999999;
	}
	#body-content table h1 {
	margin: 0;
	font-size:12px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	}
	#body-content table h1 a, #body-content table h1 a:visited {
		color: #000000; 
		font-weight:bold;
	}
	#body-content table h1 a:hover{
		color: #999999; 
		font-weight:bold;
	}
	#body-content table h2 {
		margin: 0; 
		font-size:9px;
	}
	#body-content table h2 a, #body-content table h2 a:visited {
		color: #000000; 
		font-weight:normal;
	}
	#body-content table h2 a:hover{
		color: #999999; 
		font-weight:normal;
	}
	#body-content table td.center{
		text-align:center; 
		margin: 0; 
		padding:0;
	}
	#body-content ul {
		list-style:none; 
		margin:0.5em 0 1.0em 0;
	}
	#body-content ul a, #body-content ul a:visited{
	color: #003399;
	font-weight: bold;
	}
	#body-content ul a:hover{
		color: #339900;
	}
	#body-content ul li {
	background:url(../images/bg_bullet_full_1.gif) no-repeat 0 0.5em;
	font-size:11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 12px;
	}
	#body-content ul li span.url{
	color: #999999;
	font-size: 10px;
	font-style: italic;
	}
	#body-content ul li span.small{
		font-size: 9px; 
		font-weight: bold;
	}
	#body-content ol {
		margin:0.5em 0 1.0em 20px !important /*Non-IE6*/; 
		margin:0.5em 0 1.0em 25px /*IE6*/;
	}
	#body-content ol li {
		list-style-position:outside; 
		margin:0 0 0.2em 0; 
		line-height:1.4em; 
		font-size:120%;
	}
	#body-content div.ads{
		text-align:center;
	}
	#body-content h1 a {
		color:rgb(70,122,167); 
		font-weight:normal; 
		text-decoration:none;
	}
/* End Body */

/* Footer */
#footer {
	clear:both;
	width:750px;
	padding: 5px 0px 5px 0px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #B1CDA3;
}
	#footer p {
		line-height:1.3em; 
		text-align:center; 
		color: #003300; 
		font-weight:bold; 
		font-size:10px;
	}
	#footer p.credits {
		font-weight:normal;
	}
	#footer a, #footer a:visited  {
		color: #000000;
	}
	#footer a:hover{
		color: #CCCCCC;
	}
/* End Footer */

/* Begin Extra */
#page-container:after, #header:after, #header-breadcrumbs:after, #body-container:after, #body-content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#footer:after, p:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear-contentunit {
	clear:both; 
	width:690px; 
	height:0.1em; 
	border:none; 
	background:rgb(210,210,210); 
	color:rgb(210,210,210); 
	margin: 4px 0px 2px 0px;
}

#catlistcontainer {
	text-align: center;
}
#cathead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	text-align: left;
	margin-left: 50px;
	margin-bottom: 8px;
}


#catlist {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 10px solid #F8F5EF;
}

#searchboxcontainer {
	text-align: center;
	margin-bottom: 30px;
}
#homedesc {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 35px;
	background-color: #F0F7F0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#homedesc p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#searchboxhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-align: left;
	margin-left: 65px;
	margin-bottom: 4px;
	margin-top: 4px;
}


#searchboxlist {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 10px solid #F8F5EF;
}


#linkstables {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#sourcestatement {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#info {
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	background-color: #FFFFFF;
	width: 640px;
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
#catdesctop {

}
#catdesctop h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
#adstop {
	width: 728px;
	text-align: center;
	margin-left: -20px;
	margin-bottom: 25px;
}
#leftads{
	float: none;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
#adblocklateral{
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 18px;
	background-color: #B1CDA3;
	margin-left: -10px;
}
#adimage{
	float: right;
	padding-top: 25px;
	margin-right: 50px;
}
#wideadblock{
	width: 728px;
	margin-top: 10px;
	margin-left: 8px;
}
#dividerdiv{
	background-color: #B1CDA3;
	height: 18px;
	width: 750px;
	color: #000000;
	float: none;
	padding-top: 4px;
	margin-bottom: 10px;
	margin-left: -10px;
}
