/* CSS Document */
/* CSS Document */

body { background-color: #F8ECDE;

/*	background-image: url('../images/index_background.gif');
	background-repeat: no-repeat;
	background-attachment: fixed */
}


p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	text-decoration:none;
	text-align: left;
	}

ol, ul, li {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration:none;
	list-style-position: inside;
	line-height: 20px;
	list-style-type: disc;
	}
	
.text {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: 500;
	line-height: 20px;
	text-decoration:none;
	}

a {
	text-decoration:none;
	color:#000000;
	}
	
a:link {
	border:0;
	text-decoration:none;
	}
	
a:visited {
	border: 0;
	color: #000000;
	}
	
a:hover, a:active {
	border: 0;
	text-decoration: none;
	color: #000000;
	}
	
/* navigation bar */

#nav {
	margin: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #0D386A;
	text-align: center;
	letter-spacing: 1px;
	background-color: #BBDDE7;

}

#nav a {
	text-decoration: none;
	color: #0D386A;
	font-weight: bold;
}

#nav a:link {
	border: 0;
	text-decoration: none;
}

#nav a:visited {
	border: 0;
	color: #0D386A;
}
	
#nav a:hover, a:active {
	border: 0;
	text-decoration: none;
	color:#FFFFFF;
}

/* index navigation bar */

#index_nav {
	margin: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #0D386A;
	text-align: center;
	letter-spacing: 1px;

}

#index_nav a {
	text-decoration: none;
	color: #0D386A;
	font-weight: bold;
}

#index_nav a:link {
	border: 0;
	text-decoration: none;
}

#index_nav a:visited {
	border: 0;
	color: #0D386A;
}
	
#index_nav a:hover, a:active {
	border: 0;
	text-decoration: none;
	color:#000000;
}
