/* CSS Document */


/********** structure **********/

#pagecontainer {
	width: 575px;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	background-color: #ffffff;
}

/********** header **********/

#mainnav {
	display: none;
}

#logotype {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width: 550px;
	float: left;
}


/********** left navigation **********/

#leftcol {
	margin: 0px;
	padding: 0px;
	width : 200px;
	text-align: left;
	float: left;
}
#header {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	background-color: none;
	color: #333333;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	text-align: left;
	width: 550px;
	height: 25px;
	float: left;
}
#crumbs {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color: #666666;
	height: 18px;
	width: 100%;
	font-size: 9px;
	text-align: left;
	text-transform: uppercase;
	border-bottom: solid #cccccc 1px;
	float: left;
}

#leftnav {
	display: none;

}
#leftnav ul {
	display: none;
}


/********** right column content **********/

#content {
	margin: 50px 0px 0px 0px;
	padding-bottom: 20px;
	width : 550px;
	text-align: left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
}
p {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}
p  a, a:link, a:active, a:visited, a:visited {
	color:#666666;
	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: 10pt;
	line-height: 18px;
	font-variant: normal;
	font-weight: bold;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}
#intro  a, a:link, a:active, a:visited, a:visited {
	color:#666666;
	text-decoration: underline;
}


.H1 {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.H2 {
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
}
.H3 {
	font-size: 10pt;
	font-variant: normal;
	font-weight: bold;
	color: #666666;
}

/********** Footer **********/
#footer {
	display: none;
}

