body {
	background-color:#FFFFE9;
	font-size:small;
	font-family:georgia, verdana, sans-serif;
}

#contentDiv p {
	line-height:20px;
	margin:5px;
}

form {
	margin:0px;
}

#contentDiv h1 {
	font-size:22pt;
}

#contentDiv h2 {
	font-size:12pt;
}

#contentDiv ul {
	margin: 0 0 0 -20px;
	#margin: 0 0 0 22px;
	_margin:0 0 0 22px;
}
	
img {
	border:0px;
}

.small {
	font-size:x-small;
}

.bold {
	font-weight:bold;
}

.ghost {
	color:#C0C0C0;
}

#containerDiv {
	background-color:#FFFFFF;
	width:800px;
	margin:auto;
	border:1px solid #111166;
}

#bannerDiv {
	background-color:#C5E1F7;
	background-repeat:no-repeat;
	height:110px;
	border-bottom:1px solid black;
	padding:20px;
	text-align:right;
}

.feed {
	position:relative;
	bottom:20px;  /* The first setting will apply to all browsers, */
	#bottom:21px; /* The second setting will only apply to Microsoft Internet Explorer browsers */
	_bottom:21px; /* The third setting will only apply to IE browsers 6.0 and older */
	left: 700px;
	/*margin-left: 3px; */
	padding: 0 0 0 19px;
	background: url("../rss/feed-icon-14x14.png") no-repeat 0;
	text-decoration: none;
}

#contentDiv {
	position:relative;
	bottom:20px;
	#bottom:0;
	_bottom:0;
	width:688px;
	padding:0px 50px;
}

a:link{ color:#3300CC;}
a:active{ color:#3300CC;}
a:visited{ color:#339933;}

table {
	table-layout: automatic;
	empty-cells: show;
	line-height:18px;
	margin:5px;
}

#footerDiv {
	color:#FFFFFF;
	font-size:12px;
	padding:5px 10px;
	background-color:#426BA9;
	clear:both;
}

#footerDiv a:link{ color:#FFFFFF;}
#footerDiv a:active{ color:#FFFFFF;}
#footerDiv a:visited{ color:#FFFFFF;}