/* CSS Document */

body {
	background-color: #f8f8f8;
	margin: 0;
	padding: 0;
	font-size: 0.82em;
	}

body, td, input, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 150%;
	}	
	
p {
	line-height: 120%;
	}	
	
ol li {
	margin-bottom: 20px;
	}

div {
	line-height: 100%;
	}

a {
	color: #a40006;
	}

	a:hover {
	color: #db0d15;
		}
		
HR {
	height: 1px;
	color: #999;
	margin: 25px 0 25px 0;
	}

H1 {
	font-size: 1.65em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	word-spacing: 3px;
	display: block;
	padding: 0;
	margin:0 0 -5px 0;
	line-height: 110%;
	color: #CD171E;
	font-weight: normal;
	}
	
H2 {
	font-size: 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	word-spacing: 7px;
	display: block;
	padding: 0;
	margin:10px 0 -10px 0;
	line-height: 110%;
	font-weight: bold;
	}

.white {
	background-image: url(../images/top-bg.gif);
	background-color: #ffffff;
	}
	
.grey {
	background-color: #efefef;
	}
	
.leaf {
	background-image: url(../images/2_18_10.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
	.leaf td {
		vertical-align: top;
		}
	
.nav {
	width: 225px;
	padding-top: 14px;
	padding-bottom: 14px;
	}
	
	.nav ul {
		list-style: none;
		padding: 0;
		margin: 0 10px 10px 18px;
		}
		
		.nav ul li.firstitem {
			font-size: 1em;
			color: #333;
			font-weight: bold;
			line-height: 150%;
			border-left: 1px solid #cccccc;
			border-right: 1px solid #cccccc;
			border-bottom: 1px solid #cccccc;
			padding: 3px 8px 3px 8px;
			line-height: 130%;
			margin-bottom: 0;		
			}
			
		.nav ul li a {
			display: block;
			padding: 0 10px 0 10px;
			border-bottom: 1px solid #cccccc;
			text-decoration: none;
			font-size: 0.85em;	
			}
			
			* html body .nav ul li a {
				height: 16px;
				}
			
			.nav ul li a:hover {
				text-decoration: none;
				border-bottom: 1px solid #a40006;
				background-color: #efefef;
				}

.content {
	padding: 15px 15px 25px 15px;
	}
	
.footer p {
	text-align: center;
	font-size: 0.80em;
	margin: 10px 0 10px 0;
	}
