
/* Begin Basic */
*{
	padding:0;
	margin:0;
}
body {
	font-size: 1.0em;
	color: #000000;
	background-color: #CCCCCC;
	font-family:arial,sans-serif;
	padding-top:5px;
	text-align:center;
}
#page-container {
	width:750px;
	margin:0 auto;
	border-top: 3px solid #99FFCC;
	border-bottom: 3px solid #99FFCC;
	border-right: 3px solid #99FFCC;
	text-align:left;
}
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;
	border-top: 3px solid #CCFFFF;
	background-color: #99FFCC;
	border-left: 3px solid #CCFFFF;
}
#header-breadcrumbs {
	clear:both;
	width:750px;
	border-left: 3px solid #CCFFFF;
<!--	padding: 5px 0px 10px 0px; // ->
	background: #99FFCC;
}
	#navigation {
		float:left; 
		width:750px; 
		border:none; 
		background: #CCFFFF; 
		font-size:0.8em;
	}
	#navigation ul {
		list-style-type:none;
	}
	#navigation ul li {
		float:left; 
		position:relative; 
<!--		border-right:1px solid #99FFCC; // -->
		color: #FFFFFF;
	}
	#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:#000080;
	}
	#navigation ul li a:hover {
		color: #99FFCC;
	}
	#navigation ul li:hover {
		color: #FF0000; 
		width:auto;
	}
	#navigation table {
		position:absolute; 
		z-index:999; 
		top:0; 
		left:0; 
	}
	
	/* Begin Non-IE6 */
	#navigation ul li:hover a {
		color: #FFFFFF;
	}
	#navigation ul li:hover a:hover {
		color: #FF0000;
		background-color: #99FFCC;
	}
	#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 #CCFFFF; 
		border-right:solid 1px #CCFFFF; 
		border-bottom: solid 1px #CCFFFF; 
		background-color: #999999; 
		font-weight:normal;
	}
	#navigation ul li:hover ul li a:hover {
		background-color: #99FFCC; 
		color: #FF0000;
	}
	/* End Non-IE6 */
	
	/* Begin IE6 */
	#navigation ul li a:hover {
		color: #FF0000; 
	} /* 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); 
		font-weight:normal; 
		color:FF0000;
	} /*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 {
		color: #FF0000; 
	} /*Color subcells hovering mode*/
	/* End IE6 */
	
	#header-breadcrumbs ul {
		float:left; 
		width:450px; 
		list-style:none; 
		padding:0 0 0 15px;
	}
	#header-breadcrumbs ul li {
		display:inline; 
		padding:0 0 0 10px; 
		background:transparent url(../images/bg_bullet_arrow.gif) no-repeat 0 50%; 
		font-weight:bold; 
		color:rgb(125,125,125); 
		font-size: 0.8em;
	}
	#header-breadcrumbs ul a {
		color:#CCFFFF;
	}
	#header-breadcrumbs ul a:hover {
		color:#FF0000;
	}
	#header-breadcrumbs .searchform {
		float:right; 
		width:250px; 
		padding:0 17px 0px 0px !important /*Non-IE6*/; 
		padding:0 12px 0px 0px /*IE6*/;
	}
	#header-breadcrumbs .searchform form fieldset {
		float:right; border:none;
	}
	#header-breadcrumbs .searchform input.field {
		width:10.0em; 
		padding:0.2em 0 0.2em 0; 
		border:1px solid rgb(200,200,200); 
		font-size:0.8em; 
	}
	#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:0.8em;
	}
	#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;
	border-left: 5px solid #CCFFFF;
	background: #99FFCC;
}
	#body-container images {
		border:0px;
	}
	#body-container images.center {
		clear:both; 
		float:none; 
		margin:0; 
		padding:1px; 
	}
	#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*/;
}
	#body-content h1.pagetitle {
		margin:0 0 0.4em 0; 
		padding:0 0 2px 0; 
		border-bottom:solid 5px; 
		color:000000; 
		font-weight:bold; 
		font-size:1.0em;
	}
	#body-content h1.block {
		clear:both; 
		margin:1.0em 0 0em 0; 
		padding:2px 0 2px 2px; 
		background:FFFFFF; 
		color:CC0066; 
		font-weight:bold; 
		font-size:1.0em;
	}
	#body-content h1 {
		clear:both; 
		margin:1.0em 0 0.5em 0; 
		color:CC0066; 
		font-weight:normal; 
		font-size:10px;
	}
	#body-content h2 {
		clear:both; 
		margin:1.0em 0 0.5em 0; 
		color:CC0066; 
		font-weight:normal; 
		font-size:170%;
	}
	#body-content h3 {
		clear:both; 
		margin:-1.0em 0 0.5em 0; 
		color:CC6666; 
		font-weight:normal; 
		font-size:130%;
	}
	#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:CC0066; 
		font-weight:normal; 
		font-size:170%;
	}
	#body-content h5 {
		margin:1.5em 0 1.0em 0; 
		color:FFFF00; 
		font-size:140%;
	}
	#body-content h6 {
		margin:1.2em 0 0.2em 0; 
		color:CC0066; 
		font-weight:bold; 
		font-size:120%;
	}
	#body-content p {
		margin:0 0 1.0em 0; 
		line-height:1.5em; 
		font-size: 0.8em;
		text-align: justify;
	}
	#body-content p a, #body-content p a:visited{
		color: #000080;
	}
	#body-content p a:hover{
		color: #FF0000;
	}
	#body-content p.center {
		text-align:center;
	}
	#body-content p.right {
		text-align:right;
	}
	#body-content p.details {
		clear:both; 
		margin:0; 
		font-size:0.6em;
	}
	#body-content p.error{
		text-align:center; 
		color: #FF0000;
	}
	#body-content p.page_nav{
		font-size: 0.8em; 
		color: #FFFF00;
	}
	#body-content p.page_nav a,#body-content p.page_nav a:visited{
		color: #000080;
	}
	#body-content p.page_nav a:hover{
		color: #FF0000;
	}
	#body-content blockquote {
		clear:both; 
		margin:0 30px 0.6em 30px; 
		font-size:90%;
	}
	#body-content table {
		clear:both; 
		width:650px; 
		margin:.5em 0 0.2em 20px; 
		table-layout: fixed; 
		border-collapse:collapse; 
		empty-cells:show; 
		background-color: #CCFFFF;
	}
	#body-content table td {
		padding:2px 7px 2px 7px; 
		border:solid 2px #CCFFFF; 
		background-color: #FFFFCC; 
		text-align:left; 
		font-weight:normal; 
		color:FFFF00; 
	}
	#body-content table .th {
		font-size: 0.8em;
		text-align:center;
		font-weight:bold;
	}
	#body-content table p {
		margin: 0;
		font-size: 0.8em;
	}
	#body-content table p .date {
		font-style: italic;
	}
	#body-content table p a, #body-content table p a:visited{
		color: #000080;
	}
	#body-content table p a:hover{
		color: #FF0000;
	}
	#body-content table h1 {
		margin: 0; 
		font-size:0.9em;
	}
	#body-content table h1 a, #body-content table h1 a:visited {
		color: #000080; 
		font-weight:bold;
	}
	#body-content table h1 a:hover{
		color: #FF0000; 
		font-weight:bold;
	}
	#body-content table h2 {
		margin: 0; 
		font-size:0.7em;
	}
	#body-content table h2 a, #body-content table h2 a:visited {
		color: #000030; 
		font-weight:normal;
	}
	#body-content table h2 a:hover{
		color: #FF0000; 
		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: #000080;
	}
	#body-content ul a:hover{
		color: #FF0000;
	}
	#body-content ul li {
		margin:0 0 0.2em 2px; 
		padding:0 0 5px 12px; 
		background:url(../images/bg_bullet_full_1.gif) no-repeat 0 0.5em; 
		font-size:0.8em;
	}
	#body-content ul li span.url{
		color: #003300; 
		font-size: 0.7em;
	}
	#body-content ul li span.small{
		font-size: 0.7em; 
		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:000000; 
		font-weight:normal; 
		text-decoration:none;
	}
/* End Body */

/* Footer */
#footer {
	clear:both;
	width:750px;
	padding: 5px 0px 5px 0px;
	background: #CCFFFF;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
	#footer p {
		line-height:1.3em; 
		text-align:center; 
		color: #FFFFFF; 
		font-weight:bold; 
		font-size:0.8em;
	}
	#footer p.credits {
		font-weight:normal;
	}
	#footer a, #footer a:visited  {
		color: #000080;
	}
	#footer a:hover{
		color: #FF0000;
	}
/* 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:000000; 
	margin: 4px 0px 2px 0px;
}
/* End Extra */
