@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#7DAFAE;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
p {
	margin-bottom:9px;
	line-height:16px;
}
a:link, a:active, a:visited {
	color:#06668C;
	text-decoration:underline;	
}
a:hover {
	color:#950839;
}
img {
	border:0;
}
#pageWrapper {
	position:relative;
	background-color:#FFF;
	margin:0 auto;
	margin-top:5px;
	width:960px;
	text-align:left;
}
#left {
	float:left;
	background-color:#FFF;
	width:185px;
	margin-left:15px;
	margin-top:10px;
}
#right {
	float:right;
	background-color:#FFF;
	width:720px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
}
#topBar {
	background-color:#06668C;
}
#logoBar{
	background-color:#FFF;
	margin-left:10px;
	margin-right:15px;
}
#footer {
	clear:both;
	background-color:#06668C;
}
img.floatRight {
	float:right;
	margin-left:13px;
}
hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #06668C;
	height: 0px;
	margin-top:10px;
	margin-bottom:10px;
}
.smallerText {
	font-size:10px;
}
.listText {
	font-size:12px;
}
h1 {
	font-size:18px;
	color:#06668C;
	margin-bottom:4px;
}
h2 {
	font-size:16px;
	color:#000;
	font-style:italic;	
}
h3 {
	font-size:14px;
	color:#000;
}
h4 {
	font-size:16px;
	color:#F00;
	margin-bottom:2px;
}
h5 {
	font-size:11px;
	color:#999;
}
h6 {
	font-size:16px;
	color:#F00;
	margin-bottom:4px;
}
h7 {
	font-size:16px;
	font-weight:bold;
	color:#06668C;
	margin-bottom:4px;
}
.border {
	border-right: 10px solid #FFFFFF;
}
.dashed {
	border-bottom:1px dashed #06668C;
}
.workshop {
	color:#000;
	font-weight:bold;
}
.workshop a:link, workshop a:active, workshop a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.unsubscribe {
	color:#FFF;
	font-weight:bold;
}
.unsubscribe a:link, unsubscribe a:active, unsubscribe a:visited {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

