table.contenttable{ border: 1px solid navy; text-align: center; }
table.contenttable td{ border: 1px solid navy; }
.sideimage{
	position: relative;
	left: -215px;
	z-index: 10000;
	width: 205px;
	height: 300px;
}
.firstcol{
	text-align: left;
}

.yesno{
	font-family: Wingdings, Verdana;
	font-size: 16px;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}
a:link { 
	text-decoration: none; 
		color: #00354b;
	font-weight: bold;
}
a:visited{
		color: #00354b;
	font-weight: bold;	
}
a:hover {
	color: #7fb6c8;
	font-weight: bold;
}
a img { border: none; }
body {
	background: #4e96b6;
	font: 12px verdana, arial, sans-serif;
}
p {
	margin: 10px 0;
}
table.bc {
	border-collapse: collapse;
}
#wrapper {
	width: 911px;
	margin: 0px auto;
	background: #fff url(../img/wrapper.gif);
	color: #444;
}
#footer {
	clear: both;
	height: 50px;
	background: #00354b url(../img/footer.gif);
	color: #ace;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 10px 0px 0px 0px;
	font: 11px tahoma;
		color: #432;
}
#header {
	background: #4E96B6;
	height: 106px;
	overflow: hidden;
}
#left {
	width: 220px;
	float: left;
}
#menu {
	padding: 10px 0px 10px 13px;
}
#greylinebox {
	margin: 10px 0px 10px 11px; 
	font: 11px tahoma;
	border: 1px solid #ccc;
	color: #444;
}
#greylinebox p {
	padding: 10px;
	margin: 0;
}
#right {
	width: 660px;
	margin-left: 232px;
}
.inner {
	padding: 10px;
}
#left ul {
	list-style: none;
}
#left li {
	margin: 2px;
}
#left li a {
	display: block;
	width: 210px;
	padding: 8px 0px;
	background: #1076a1;
	text-indent: 20px;
	color: #fff;
	font: 12px verdana;
}
#left li a:hover {
	background: #046;
}
h1 { font: 24px arial; color: #17a; padding-top: 10px}
h2 { font: 18px arial; color: #17a; }
h3 { font: 18px arial; color: #17a; text-align: left; padding: 5px;}

div.thecontent tr, td{
	border: 0px solid navy;
	border-collapse: collapse;
}

