@import url(layout.css);
@import url(navigation.css);
@import url(modules.css);

* {
   margin: 0px;
   padding: 0px;
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	font-family:Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:1.5;
}

hr {
	width: 184px;
	height: 1px;
	float: left;
	margin: 0 auto;
	background: #626262;
	border: none;
	margin: 5px 0px 5px 8px;
}

h1 {
	width: 100%;
	height: auto !important;
	float: left;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
}

h2 {
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h3 {
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

a {
	text-decoration: none;
	color: #d70300;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.content_middle li {
	margin: 0px 0px 0px 25px;
	list-style-type: square !important;
}

.content_middle table {
	float: left;
}

.content_middle td {
	border: none;
}

p {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

#access fieldset {
	width: 500px;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #ccc;
}

#access legend {
	font-weight: bold;
}

form p {
	width: 500px;
}

form input, p input {
	width: auto !important;
	height: auto !important;
	border: 1px solid #ccc;
	border-bottom: 1px solid #555;
	background: #fff;
	padding: 2px;
	margin: 2px 5px 2px 0px;
	text-align: left;
}

p input:hover, p input:focus {
	border: 1px solid #2C3D4A;
	background: #fff;
	padding: 2px;
}

#contactFormCaptcha {
	width: 296px;
	height: 18px;
	float: left;
	border: 1px solid #ccc;
	border-bottom: 1px solid #555;
	background: #fff;
	padding: 2px;
	margin: 2px 0px 2px 186px;
	text-align: left;
}

#contactFormCaptcha:hover, #contactFormCaptcha:focus {
	border: 1px solid #2C3D4A;
	background: #fff;
	padding: 2px;
}

p input.contactFormClass_checkbox {
	width: 16px;
	height: 18px;
	float: left;
	border: 1px solid #ccc;
	border-bottom: 1px solid #555;
	background: #fff;
	padding: 2px;
	margin: 2px 0px 2px 0px;
	text-align: left;
}

p input.contactFormClass_checkbox:hover, p input.contactFormClass_checkbox:focus {
	border: 1px solid #2C3D4A;
	background: #fff;
	padding: 2px;
}

p input#female, p input#male {
	width: 10px;
	height: 10px;
	float: left;
}

p label {
	width: 180px;
	height: auto !important;
	float: left;
	padding: 2px;
	font-weight: bold;
	font-size: 8pt;
}

input.contactFormClass_button , input.button {
	width: auto !important;
	height: auto !important;
	float: left;
	border: 1px solid #555 !important;
	background: #fff;
	margin: 2px 0px 2px 2px;
	padding: 2px;
	text-align: center;
}

input.contactFormClass_button:hover, input.contactFormClass_button:focus, input.button:hover, input.button:focus {
	border: 1px solid #2C3D4A !important;
	background: #fff;
	padding: 2px;
}

textarea {
	width: auto !important;
	min-width: 200px;
	width: 200px;
	height: 60px;
	float: left;
	border: 1px solid #555;
	background: #fff;
	margin: 2px 2px 2px 0px;
	padding: 2px;
}

textarea:hover, textarea:focus {
	border: 1px solid #2C3D4A;
	background: #fff;
	padding: 2px;
}

p select, select {
	width: auto !important;
	min-width: 148px;
	height: auto !important;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	padding: 2px;
}

p select:hover, p select:focus, select:hover, select:focus {
	width: 302px;
	height: auto !important;
	float: left;
	border: 1px solid #2C3D4A;
	background: #fff;
}

.searchinput {
    width: 134px !important;
	height: 18px !important;
	float: left;
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #555;
	background: #FFFFFF;
	padding: 2px;
	margin: 2px 2px 2px 0px;
	text-align: left;
}

.searchinput:hover,
.searchinput:focus {
    border: 1px solid #000000;
}

.searchbutton {
    width: 54px !important;
	height: auto !important;
	border: 1px solid #CCCCCC;
    border-bottom: 1px solid #555;
	background: #FFFFFF;
	margin: 2px 0px 2px 2px;
	padding: 2px;
	text-align: center;
}

.searchbutton:hover,
.searchbutton:focus {
    border: 1px solid #000000;
}

table.month {
	border: 1px dotted #E6E6E6;
	background: #F9F9F9;
}