/* ======================= page layout basics styles ======================= */

html {
	height: 101%;
}

body {
	padding: 0px;
	margin: 0px;
	background: url(bg.gif) top center repeat-y #E3E3CF;
}

body, td, th {
	font-family: Georgia, Helvetica, Arial, verdana, sans-serif;
	font-size: 10pt;
	color:#333333;
	line-height: 18pt;
}

p {
	text-align:justify;
	margin: 0px 0px 15pt 0px;
}

div#wrapper {
	margin: 0px auto;
	width: 850px;
	padding: 0px;
	height: 100%;
}

h1, h2, h3, h4, h5 {
	color: #006633;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
}

h1:first-child {
	margin-top: 0px;
}

a:link {
	color: #006633;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #33CC33;
	text-decoration:none;
}

.emphasis {
	color: #006633;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:110%;
}

a.linkPdf:link, a.linkPdf:visited {
	color: #006633;
	display:block;
	background: url(pdf.gif) top left no-repeat;
	height: 20px;
	padding: 4px 0px 0px 28px;
	heig\ht: 24px;
	text-decoration: none;
	font-weight:bold;
	line-height:normal;
	margin-left: 20px
}

a.linkPdf:hover {
	color: #33CC33;
	text-decoration: none;
}


/* ======================= top menu styles ======================= */

ul#m1 {
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
	background:url(m1_bg_full.gif) top no-repeat;
	height: 31px;
	margin: 10px 0px;
	padding: 0px 10px;
	line-height: normal;
}

ul#m1 li {
	margin: 0px;
	padding: 0px;
	float:left;
	list-style: none;
	width: 165px;
	height: 31px;
}

ul#m1 li a:link, ul#m1 li a:visited {
	display:block;
	width: 165px;
	height: 20px;
	padding-top: 11px;
	heigh\t: 31px;
	text-align: center;
	color: #666666;
	text-decoration:none;
	background:url(m1.gif) top left no-repeat;
}

ul#m1 li a:hover {
	color: #FFFFFF;
	text-decoration:none;
	background:url(m1-over.gif) top left no-repeat;
}

ul#m1 li a.thisTab:link, ul#m1 li a.thisTab:visited, ul#m1 li a.thisTab:hover {
	color: #333333;
	text-decoration:none;
	background:url(m1-selected.gif) top left no-repeat;
}

/* ======================= document styles ======================= */

div#document {
	margin: 40px 40px 0px 40px;
	overflow:visible;
	height: 450px;
}

/* ======================= m2 styles ======================= */

div#m2 {
	width: 180px;
	float: left;
	line-height: normal;
}
div#m2 a {
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	padding: 7px 3px;
	text-align:right;
}

div#m2 a+a {
	border-top: dashed 1px #CCCCCC;
}

div#m2 a:link, div#m2 a:visited {
	color: #666666;
	text-decoration:none;
} 


div#m2 a:hover, div#m2 a.thisPage:link, div#m2 a.thisPage:visited {
	color: #006633;
	text-decoration:none;
} 

/* ======================= content styles ======================= */

div#content {
	width: 480px;
	float: right;
	overflow:visible;
	margin-right: 50px;
	margin-bottom: 40px;
}


div#content h1 {
	margin-left: -10px;
	padding-left: 2px;
	padding-bottom: 1px;
	background:url(underline.jpg) bottom left no-repeat;
}


div#content li {
	margin-top: 8px;
	margin-bottom: 8px;
	list-style: url(bullet.gif);
}

div#content li li {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style:disc;
}

/* ======================= copyright styles ======================= */

div#copyright {
	line-height: normal;
	color: #666666;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 15px 10px 15px;
	clear:both;
	background:url(copright_bg_full.gif) top right no-repeat;
}

div#copyright span {
	float:right;
}

div#copyright a:link, div#copyright a:visited {
	color: #666666;
	text-decoration:none;
}

div#copyright a:hover {
	color: #000000;
	text-decoration:none;
}



/* tabular styles */

div.row {
  clear: both;
  padding-top: 2px;
  }

div.row span.label {
  float: left;
  width: 25%;
  text-align: right;
  font-weight:bold;
  }


div.row span.formw {
  float: right;
  width: 70%;
  text-align: left;
  } 

/* form styles */

form {
	width: 100%;
	overflow: visible;
}

input.formText, textarea.formText {
	font-family: Georgia, Verdana, Times New Roman, Times, serif;
	font-size:9pt;
	padding:1px;
	border: 1px solid #999999;
}

input.formButton {
	font-family: Helvetica, Verdana, Arial;
	background: #006633;
	color: #FFFFFF;
	border: 1px solid #999999;
	padding: 2px;
}

input.formButton:hover {
	background: #33CC33;
	color: #FFFFFF;
	border: 1px solid #333333;
	padding: 2px;
}
h3 em {
	font: italic normal 9pt Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
