@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/stork-bg.png);
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

p {
margin-top: 0px;
margin-bottom: 0px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	border:0;
	width: 784px;
	background: url("/images/stork-corner_10.png") repeat;
}

#topmenu {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 784px;
	background: url("/images/stork-corner_10.png") repeat;
}

a {
color: #b70034;
text-decoration: none;

}

a:visited {
color: #b70034;
text-decoration: none;

}

a:hover {
color: #f29a00;
text-decoration: underline;

}

#pagebottom {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 784px;
	height: 21px;
	clear: both;
}

#header {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 784px;
	height: 123px;
	background: url("/images/stork-corner-header.jpg") repeat;
}

#leftside {
	float: left;
	width: 222px;

}

#rightside { 
	margin: 0;
	float: left;
	width: 560px;
	height: 1% /* Holly hack for Peekaboo Bug */

}

#rightbox {
	margin-left: 12px;
	width: 529px;
    margin-top: 0px;
	margin-bottom: 10px;
	background: #ffffff;

	}
	
#rightcontent {
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFF;
	font-size: medium;
	border-left: 2px solid #e8829f;
	border-right: 2px solid #e8829f;
	
}

#leftbox {
	margin-left: 18px;
	width: 202px;
    margin-top: 0px;
	margin-bottom: 10px;

	}
	
#leftcontent {
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFF;
	font-size: medium;
	border-left: 2px solid #e8829f;
	border-right: 2px solid #e8829f;
}

h2 {
	border-bottom:dotted 1px #999999;
	font-size: medium;
	font-weight: bold;
	color: #d6305f;
	margin-top: 0px;
	margin-bottom: 2px;
}

h1 {
	border-bottom:dotted 1px #999999;
	font-size: x-large;
	color: #d6305f;
	margin-top: 0px;
	margin-bottom: 6px;
}

p {
color: #666666;
}
