/* ********** GENERAL STYLES ********* */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5C8B3A;
	font-size: 18px;
	font-style: italic;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 16px;
	font-style: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 14px;
	font-style: normal;
}

a {
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #5C8B3A;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}



#container {
	width: 100%;
	border: 0;
	background-color: #999999;
	margin: 0 auto;
	
}
#print_inner{
	width:550px;
}
/* ************** HEADER STYLES *************** */

#header {
	height: 97px;
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

#main_logo {
	margin-top: 15px;
}

#slogan {
	display: none;
	text-align: right;
	height: 17px;
	margin-top: 28px;
	margin-right: 7px;
}

#slogan h1 {
    display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #60913C;
	font-style: italic;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#main_image {
    
	display: none;
	height: 200px;
}




/* ******* LEFT MENU STYLES ******* */

#left_menu {
	display: none;
	width:160px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#left_menu ul {
	list-style-type: none;
	margin-left: 0px;
}

#left_menu ul li {

padding-bottom: 5px;
}
#left_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#left_menu a:link, #left_menu a:visited, #left_menu a:active {
	text-decoration: none;
	color: #000000;
}
#left_menu a:hover {
	color: #5C8B3A;
	text-decoration: underline;
}

/* ********** CONTENT STYLES *********** */

#content {
    
	width: 550px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #B7BDA2;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content p {
	text-align: left;
}

#print_link {
	display: none;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: -20px;
}
#footer {
	text-align: left;
	width: 766px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}