/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}
/*grids.css*/body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.3em;min-width:750px;}#doc2{width:73.074em;*width:71.313em;min-width:950px;}#doc3{margin:auto 10px;width:auto;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:14.8456em;*margin-left:14.512em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-u,.yui-g .yui-g,.yui-gc .yui-u,.yui-gc .yui-g .yui-u,.yui-ge .yui-u,.yui-gf .yui-u{float:right;display:inline;}.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g{width:49.1%;}.yui-g .yui-g .yui-u,.yui-gc .yui-g .yui-u{width:48.1%;}.yui-gb .yui-u,.yui-gc .yui-u,.yui-gd .yui-u{float:left;margin-left:2%;*margin-left:1.895%;width:32%;}.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge .yui-u{width:24%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-gf div.first{width:24%;}.yui-ge div.first{width:74.2%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}


/* Layout stuff */
body {
	font-family:arial, sans-serif;
	color:#19191A;
	background-color:#D0D0D0;
}

#doc2 {
	background-color:#FFFFFF;
	border:1px solid #606060;
	background-image:url("menu-bak.gif");
	background-repeat:repeat-y;
}

#header {
	height:110px;
	color:#ffffff;
	background-image:url("header2.jpg");
	background-repeat:no-repeat;
	border-bottom:4px solid #0075BF;
}

#content {
	padding:0px 10px 10px 0px;
	background-color:#FFFFFF;
	min-height:400px;
	border:1px solid #ffffff;
}

#footer {
	color:#ffffff;
	background-color:#0075BF;
	text-align:center;
	padding:3px 0px;
}

#trail
{
	padding:2px 2px 2px 180px;
	color:#606060;
	background-color: #e0e0e0;
	font-size:0.8em;
}

#trail a:visited, #trail a:link
{
	color:#606060;
	text-decoration:none;
}

#trail a:hover
{
	text-decoration:underline;	
}

/* Menu specific styles */

#left_menu {
			
}

#left_menu a
{
	display:block;
}

#left_menu a:hover
{
	text-decoration:underline;
}

.top_normal:link, .top_normal:visited 
{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#206BA4; 
	border-top:1px solid #ffffff;
	background-image:url("white-triangle.gif"); 
	background-position: 5px 50%; 
	background-repeat: no-repeat;
	padding:5px 5px 5px 15px; 
}
.top_selected:link, .top_selected:visited
{
	color:#ffffff;
	background-color:#4D4D4D;
	text-decoration:none;	
	border-top:1px solid #ffffff;
	background-image:url("white-triangle.gif"); 
	background-position: 5px 50%; 
	background-repeat: no-repeat;
	padding:5px 5px 5px 15px; 
}	
.top_open:link, .top_open:visited
{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#206BA4; 
	border-top:1px solid #ffffff;
	background-image:url("white-triangle.gif"); 
	background-position: 5px 50%; 
	background-repeat: no-repeat;
	padding:5px 5px 5px 15px; 
}
.sub_normal:link, .sub_normal:visited
{
	color:#000000;
	text-decoration:none;
	background-color:#ffffff;
	border-top:1px solid #4D4D4D;
	background-image:url("red-triangle.gif"); 
	background-position: 15px 50%; 
	background-repeat: no-repeat;
	padding:5px 5px 5px 25px; 
}
.sub_selected:link, .sub_selected:visited
{
	color:#ffffff;
	background-color:#4D4D4D;
	text-decoration:none;	
	border-top:1px solid #ffffff;
	background-image:url("white-triangle.gif"); 
	background-position: 15px 50%; 
	background-repeat: no-repeat;
	padding:5px 5px 5px 25px; 
}

/* Editor specific styles */

.edit {
	padding:10px;
	text-align:left;
	background-color:#ffffff;
}

.edit td
{
	border:1px dashed #F58A0C;	
}

/* Content area stuff */

.html_content h1 {
	margin: 0.7em 0.0em;
	font-size:1.6em;
	font-weight:bold;
	color:#206BA4; 	
}

.html_content h2 {
	margin: 0.7em 0.0em;
	font-size:1.4em;
	font-weight:bold;
	color:#4D4D4D;
}

.html_content h3 {
	margin: 0.7em 0.0em;
	font-size:1.0em;
	font-weight:bold;
	color:#206BA4; 
}

.html_content h4 {
	margin: 0.7em 0.0em;
	font-size:1.0em;
	font-weight:normal;
	color:#ffffff;
	background-color:#E75731;
	padding:4px;
}

.html_content h5 {
	margin: 0.7em 0.0em;
	font-size:1.0em;
	font-weight:bold;
	color:#206BA4; 	
}

.html_content h6 {
	margin: 0.7em 0.0em;
	font-size:1.0em;
	font-weight:bold;
	color:#206BA4; 	
}

.html_content p {
	margin: 0.7em 0.0em;
	font-size:1.0em;
	font-weight:normal;
}

.html_content table {
	border-collapse:collapse;
}

.html_content table td {
	text-align:left;
	vertical-align:top;
}

.html_content table.data {
	border:1px solid #606060;
	border-collapse:collapse;
}

.html_content table.data td {
	border:1px solid #606060;
	padding:4px;
}

.html_content table.layout {
}

.html_content table.layout td {
	padding:5px;
}

.html_content .edit td {
	border:1px dashed #F58A0C;	
}

.html_content img {
	margin:0px 5px;
	border: 0px;
}

.html_content ul {
	list-style: disc;
	margin-left: 2.0em;
}

.html_content ul ul {
	list-style: circle;
}

.html_content ul ul ul {
	list-style: square;
}

.html_content ol {
	list-style: decimal;
	margin-left: 2.0em;
}

.html_content b, .html_content strong {
	font-weight:bold;
}

.html_content i, .html_content em {
	font-style: italic;
}

