@charset "utf-8";
#wrapper {
	padding: 0px;
	margin-bottom: 0px;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {

}
strong {
	font-size: 100%;
	font-weight: bold;
}




h1 {
	font-size: 200%;

}
h2 {
	font-size: 150%;

}
#navigation {
	display: none;

}
#content_sidebar {
	float: right;
	height: auto;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_sidebar h3 {
	font-size: 130%;
	font-weight: bold;
	padding-left: 5px;
}
#content_sidebar p {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 100%;
	padding-bottom: 5px;
}
#content_sidebar table {
	margin-top: .5em;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: .5em;
	width: 190px;
}
#content_sidebar td {
	font-size: 120%;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
#content_sidebar td p {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}


#content_sidebar div {
	font-size: 100%;
}
#content_sidebar ul {
	margin-left: 20px;
}
#content_sidebar li {
	font-size: 120%;
}
#content_sidebar a {
	font-size: 100%;
}
.morelink {
	display: none;
}





#content_body {
	padding: 10px;
	margin-right: 220px;
}
#content_body h3 {
	font-size: 120%;
	font-weight: bold;
	color: #30555C;
	font-family: Arial, Helvetica, sans-serif;
}
#content_body p {
	font-size: 100%;
	padding-bottom: 1em;
}
#content_body ul {
	margin-left: 50px;
	margin-bottom: 1em;
}
#content_body li {
	font-size: 120%;
	list-style-type: disc;
}
#content_body a {
	font-size: 100%;
}
#contact_form {
	padding-left: 20px;
}
#contact_form label {
	font-size: 100%;
}
#ewComments {
	width: 6em;
	height: 2em;
	font-size: 120%;
	font-weight: bold;
}

#name {
	width: 200px;
	font-size: 100%;
}
#email {
	width: 200px;
	font-size: 100%;
}
#message {
	width: 460px;
	font-size: 100%;
}
#security_code {
	font-size: 100%;
}

.warning {
	color: #FF0000;
	font-size: 100%;
}






#footer {
	margin-top: 10px;
	line-height: 52px;
	height: 52px;
	position: relative;
	text-align: center;
	clear: both;
}
#footer .imageleft {
	float: left;
	margin: 5px;
	border: 1px solid #000000;
}
#footer .imageright {
	float: right;
	clear: none;
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.imageleft {
	margin: 5px;
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	font-size: 90%;
	line-height: 90%;
}

.imageright {
	margin: 0px;
	padding: 0px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	font-size: 90%;
	line-height: 90%;
}
