body {
	background-color: #BBDDFF;
	margin: 0;
	padding: 0 0 30px 0;
}

body, td, div, p {
	font: 0.95em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
}

body, td, div, p {
	text-align: left;
}

a:link {
	text-decoration: underline;
	color: #6666FF;
	}
a:visited {
	text-decoration: underline;
	color: #3333CC;
	}
a:hover {
	text-decoration: underline;
	color: #000033;
	}
a:active {
	text-decoration: underline;
	color: #3333CC;
	}

#header {
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	border-bottom: 0px solid #999;
	}

#logo {
	width: 600px;
	margin: 0 auto;
	text-align: right;
	padding: 23px 0 6px 0;
	}

#content {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: 50% 10px;
	width: 100%;
	text-align: center;
	}

#page {
	width: 600px;
	margin: 8px auto;
	padding: 8px 0 20px 0;
	text-align: left;
	}

h1 {
	color: #333366;
	margin: 0;
	font-size: 140%;
	}

h2 {
	color: #333366;
	margin: 0;
	font-size: 140%;
	}

h3 {
	color: #333366;
	margin: 24px 0 8px 0;
	font-size: 105%;
	}

#news h3 {
	margin: 16px 0 8px 0;
	}

#news h3 a {
	text-decoration: none;
	}

h4 {
	color: #333366;
	margin: 0;
	padding: 0;
	font-size: 105%;
	}

#news {
	padding: 8px;
	margin-right: 20px;
	background-color: #FFFFFF;
}

#news p {
	margin: 0;
	padding: 8px 0;
	font-size: 85%;
	border-bottom: 1px solid #BBDDFF;
	}

.further {
	color: #999;
	font-style: italic;
	font-size: 90%;
	padding-top: 10px;
	}

.more {
	text-align: right;
	margin-bottom: 16px;
	}

.centered {
	text-align: center;
	}

#home_jenny_photo {
	float: left;
	margin: 0 10px 100px 0;
	}

#nav {
	width: 100%;
	background: url("../images/tab_bg.gif") repeat-x;
	border-top: 1px solid #999;
	}
table#navtable {
	margin: 0 auto;
	}
table#navtable td {
	background: url("../images/tab_left_off.gif") no-repeat left bottom;	
	padding: 0 4px;	
	}
table#navtable td a {
	display: block;
	background: url("../images/tab_right_off.gif") no-repeat right bottom;
	padding: 2px 8px 4px 4px;
	margin: 0 auto;
	text-decoration: none;
	font-weight: bold;
	color: #666699;
	font-family: "Bookman Old Style", "Times New Roman", serif;
	white-space:nowrap;
	}
table#navtable td a:hover {
	color:#6666FF;
	}
table#navtable td#current {
	background: url("../images/tab_left_on.gif") no-repeat left bottom;
	color:#000;
	}
table#navtable td#current a {
	background: url("../images/tab_right_on.gif") no-repeat right bottom;
	color:#000033;
	}
table#navtable td:hover a {
	background: url("../images/tab_right_on.gif") no-repeat right bottom;
	color:#000033;
	}
table#navtable td:hover {
	background: url("../images/tab_left_on.gif") no-repeat left bottom;
	color:#000033;
	}
	
.newsletters a {
	text-decoration: none;
	}
.newsletters a:hover {
	color: #000033;
	}
.newsletters p {
	font-style: italic;
	color: #666699;
	font-size: 90%;
	margin: 2px 0 16px 0;
	padding: 0;
	}
	
ul {
	margin: 16px 24px;
	}
	
li {
	margin: 4px 0 10px 0;
	}

.callout {
	background-color: #EFEFFF;
	padding: 10px;
	margin: 12px 60px;
	}

hr {
	border: none 0;
	border-top: 1px solid #FFF;
	width: 80%;
	display: block;
	margin: 16px auto 16px auto;
	height: 1px;
	}
.fineprint {
	font-size: 90%;
	font-style: italic;
}
