
/* Code for making a full height layout */
* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
/* fixes IE6 */
* html #container {
	height: 100%;
}
#container {
	min-height: 100%;
}
/* end full height layout code */

body {
	background-color:#314124; 
	color:#555452;
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	line-height:1.2em;
}

div, table, tr, th, td, form, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p {
	position: relative; /* fixes issue in IE6 when headers some times disappear */
}

/* header styles */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding: 0;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	margin: 20px 0 28px 0;
}

h1 {
	color:#8f1b22; 
	font-size: 150%;
}
h2 {
	color:#4c6a3a;
	font-size: 140%;
}
h3 {
	font-size: 135%;
}
h4 {
	color:#8f1b22;
	font-size: 130%;
}
h5 {
	color:#4c6a3a;
	font-size: 125%;
}
h6 {
	font-size: 115%;
}


/* a styles */

a {
	color:#17467b;
	font-size:105%;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}
a:focus {
	font-weight: bold;
}
a:active {
	text-decoration: underline;
}
a:visited{
	color:#486235;
}

/* p styles */

p {
	margin: 10px 0 10px 0;
}

/* hr styles */

hr {
	border:none;
	border-bottom:1px dotted #3E75AD;
	height:1px;
	line-height:1px;
	margin: 5px 0 5px 0;
}

/* list styles */

ul, ol {
	margin: 0px;
	padding: 10px;
}
li {
	margin: 2px;
}

.image_right{
	border:5px solid #E9E6E1;
	float:right;
	margin-left:20px;
}

