body,
	html {
		margin:0;
		padding:0;
		color:#000;
		background:#364856 url(images/bg.jpg) center repeat-y;
	}
	#wrap {
		width:798px;
		margin:0 auto;
		background:#EBF3F8;
	}
	#header {
    	padding:0px 10px 0px 15px;
		background:#fff url(images/headerbg.jpg) center bottom repeat-x;
		height:119px;
	}
	h1 {
	    margin:0;
    }
	#nav {
		height:35px;
		background: url(images/navbg.jpg) center bottom repeat-x;
	}
	#nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li {
		display:inline;
		margin-right:0px;
	}
	#main {
		float:left;
		width:540px;
		margin:6px;
		background:#EBF3F8;
		margin-top:6px;
	}
	a:link, a:visited, a:hover, a:active {
		color:#0000FF;
	}
	
	#maintitle {
		width:530px;
		height:35px;
		padding:15px 0px 0px 10px;
		background: url(images/maintitlebg.jpg) center center repeat-x;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing:-1px;
		font-weight:bold;
		font-size:18px;
		color:#fff;
	}
	#maincontent {
		width:510px;
		height:auto;
		padding:15px 10px 0px 20px;
		background: #fff;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing:0px;
		margin-top:-6px;
		font-size:12px;
		color:#000;
	}
	p {
		line-height:130%;
	}
	h2 {
		margin:0 0 1em;
	}
	h3 {
		margin:0 0 1em;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing:-1px;
		font-weight:bold;
		font-size:18px;
		color:#76BB2D;
	}
	#sidebar {
		float:right;
		width:240px;
		margin:0px 6px 5px 0px;
		background:#EBF3F8;
	}
	#sidebar p {
		line-height:120%;
		margin-top:0px;
		font-size:12px;
	}
	#sidebar h2 {
		margin:0 0 1em;
	}
	#sidebar h3 {
		margin:0 0 1em;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing:-1px;
		font-weight:bold;
		font-size:18px;
		color:#fff;
		margin-bottom:5px;
	}
	#mailing {
		width:230px;
		height:165px;
		padding:5px 0px 0px 10px;
		background: url(images/mailingbg.jpg) repeat-x;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing:0px;
		font-size:14px;
		color:#fff;
		margin-top:6px;
	}
	#sidebartitle {
		width:230px;
		height:30px;
		padding:8px 0px 0px 10px;
		margin-top:-8px;
		background: url(images/sidebartitlebg.jpg) center center repeat-x;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing:-1px;
		font-weight:bold;
		font-size:18px;
		color:#fff;
		}
	#sidebarcontent {
		width:200px;
		height:auto;
		padding:9px 10px 0px 30px;
		background: #fff;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing:0px;
		margin-top:-6px;
		font-size:12px;
		color:#000;
		margin-bottom:10px;
	}
	#footer {
		clear:both;
		padding:10px 10px;
		border-top: 1px dotted black;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing:0px;
		font-size:11px;
		color:#000;
	}
	#footer p {
		margin:0;
    }
	* html #footer {
		height:1px;
		clear:both;
		padding:10px 10px;
		border-top: 1px dotted black;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing:0px;
		font-size:11px;
		color:#000;
	}
	
#slideshow {
    position:relative;
    height:280px;
	width:540px;
}

#slideshow2 {
    position:relative;
    height:220px;
	width:470px;
}

#slideshow IMG, #slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active, #slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active, #slideshow2 IMG.last-active {
    z-index:9;
}

.msg_list {
	margin: 0px auto;
	padding: 0px;
}
.msg_head {
	cursor: pointer;
	position: relative;
	color:#0000FF;
	margin:0px;
}