body {
	background-color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	
	font-size: 13px;
	padding: 0px;
}

#leftColumn {
	width: 170px;
	float: left;
}

#bodyColumn {
	margin-right: 1.5em;
	margin-left: 197px;
}

td,select,input,li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

code {
	font-size: 12px;
}

a {
	text-decoration: underline;
}

#leftColumn a {
	text-decoration: none;
}

a:link {
	color: #0033ff;
	font-size: 13px;
}

a:visited {
	color: blue;
}

a:active,a:hover {
	color: red;
}

#legend li.externalLink {
	background: url(../images/ico_external.png) left top no-repeat;
	padding-left: 18px;
}

a.externalLink,a.externalLink:link,a.externalLink:visited,a.externalLink:active,a.externalLink:hover
	{
	background: url(../images/ico_external.png) right center no-repeat;
	padding-right: 18px;
}

#legend li.newWindow {
	background: url(../images/ico_newwindow.png) left top no-repeat;
	padding-left: 18px;
}

a.newWindow,a.newWindow:link,a.newWindow:visited,a.newWindow:active,a.newWindow:hover
	{
	background: url(../images/ico_newwindow.png) right center no-repeat;
	padding-right: 18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #667;
	background: none;
	font-weight: normal;
	padding-left: 0;
	border: none;
	border-bottom: 1px dotted #ccc;
	margin: 1px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 1px 1px 0;
	color: #0033ff !important;
	background: #f4f0f4;
	font-weight: none;
	font-size: 16px;
	border: none;
	border-bottom: 1px dotted #ccc;
	margin: 1px;
}

p {
	line-height: 1.3em;
	font-size: 12px;
	color: #000;
}

#breadcrumbs {
	overflow: hidden;
	padding: 3px 10px 3px 20px;
	background-image: url(../images/breadcrumbs.png);
	background-repeat: repeat-x;
	border: none;
	background-color: #fff !important;
}

#breadcrumbs a {
	font-weight: bold;
	color: #999;
	text-decoration: underline;
}

#leftColumn {
	margin: 10px 0 10px 0;
	border: 1px solid #ccc;
	border-top: none;
	border-left: none;
	padding-right: 0;
	padding-left: 0;
	width: 180px;
	background-color: #e2f3b8;
}

#navcolumn {
	margin: 0 !important;
	padding: 0 !important;
}

#navcolumn h5 {
	font-size: 11px;
	padding: 1px 0 1px 12px;
	color: #666;
	background-position: left 5px;
	font-variant: small-caps;
	border: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #ECFEBC;
}

table.bodyTable th {
	color: white;
	background-color: #bbb;
	text-align: left;
	font-weight: bold;
}

table.bodyTable th,table.bodyTable td {
	font-size: 11px;
}

table.bodyTable tr.a {
	background-color: #ddd;
}

table.bodyTable tr.b {
	background-color: #eee;
}

.source {
	border: 1px solid #999;
	overflow: auto;
	background-color: #eee;
}

dt {
	padding: 4px 4px 4px 24px;
	color: #333333;
	background-color: #ccc;
	font-weight: bold;
	font-size: 14px;
}

.subsectionTitle {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

table {
	font-size: 10px;
}

.xright a:link,.xright a:visited,.xright a:active {
	color: #666;
}

.xright a:hover {
	color: #003300;
}

#banner {
	border: 1px solid #ccc;
	border-style: solid none solid none;
}

#banner  a#bannerRight img {
	margin: 10px 10px 0 0 !important;
}

#banner  a#bannerLeft img {
	margin: 5px 0 0 10px !important;
}

#navcolumn ul {
	margin: 3px 0 5px -0em;
}

#navcolumn ul a {
	color: #333333;
}

#navcolumn ul a:hover {
	color: red;
}

#navcolumn ul li {
	background-image: url(../images/list.png);
	background-position: top left;
}

#navcolumn ul li.expanded {
	background-image: none;
	font-weight: bold;
	color: #666;
}

#navcolumn ul li.expanded ul {
	margin-top: 0;
	margin-bottom: 0;
}

#navcolumn ul li.expanded ul li {
	font-weight: normal;
}

#intro {
	border: solid #ccc 1px;
	margin: 6px 0px 0px 0px;
	padding: 10px 40px 10px 40px;
}

.subsection {
	margin-left: 3px;
	color: #333333;
}

.subsection p {
	font-size: 12px;
}

#footer {
	padding: 1px;
	margin: 5px 0px 5px 0px;
	border-top: solid #ccc 1px;
	color: #0033ff;
}

dl {
	border: 1px dotted #ccc;
	background-color: transparent;
}

dt {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #999 !important;
	font-weight: bold;
	font-size: 16px;
}

hr {
	border: none;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	height: 1px;
}

#breadcrumbs,#footer,#navcolumn li {
	font-size: 10px;
}