body {
	width: 750px;
	padding: 0px;
	margin: 20px auto 20px auto;
	background-color: #fff;
	text-align: left;
	font-family: calibri, arial, sans-serif;
	font-size: 12pt;
	color: #999;
	line-height: 120%;
}

a {
	font-weight: normal;
	text-decoration: none;
	color: #7d913a;
}

a.def {
	color: #3a6c90;
}

a.cite {
	color: #666;
}

a:hover {
	color: #f33;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

p.ref {
	font-size: 90%;
	padding-left: 15px;
	text-indent: -15px;
}

dt {
	font-weight: bold;
}

dd {
	text-indent: 0px;
	margin-left: 30px;
}

span.glossary {
	cursor: help;
	color: #014636;
}

span.glossary:hover {
	color: #3690c0;
}


span.new {
	color: #cc0;
}

span.summary {
	color: #666;
}

span.alert {
	color: #f33;
}

div.eds {
	float: right;
	margin: 10px;
}

em {
	font-weight: bold;
	color: #388;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

h1, h2, h3, h4, h1 span.glossary, h2 span.glossary, h3 span.glossary, h4 span.glossary {
	font-family: georgia, times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #7d913a;
	margin: 20px auto 10px auto;
	border: none;
	padding: none;
}

h1 {
	font-size: 16pt;
	margin: 5px 10px 20px 0px;
	border-bottom: 1px solid #535e26;
	padding-bottom: 5px;
}

h3, h3 span.glossary {
	font-weight: normal;
}

h4, h4 span.glossary {
	font-family: calibri, arial, sans-serif;
	font-size: 12pt;
	margin: 10px auto 5px auto;
}

input, textarea {
	font-family: calibri, arial, sans-serif;
	font-size: 11pt;
}


/* pictures */

.picture  {
	float: right;
	margin: 10px 0px 10px 20px;
	border: 1px solid #c7d492;
	padding: 10px;
	text-align: center;
}

.picture p {
	font-size: 80%;
	color: #333;
	margin: 0;
}


/* options */

#options {
	float: right;
	clear: right;
	padding: 0px;
	margin: 0px 0px 5px 5px;
	font-size: 11pt;
	text-align: right;
}



/* ---------------------------
	menu
--------------------------- */

#menu {
	padding: 0px;
	border: 0px;
	margin: 0px;
	margin-right: 20px;
	width: 120px;
	float: left;
}

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	background: #7d913a;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 11pt;
	font-weight: normal;
	padding: 3px 10px;
}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 220px;
	w\idth: 210px;
	font-weight: normal;
	border-width: 5px;
	margin: 0px;
}

#nav li li {
	padding-right: 10px;
	width: 200px
}

#nav li ul a {
	width: 220px;
	w\idth: 190px;
	border: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

#nav li ul ul {
	margin: -26px 0px 0px 210px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #535e26;
}




/* footer */

#footer {
	clear: both;
	height: 25px;
	font-size: 80%;
	color: #999;
	margin-top: 20px;
	margin-bottom: 50px;
	border-top: 1px solid #535e26;
	padding-top: 10px;
}

#footer img {
	float: left;
	margin-right: 10px;
}



/* content box */

#content {
	float: right;
	clear: none;
	width: 100%;    
	padding: 0px 0px 10px 10px;
	line-height: 150%;
	color: #000;
}

#content table {
	margin-top: 40px;
	margin-bottom: 40px;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #ddd;
	font-size: 90%;
}

#content th {
	border: 1px solid #ddd;
	background: #e5f5e0;
	vertical-align: top;
	padding: 5px;
	font-weight: bold;
	color: #7d913a;
}

#content td {
	border: 1px solid #ddd;
	background: #f7fcf5;
	vertical-align: top;
	padding: 5px;
}

#content form table, #content form table th, #content form table td {
	background: #e5f5e0;
	border: none;
}

#content table caption {
	margin: 25px 5px 5px 0px;
	text-align: left;
}

#content table.lines caption {
	font-size: 80%;
}

#content table.lines th, #content table.lines td {
	border: 1px solid #666;
	vertical-align: middle;
}

#content img.toplink {
	float: right;
}

#content.fullwidth {
	float: left;
	clear: none;
	width: auto;
}


/* navbar */

#content table.navbar {
	background: #fff;
	border: none;
	width: 100%;
	font-size: 11pt;
	margin: 0px 0px 20px 0px;
}

#content table.navbar th {
	background: #fff;
	border: none;
	text-align: left;
}

#content table.navbar th img {
	float: left;
}

#content table.navbar td {
	background: #fff;
	border: none;
	text-align: right;
}

#content table.navbar td img {
	float: right;
}



/* model */

div.model {
	width: 100%;
}

div.model img {
	margin: 10px 25px;
}

div.model table th {
	text-align: right;
}

div.model table td {
	text-align: left;
}



/* side box */

#sidebox {
	float: right;
	width: 190px;
	margin: 30px 5px 5px 15px;
	border: 1px solid #535e26;
	padding: 10px;
	background: #f5f6ea;
	font-size: 90%;
}



/* print bits */

#print_header, #content span.hide {
	display: none;
	position: static;
}



