* {margin:0; padding:0;}
p, h1, h2, h3, h4, ul, ol, object, embed, h3 img {
	margin-bottom:20px;
}

body {
	text-align:center;
}

.wrapper{
	width:780px;
	margin:0 auto;
	text-align:left;
	background: url(images/border1.png) repeat-y;
	background-position: 0 -12px;
}

.heading{
	height:132px;
	background: url(images/head.png);
	margin-bottom:15px;
}

.heading h1{
	display:none;
}

.skip{
	float:right;
	color:white;
	font-size:8px;
	font-family:Verdana, Sans-Serif;
	padding-right:5px;
}

.skip a{
	color:white;
	text-decoration:none;
}

.topnav{
	text-align:right;
	padding-top:107px;
}

.topnav ul{
	list-style-type:none;
}

.topnav ul li{
	float:right;
}

.topnav ul li a{
	padding:2px 22px 3px 22px;
	display:block;
	color:white;
	font-family:Verdana, Arial, Sans-Serif;
	font-weight:bold;
	text-decoration:none;

}

.topnav ul li a:hover{
	color:#add0e1;/*light blue*/
}

.pagearea{
	font-family:Verdana, Arial, Sans-Serif;

}

.post{
	border:1px dotted #1e7dac;/*blue*/
	margin:0px 260px 20px 45px;
	padding:15px;

}

.post p, ul, ol, dl{
	font-size:90%;
	line-height:150%;
}

.post ul li, .post ol li{
	margin-bottom:10px;
}

.paragraphlist{
	text-indent:25px;
	list-style-position:inside;
}

.post h1, .post h2, .post h3{
	font-weight:normal;
	font-family:Times, Serif;
	color:#1e7dac;/*blue*/
}

.rightcol{
	border:1px dotted #1e7dac;/*blue*/
	margin:0px 45px 20px 20px;
	width:155px;
	display:inline;
	float:right;
	padding:15px;
}

.rightcol h3{
	margin-bottom: 10px;
	color:#1e7dac;/*blue*/
	font-family:Times, Serif;
	font-weight:normal;
}

.rightcol ul{
	list-style-type:none;
	font-size:80%;
}

.rightcol ul li{
	background: url(images/bullet.gif) no-repeat;
	background-position:0px 7px;
	padding-left:12px;
	margin-bottom:10px;
}

.a, .rightcol a{
	color:#1e7dac;/*blue*/
}

.a:hover, .rightcol a:hover{
	color:#add0e1;/*light blue*/
	text-decoration:none;
}

.a:visited, .rightcol a:visited{
	color:darkblue;
	text-decoration:none;
}

.footer{
	clear:both;
	font-size:75%;
	font-family:Verdana, Arial, Sans-Serif;
	background:#1e7dac;/*blue*/
	color:white;
	text-align:center;
	padding:20px 0;
}

.footer a{
	color:white;
}

.footer p{
	margin-bottom:0px;
}

.date {
	color:gray;
	margin-top: -20px;
}


.search input.wide, .respond input, .respond textarea{
	width:100%;
	border-bottom: 2px solid #3eAdDc;
	border-right: 2px solid #3eAdDc;
	border-top: 2px solid #004d7c;
	border-left: 2px solid #004d7c;
	margin-bottom:2px;
}

.button{
	background:#1e7dac;/*blue*/
	padding: 0 2px;
	font-family:Verdana, Arial, Sans-Serif;
	color:white;
	font-weight:bold;
	border-top: 2px solid #3eAdDc;
	border-left: 2px solid #3eAdDc;
	border-bottom: 2px solid #004d7c;
	border-right: 2px solid #004d7c;
}

.respond{
	width:100%;
}

.respond input, .respond textarea{
	width:100%;
}

