/*
++++++++++++++++++
sub navigation
++++++++++++++++++
*/


#subnav {
	width: 180px !important;
	padding: 0;
	vertical-align: top;
	background-color: white;
}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#subnav li {
	margin: 0;
	display: block;
	padding: 0;
	width: 180px;
	font-size: 12px;
}

#subnav li a{
	display: block;
	padding: 2px 5px;
	line-height: 16px;
	text-decoration: none;
	line-height: 16px;
	margin: 0;		
}

#subnav li.level1 a {
	background-color: #deecd0;
	color: #444;
	display: block;
	padding: 2px 5px;
	border-bottom: 1px solid white;
	text-decoration: none;
	width: 170px;
}

#subnav li.level1 a:hover {
	background-color: #bed9a1;
	color: #444;
}

#subnav li.level1_act a, #subnav li.level1_act a:hover {
	background: #bed9a1 url(../img/arrow_nav.gif) no-repeat 4px 7px;
	padding: 4px 5px 4px 12px;
	background-color: #bed9a1;
	font-weight: bold;
	color: #444;
	width: 163px;
	border-bottom: 1px solid white;
}

#subnav li.level1_actsub a, #subnav li.level1_actsub a:hover {
	background: #bed9a1 url(../img/arrow_nav.gif) no-repeat 4px 7px;
	padding: 4px 5px 4px 12px;
	background-color: #bed9a1;
	font-weight: bold;
	color: #444;
	width: 163px;
}

/* start level 2 */

#subnav ul.level2 {
	border-left: 4px solid #bed9a1;
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid white;
}


#subnav li.level2 a {
	background: transparent;
	background-color: #ebf4e3;
	padding-left: 8px;
	font-size: 11px;
	width: 164px;
	font-weight: normal;
}

#subnav li.level2 a:hover {
	background: transparent;
	background-color: #deecd0;
	width: 164px;
	font-weight: normal;
	padding-left: 8px;
}

#subnav li.level2_act a, #subnav li.level2_act a:hover  {
	background: transparent;
	background-color: #deecd0;
	padding-left: 8px;
	font-size: 11px;
	font-weight:bold;	
}

#subnav li.level2_actsub a, #subnav li.level2_actsub a:hover  {
	background: transparent;
	background-color: #deecd0;
	padding-left: 8px;
	font-size: 11px;
	font-weight:bold;	
}

/* start level 3 */

#subnav ul.level3 {
	border-left: 4px solid #deecd0;
	list-style: none;
	padding: 0;
	margin: 0;

}

#subnav li.level3 a {
	background-color: #f7fbf4;
	border: none;
	padding-left: 8px;
	font-size: 11px;
	font-weight: normal;
	width: 160px;
}

#subnav li.level3 a:hover {
	background-color: #f7fbf4;
	font-weight: normal;	
}

#subnav li.level3_act a, #subnav li.level3_act a:hover {
	background-color: #f7fbf4;
	padding-left: 8px;
	font-size: 11px;
	border: none;
	width: 160px;
	font-weight: bold;
}

/* start level 4 */

#subnav ul.level4 {
	border-left: 4px solid #deecd0;
	list-style: none;
	padding: 0;
	margin: 0;
}


#subnav li.sectionIndex {
	font-weight: normal;
	font-size: 10px;
}

#subnav li.sectionIndex a, #subnav li.sectionIndex a:hover  {
	background-color: #fff;
	padding-left: 15px;
	color: #484848;
	font-weight: normal;

}


/*
++++++++++++++++++
main content
++++++++++++++++++
*/


#content, #content2, #content3 {
	width: 100%;
	height: 100%;
	text-align:left;
	vertical-align: top;
	background-color: white;
	border: 0;
}



/*
++++++++++++++++++
main content colum
++++++++++++++++++
*/

#content td#colummain{
	width: 600px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 15px;
	height: 100%;
}

#content table#contenttable {
	text-align: left;
	width: 580px !important;
	padding: 0;
	margin: 0;
	height: 100%;

}

#content td#contentmain {
	padding-left: 6px;
	padding-right: 6px;
	width: 100%;
	vertical-align: top;

}


/*
++++++++++++++++++++++++
template with 3 columns
++++++++++++++++++++++++
*/

#content2 table#contenttable {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%;

}

#content2 td#colummain{
	width: 100%;
	vertical-align: top;
	text-align: left;
	padding-bottom: 15px;
	height: 100%;	
}


#content2 td#contentmain {
	vertical-align: top;
	padding: 0 0 0 0;
	margin: 0;
	width: 416px;
	height: 100%;
}

#content2 #contentright {
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	width: 150px;
	font-size:11px;
}


/*
++++++++++++++++++++++++
template with no columns
++++++++++++++++++++++++
*/

#content3 table#contenttable {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%;

}

#content3 td#colummain{
	width: 100%;
	vertical-align: top;
	text-align: left;
	padding: 0 10px 15px 10px;
	height: 100%;	
}


#content3 td#contentmain {
	vertical-align: top;
	padding: 0 0 0 0;
	margin: 0;
	height: 100%;
}


/*
++++++++++++++++++++++++
template with 1 column but no nav
++++++++++++++++++++++++
*/

#content4 table#contenttable {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%;

}

#content4 td#colummain{
	width: 100%;
	vertical-align: top;
	text-align: left;
	padding: 0 10px 15px 10px;
	height: 100%;	
}


#content4 td#contentmain {
	vertical-align: top;
	padding: 0 0 0 0;
	width: 550px;
	height: 100%;
}

#content4 #contentright {
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	width: 200px;
	padding: 0 10px;
	font-size:11px;
}

/*
++++++++++++++++++
article styles
++++++++++++++++++
*/


div.article {
  padding: 0 6px 25px 6px;
  line-height: 130%;
}

div.article2 {
  padding: 0 6px 0 6px;
    line-height: 130%;
}

div.letter {
  margin: 15px;
  padding: 10px;
  font-family:"Times New Roman", Times, serif;
  border: 1px solid #aaa;
  /*background: #fff url(../img/lettercorner.gif) no-repeat;
  background-position: 0px 0px;*/
}

div.infobox {
  padding: 10px;
  margin: 5px;
  background-color: #ebf4e3;
  /*border: 1px solid #aaa;*/
}


h1{
	color: #7DB443;
	font-size: 16px;
	border-bottom: 1px solid #7DB443;
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
}


h2{
	color: #000;
	font-size: 14px;
}

h3{
	color: #000;
	font-size: 13px;
}

h4{
	color: #7DB443;
	font-size: 12px;
	font-weight: bold;
}

h5, h6{
	color: #7DB443;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}

span.line-through{
	text-decoration:line-through;
}




/*
+++++++++++++++++++++++++++++++
styles for right content column
+++++++++++++++++++++++++++++++
*/

#contentright ul, #contentright ol {
	padding-left: 10px;
	
}

#contentright ul li {
	list-style-type: none;
	padding-left: 8px;
	background-image:url(../img/arrow.gif);
	background-position: 0 3px;
	background-repeat:no-repeat;
}

#contentright div.article{
	padding: 0;
	margin-bottom: 15px;
	background-color: #fff;
}

#contentright div.article2{
	padding: 0;
}

#contentright div.article table{
	padding: 6px;
	border: none;
}

#contentright h1, #contentright h3{
	font-size: 12px;
	margin: 0;
	padding: 2px 6px;
}

#contentright h1, #contentright h2, #contentright h3, #contentright h4, #contentright h5 {
	font-size: 12px;
	margin: 0;
	padding: 2px 6px;
}

#contentright p{
	padding: 6px;
	margin: 0;
}

/*
+++++++++++++++++++++++++++++++
styles for main content column
+++++++++++++++++++++++++++++++
*/

#contentsection{
	padding-right: 2px;
	clear: both;
}


#contentmain ul, #contentmain ol {}

#contentmain ul{
	list-style: none;
}

#contentmain ul li {
	list-style-type: none;
	padding-left: 12px;
	background:url(../img/arrow.gif) no-repeat 0 3px;
}




