html, body, table, td, form, div, img {
	margin: 0;
	padding: 0;
}

	
a {
	color: #0D5CA9;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #006E51;	
	text-decoration: none;
	font-weight: normal;
}

/*  ========== MURDER ==========  */

html {
	height: 100%;
	min-height: 100%;
}

body {
	color: #000;
	background: #CCCC99;
	font-family: "Helvetica", "Palatino Linotype", sans-serif;
	text-align: center;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#nonbody {
	background: #CCCC99 url('elements/bg_line.png') center repeat-y;
}

#midplane {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#footer {
	clear: both;
	width: 100%;
	padding-top: 30px;
	text-align: center;
	background: #CCCC99 url('elements/bg_footer.png') top center no-repeat;
	height: 130px;
}

/*  ========== Header ==========  */

#header {
	background: url('elements/bg_coy_top.jpg') top left no-repeat;
	width: 980px;
	height: 175px;
}

#major {
	float: right;
}

#major img {
	border: none;
	color: none;
}

#main {
	width: 980px;
}

#body {
	background: #FFF url('elements/bg_coy_body.jpg') top left no-repeat;
	width: 795px;
	vertical-align: top;
}

#body img {
	border: none !important;
}


#footing {
	margin: 0 auto;
}

#footing td {
	vertical-align: middle;
}

#address {
	font-size: 11px;
	font-family: "Helvetica", "Palatino Linotype", sans-serif;
	padding: 0 10px
}

#headerbar {
	background: url('elements/bg_coy_mid.jpg') top left no-repeat;
	width: 980px;
	height: 30px;
}

#hbleft {
	text-align: left;
	padding: 1px 0 0 0;
	width: 185px;
	height: 29px;
}

#hbleft a {
	font-family: "Helvetica", "Palatino Linotype", sans-serif;
	font-size: 20px;
	color: #996633;
}

#hbleft a:hover div {
	background: url('elements/link_gold2.png') repeat;
	color: #455E85;
}

#home {
	text-align: left;
	padding: 5px 0 0 0;
	width: 185px;
	height: 29px;
	color: #996633;
	
}

#title {
	text-align: left;
	width: 580px;
	font-family: "Helvetica", "Palatino Linotype", sans-serif;
	font-size: 20px;
	color: #fff;
}

#realtitle {
	color: #996633;
}

#hbright {
	text-align: right;
	color: #996633;
	width: 215px;
}

/*  ========== Sidebar ==========  */

#sidebar {
	background: #F2F7F5 url('elements/bg_coy_side.jpg') top right no-repeat;
	width: 185px;
	text-align: right;
	vertical-align: top;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li a {
	font-family: "Helvetica", "Palatino Linotype", sans-serif;
	display: block;
	font-size: 16px;
	text-align: right;
	width: 185px;
	background: url('elements/link_blue.png') repeat;
	color: #fff;
	line-height: 1.7;
	*margin: 0px;
}

#sidebar li a:hover {
	background: url('elements/link_gold.png') repeat;
	color: #455E85;
}

.seghead {
	margin: 14px 5px 5px;
	text-align: right;
	font-family: "Helvetica", "Palatino Linotype", sans-serif;
	font-size: 22px;
	font-weight: 550;
	line-height: 1.0;
}

/*  ========== Content ==========  */

#content {
	padding: 35px;
	margin: 0px;
	font-family: "Helvetica", "Palatino Linotype", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	vertical-align: top;
}

h1 {
	font-family: "Helvetica", "Palatino Linotype", sans-serif;
	font-size: 22px;
	line-height: 0.5;
}

h2 {
	font-family: "Helvetica", "Palatino Linotype", sans-serif;
	font-size: 18px;
	line-height: 0.5;
}
	
	
.right {
	float: right;
	margin: 5px 0 5px 10px;
	padding: 5px;
	background: #F1F5F4;
	font-size: 12px;
	line-height: 1.2;
}

.right img {
	width: 265px;
}

.right p {
	margin: 4px 1px;
	width: 260px;
}

.maureen {
	border: 1px solid #000000;
}

.tip {
	border: 1px solid grey;
	background: #F1F5F4;
	font-size: 11px;
	padding: 3px;
	margin: 0 5px;
	max-width: 300px;
	line-height: 12px;
	font-family: "Helvetica", "Palatino Linotype", sans-serif;
}

#content td {
	padding-left: 5px;
}

