/* 
CSS - Fonts
Global Font declarations
*/

	
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
}

p {
  font-size: 1.0em;
  line-height: 1.2em;
  margin: 1.2em 0em 1.2em 0em;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	background-color: #B5AE94;
	color: #315931;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #315931;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;}

h3 {
  font-size: 1.0em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}

h4 {
  font-size: 0.95em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: normal;
}

h5 {
  font-size: 0.9em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: normal;
}

h6 {
  font-size: 0.70em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: normal;
}

img {
  border: 0;
}

ol, ul, li {/*
  list-style: none;*/
  font-size: 1.0em;
  line-height: 1.2em;
  margin-top: 0.2em;
  margin-bottom: 0.1em; 
}

li > p {
  margin-top: 0.2em;
}

pre {
  font-family: monospace;
  font-size: 1.0em;
}

strong, b {
}

.left_expandable {
	background-image: url(../images/template/left_expandable.gif);
	background-repeat: repeat-y;
}
.right_expandable {
	background-image: url(../images/template/right_expandable.gif);
	background-repeat: repeat-y;
}
.content {
	background-color: #CECFB5;
}

#rightColumn div, #rightColumn td, #rightColumn th, #rightColumn p, #rightColumn li, #rightColumn h1, #rightColumn h2 {
	font-size: 0.8em;
}	

#footer {
	font-size:1.15em;
}

a {
	color: #295131;
	text-decoration: underline;
}

a:hover {
	color: #295131;
	text-decoration: none;
	background-color: #FFFFFF;
}
