/* bonobo.com -- as you can see, I have absolutely no understanding of CSS ;-) */

/* B O D Y */

body {
	background: #CCFFFF;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 100%;
}

/* H E A D E R S */
h1 {
	font-size: 36px;
	color: #CCFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #3399FF;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #CCFFFF;
	background-color: #3399FF;
	margin-right: 10px;
	margin-left: 10px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -10px;
	line-height: 120%;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}

/* P A R A G R A P H S */
.justifypadding {
	font-size: 14px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 120%;
}

.copyright {
	font-size: 10px;
	text-align: right;
	vertical-align: top;
}

/* L I N K S */
a:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #3399FF;
	color: #CCFFFF;
	padding-top: 2px;
	padding-bottom: 4px;
}
a:active {
	text-decoration: none;
	color: #00CC00;
	background-color: #FFFF33;
	padding-top: 2px;
	padding-bottom: 4px;
}
a:hover {
	text-decoration: none;
	color: #3399FF;
	background-color: #CCFFFF;
}
.navi {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #CCFFFF;
	background-color: #3399FF;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
}
.navicurrentpage {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #3399FF;
	background-color: #CCFFFF;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
}
.navisingleword {
	font-weight: bold;
	text-decoration: none;
	border: thin none #000000;
	color: #CCFFFF;
	background-color: #3399FF;
}
.naviright {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #CCFFFF;
	background-color: #3399FF;
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: right;
	padding-right: 4px;
	padding-left: 4px;
}
.navicurrentpageright {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #3399FF;
	background-color: #CCFFFF;
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: right;
	padding-right: 4px;
	padding-left: 4px;
}
.center {
	font-size: 14px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 120%;
}
h5 {
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	color: #CCFFFF;
	background-color: #3399FF;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
}
