/* CSS Document */


/********** structure **********/

#pagecontainer {
	width: 740px;
	margin: 5px auto 0px auto;
	padding: 0px;
}

/********** header **********/

#mainnav {
	margin: 8px 0px 0px 10px;
	padding: 0px;
	color: #999999;
	font-size: 8pt;
	text-transform: uppercase;
	text-align: right;
	width: 710px;
	height: 15px;
}
#mainnav a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#mainnav a:link, #mainnav a:visited, #mainnav a:active {
	color: #999999;
	text-decoration: none;
}
#mainnav a:hover {
	color: #006699;
	text-decoration: underline;
}

#logotype {
	margin: 3px 0px 0px 30px;
	padding-bottom: 5px;
	width: 225px;
	float: left;
}


/********** left navigation **********/

#leftcol {
	margin: 0px 0px 0px 30px;
	padding: 0pxx;
	width : 165px;
	float: left;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 43px 0px 0px 13px;
	background-color: #006699;
	color: #ffffff;
	height: 115px;
	width: 150px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	
}
#crumbs {
	margin: 0px;
	padding: 0px;
	color: #666600;
	height: 5px;
	width: 470px;
	font-size: 9px;
	text-align: left;
	text-transform: uppercase;
}

#leftnav {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	width: 165px;
	text-align: left;

}
#leftnav ul {
	margin: 0px;
	padding: 0px;
	width: 165px;
}
#leftnav li {
	margin: 0px 0px 0px -3px;
	padding: 5px 0px 5px 4px;
	background-color: #cccc99;
	color: #666600;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #FFFFFF;
	list-style-type: none;
}
#leftnav li a {
	margin: -5px 0px -5px -3px;
	padding: 5px 4px 5px 18px;
	display: block;
	color: #666600;
	background-color: #cccc99;
	text-decoration: none;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
}
#leftnav li a:active, a:link, a:visited {
	color: #666600;
	text-decoration: none;
}
#leftnav li a:hover {
	color: #333333;
	background-color: #bbbb77;
	text-decoration: none;
}

/**
#leftnav ul ul {
	margin: 0px 0px -7px 0px;
	padding: 0px 0px 0px 0px;
	width: 160px;
}
#leftnav ul ul li {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #cccc99;
	color: #666600;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	list-style-type: none;
	border: none;
	border-top: solid #ffffff 2px;
	width: 160px;
}
#leftnav ul ul li a {
	margin: 0px 0px 0px -5px;
	padding: 0px 0px 0px 20px;
	display: block;
	color: #666600;
	background-color: #cccc99;
	text-decoration: none;
	background-image: url(none);
	line-height: 16px;
}
#leftnav ul ul li a:active, a:link, a:visited {
	color: #666600;
	text-decoration: none;
}
#leftnav ul ul li a:hover {
	color: #333333;
	background-color: #bbbb77;
	text-decoration: none;
}
**/


/********** right column content **********/

#content {
	margin: 10px 0px 0px 240px;
	padding-bottom: 20px;
	width : 470px;
	text-align: left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/pxlbkgr.gif);
}
p {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}
p a {
	color:#006699;
	text-decoration: underline;
}
p a:link, p a:active, p a:visited {
	color:#006699;
	text-decoration: underline;
}
p a:hover {
	color:#666600;
	text-decoration: underline;
}

ul li {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 8px;
}

#intro {
	font-size: 11pt;
	line-height: 18px;
	font-variant: normal;
	font-weight: bold;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
}
#intro a, a:link, a:active, a:visited {
	color: #006699;
	text-decoration: underline;
}
#intro  a:hover {
	color:#666600;
	text-decoration: underline;
}

.H1 {
	font-size: 9pt;
	font-weight: bold;
	color: #666600;
	text-transform: uppercase;
}
.H2 {
	font-size: 10pt;
	font-weight: bold;
	color: #666600;
	text-transform: capitalize;
}
.H3 {
	font-size: 10pt;
	font-variant: normal;
	font-weight: bold;
	color: #333333;
}

/********** Footer **********/
#footer {
	width: 690px;
	height: 30px;
	margin: 10px auto 0px auto;
	padding: 0px;
	text-align: left;
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#footer a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}

/********** ADA **********/
#ada {
	width: 88px;
	height: 31px;
	padding: 0px;
	text-align: right;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	float: right;
}

