<style type="text/css">

body {
	background-color: #bfddf0;
	background-image: url(images/bgcurtain.jpg);
	background-repeat: repeat-x;
}

div.container {
	width: 904px; /* Supposed to render at 920 */
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 30px;
	margin-top: 10px;
	font-family: Helvetica;
	font-size: 10pt;
	display: block;
	text-align: left;
	border: 1px solid #0079c2;

	overflow: hidden;
}

div.blog {
	line-height: 180%;
}

div.body {
	padding: 0px 20px 20px 20px;
}

div.body p {
	line-height: 170%;
	padding-bottom: 4px;
}

div #sidebar {
	float: right;
	width: 352px;
}

div #sidebar div.title {
	font-size: 12pt;
	font-weight: bold;
	font-family: Helvetica, Sans-serif;
	color: #666666;
	padding-top: 12px;
}

div #sidebar ul li {
	/* */
	list-style-position: inside;
	margin-left: -36px;
}

div #sidebarlist ul li {
	list-style-position: outside;
	padding-bottom: 4px;
}

div #Exoneree p {
	margin-top: 0px;
	margin-bottom: 0px;
}

blockquote {
	line-height: 170%;
	padding-bottom: 0px;
}

a {
	color: #0079c2;
	/* font-weight: bold; */
}

// TOOLTIP CODE

a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: 60px;
	left: -10px;
	width: 125px;
	padding: 5px;
	z-index: 100;
	background: #bfddf0;
	color: #FFFF;
	font-weight: bold;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}

// END TOOLTIP CODE

ul {
	/* color: #0079c2; */
	/* padding-left: 20px; */
}

li {
	margin-bottom: 3px;
	/* margin-top: 3px; */
}

span.blogtitle {
	color: #0079c2; 
	font-size: 11pt;
	font-weight: bold;
	font-family: Helvetica, Sans-serif;
}

span.blogdate {
	color: #666; 
	font-size: 10pt; 
	font-family: Helvetica, Sans-serif;
	/* text-transform: uppercase; */
}

span.blogdate:before
{
	content: "";
}

span.blogpost {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

span.name {
	font-size: 11pt;
	font-weight: bold;
}

span.required {
	color: #990000;
	font-style: italic;
}

input.required {
	border: 1px solid #900;
	padding: 3px;
}

input.notrequired {
	border: 1px solid #999;
	padding: 3px;
}

hr {
	height: 1px;
	border: 0px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}

h1 {
	
	font-size: 20 pt;
	color: #0079c2;
	font-weight: normal;
	font-family: Helvetica, Sans-serif;
	margin-top: 6px;
}

h2 {
	
	font-size: 14pt;
	color: #666666;
	font-weight: bold;
	font-family: Helvetica, Sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h3 {
	font-family: Helvetica, Sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #0079c2;
	padding-top: 8px;
	padding-bottom: 0px;
}

h3.blogpost {
	font-size: 14pt;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
}

h4 {
	font-size: 10px;
	font-family: Helvetica, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: .2em;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
	margin: 0px 0px 2px 0px;
}
#wpcf input {
	float: left;
	width: 250px;
	padding: 1px;
	margin: 2px 5px 10px 0;
}
#wpcf textarea {
	width: 450px;
	height: 200px;
	padding: 3px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 350px;
	width: 100px;
}

</style>