#container {
}
#border {
}
#header {
	height: 100px;
	font-size: 40px;
	overflow: hidden;
}
#header_logo {
	float: left;
	margin: 0px 40px 0px 0px;
	padding: 0px;
}
#header_text {
	float: left;
	margin: 22px 0px 0px 0px;
}
#header_text p {
	font-size: 30px;
}
#header_text p span {
	color: #e78303;
}
#content {
	background-color: #ffffff;
}

#contentLeft {
	display:none;
}
.naviMain {
	display:none;
}
.naviSub {
	display:none;
}

#contentCenter {
	padding: 0px 0px 0px 0px;
}
.textRight {
	margin-top: 10px;
}
#footer {
	display: none;
}
#footer_print { 
	margin-top:10px;
	padding-top: 2px;
	text-align: right;
	border-top: 1px solid #000000;
}


a, address, blockquote,
caption, cite, dfn, dl, dt,
fieldset, form, h1, h2, h3, h4,
img, input, label, legend,
li, ol, option, p, q, body,
select, textarea, td, th, ul,div
{
  font-family: Georgia, Times, serif;
  font-size: 13px;
	line-height: 1.4em;
  margin: 0px;
  padding: 0px;
	border: 0px;
	color:#000000;
}

body
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

h1
{
  font-family: Arial, sans-serif !important;
  font-size: 20px;
  margin: 0px 0px 0.5em 0px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	padding-top: 1em;
	color:#000;
}
h1 a {
  font-family: Arial, sans-serif !important;
  font-size: 20px;
	font-weight: normal;
	color:#000 !important;
}
h2
{
  font-family: Arial, sans-serif !important;
  font-size: 15px;
	font-weight: normal;
	line-height: 1.2em;
  padding: 1em 0px 0.5em 0px;
	color:#000000;
}
h2 a {
  font-family: Arial, sans-serif !important;
  font-size: 15px;
	font-weight: normal;
	line-height: 1.2em;
	color:#000 !important;
}

h1.top,
h2.top
{
  margin: 0px 0px 0.5em 0px;
	padding-top: 1em;
}
p  {
  padding: 0em 0em 0.75em 0em;
	color:#444;
}


select, input, textarea {
  color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 0px;
}
input, option, textarea {
	padding: 1px 2px 1px 2px;
}

select.long {
	width: 237px;
	height: 18px;
}
input.long {
	width: 230px;
	height: 16px;
}
textarea.textfield {
	width: 230px;
	height: 100px;
}

input.error,
select.error,
textarea.error
{
	background-color: #000000;
}

p.error, 
td.error  {
	font-weight: bold;
	color: #000000;
}

li {
  padding: 0px 22px 0px 0px;
  margin: 0px 0px 3px 24px;
}

ul, ol {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px -10px;
}
ul ul, 
ol ol {
  margin-left: 12px;
}
table {
  border: 0px;
	padding:10px;
}

table td,
table th
{
  padding: 2px 10px 2px 0px;
}
table th
{
  text-align: left;
}

img.right {
  border: 5px solid #ffffff;
  margin: 5px 0px 5px 5px;
	float:right; 
	clear:right;
}
img.left {
  border: 5px solid #ffffff;
  margin: 5px 5px 5px 0px;
	float:left; 
	clear:left;
}

img.top {
  margin-top: 0px;
}

#screenshots {
	display: none;
}

.button
{
  cursor: pointer;
} 

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
	line-height: 0px;
}

a:link,
a:visited,
a:active,
a:hover
{
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.mailDebug {
	display: none;
}

#header_text p {
	font-family: Arial, sans-serif !important;
}
