@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: #ccc;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:0.75em;
	color:#333333;
	line-height:1.5;
}

h1 {
	width: 100%;
	height: 25px;
	font-size: 18px;
	color: #233C91;
	margin: 0px 0px 10px 0px;
}

h2 {
	width: 100%;
	height: 20px;
	font-size: 14px;
	color: #233C91;
	margin: 10px 0px 5px 0px;
}

a {
	text-decoration: none;
	color: #233C91;
}

fieldset {
	border: 0;
}

legend {
	width: 100%;
	height: 20px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #233C91;
	margin: 10px 0px 5px 0px;
}

p {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

form p {
	width: 513px !important;
	padding: 0 !important;
}

p input {
	width: 296px;
	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:hover, p input:focus {
	border: 1px solid #2C3D4A;
	background: #fff;
	padding: 2px;
}

p.captcha_text {
	margin: 10px 0px 0px 0px;
}

#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: 12px;
}

input.contactFormClass_button , input.button {
	width: 96px;
	height: auto !important;
	float: left;
	border: 1px solid #ccc !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: 294px;
	height: 60px;
	float: left;
	border: 1px solid #ccc;
	border-bottom: 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: 302px;
	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;
}
