@CHARSET "UTF-8";

html,body {
	margin: 0px;
	background: url('green_FILES/back4.gif') top repeat-x;
	background-color: #e3e3e3;
	font-size: 0.95em;
	font-family: sans-serif;
	text-align: center;
}

a {
	color: #333;
	text-decoration: none;
}

h1, h2, h3, h4 {
	padding-top: 2px;
	padding-bottom: 8px;
	margin: 0px;
}

p {
	text-indent: 0.0em;
	padding-bottom: 0px;
	line-height: 1.2;
	margin: 6px 4px 14px 0px;
}

p.indent {
	padding-left: 2em;
        padding-bottom: 10px;
        line-height: 1.2
}

div#content table {
	max-width: 620px;
	width: 620px;
}

div#wrapper {
	width: 880px;
	margin: 0 auto 0 auto;
	text-align: left;
}

div#title {
	position: relative;
	margin: 0px;
	color: white;
	text-align: left;
}

div#title h1 {
	margin: 0;
	padding: 12px 0px 0px 10px;
}

div#title h2 {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 0.9em;
	letter-spacing: 3px;;
}

div#page {
	position: absolute;
	top: 72px;
	width: 880px;
	border: 1px solid #2d712c;
	padding: 0px;
	background-color: white;
}

div#breadcrumbs {
	font-size: 0.85em;
	padding: 5px;
	border-bottom: 1px dotted #547e5b;
	clear: both;
}

div#breadcrumbs a {
	text-decoration: underline;
}

div#navigation {
	float: left;
	width: 210px;
	margin: 13px 0px 8px 5px;
	height: 100%;
	font-size: 0.9em;
}

div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navigation ul li {
	padding: 0px;
}

/*
Level 1
*/
div#navigation ul li a {
	background: url("green_FILES/arrow-r.gif") no-repeat 2px center;
	display: block;
	min-height: 1em;
	padding: 3px 3px 3px 14px;
}

div#navigation ul li a.plain {
        border-bottom: 1px dotted #2d712c;
}

div#navigation ul li a.parent {
	background: url("green_FILES/arrow-d.gif") no-repeat 2px center;
	border-bottom: 1px dotted #2d712c;
        padding-bottom: 3px;
}

div#navigation ul li a.active {
	border-right: 6px solid #2d712c; 
	background-color: #e3e3e3;
        border-bottom: 1px solid #2d712c;
}

div#navigation ul li a.activeParent {
	background: url("green_FILES/arrow-d.gif") no-repeat 2px center;
        border-right: 6px solid #2d712c;
	border-bottom: 1px solid #2d712c;
        background-color: #e3e3e3;
}

/*
Level 2
*/

div#navigation ul ul {
}

div#navigation ul ul li a {
	background-position: 22px center;
	padding-left: 34px;
	border-bottom: 1px dotted #2d712c;
}

div#navigation ul ul li a.active {
        background-position: 22px center;
        padding-left: 34px;
        border-bottom: 1px solid #2d712c;
}

/*
Level 3
*/

div#navigation ul ul ul {
}

div#navigation ul ul ul li a {
	background-position: 38px center;
	padding-left: 50px;
	border-bottom: 1px dotted #2d712c;
}

div#navigation ul ul ul li a.active {
        background-position: 38px center;
        padding-left: 50px;
        border-bottom: 1px solid #2d712c;
}

div#content {
	margin: 10px 20px 10px 0px;
	width: 620px;
	font-size: 0.85em;
	display: inline;
	float: right;
	min-height: 480px;
}

div#content .image {
	float: right;
	border: 1px solid #2d712c;
	margin: 6px;
}

div#content .header, .csc-firstHeader {
	border-bottom: 1px solid #2d712c;
	border-left: 10px solid #2d712c;
	padding: 0 0 0 6px;
	font-weight: normal;
	margin: 4px 0 6px 0;
	font-size: 1.4em;
	display: block;
}

div#page #footer {
	clear: both;
	color: white;
	text-align: center;
	background: url('green_FILES/green_footer.gif') top repeat-x;
	font-size: 0.9em;
}

