@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}

html {
	height: 100%; 
}

.purple {
	color: #B00065;
}

a:link {text-decoration: none; color: #de8300;}
a:visited {text-decoration: none; color: #de8300;}
a:hover {text-decoration: underline; color: #de8300;}
a:active {text-decoration: none; color: #de8300;}

div.clearer {
	clear: both;
	height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.contact_form_field {
	margin-bottom: 8px;
}

.contact_form_field_textarea {
	margin-bottom: 8px;
}

.contact_form_select_field {
	margin-bottom: 8px;
}

body {
	font: normal 14px Arial, Verdana, sans-serif;
	color: #000000; 
	text-align: left;
    line-height: 20px;
	height: 100%;
	background-image: url(../../images/layout/bg3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #afaf88;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
	
/* BASE CLASSES FOR IMAGES WHICH AREN'T OVERRIDDEN */
img {
	border: 0;
	display: block;
}

.container {
	margin: 0px auto 0px auto;
	width: 900px;
	display: block;
	background-color: #000000;
	border: solid #999999;
	border-width: 0px 1px 0px 1px;
}

	.header_container {
		width: 900px;
		height: 109px;
		background-image: url(../../images/layout/header.png);
		background-repeat: no-repeat;
	}
	
	.top_nav_container {
		float: left;
		width: 900px;
		height: 35px;
		background-image: url(../../components/modules/pro_dropdown/three_0.gif);
		background-repeat: repeat-x;
		z-index: -90;
	}
	
	.main_content {
		background-repeat: repeat-y;
		background-position: center;
		background-color: #ffffff;
		padding: 40px 20px 20px 20px;
		min-height:390px;
		height:auto !important;
		height:390px;

	}
	
	.footer {
		background-repeat: no-repeat;
		background-position: center;
		margin: 0px auto 20px auto;
		padding: 14px 0px 5px 0px;
		width: 900px;
		height: 70px;
		text-align: center;
		color: #ffffff;
		font-size: 11px;
	}

h1 {
	color: #b00065;
	margin-bottom: 12px;
	margin-top: 22px;
	font-size: 28px;
}

h2 {
	color: #b00065;
	margin-bottom: 12px;
	margin-top: 22px;
	font-size: 21px;
}

h3 {
	color: #000000;
	margin-bottom: 12px;
	margin-top: 28px;
	font-size: 18px;
}

h4 {
	color: #b00065;
	margin-bottom: 12px;
	margin-top: 22px;
	font-size: 14px;
}

h5 {
	color: #b00065;
	margin-bottom: 12px;
	margin-top: 28px;
	font-size: 18px;
}

h6 {
	color: #b00065;
	margin-bottom: 12px;
	margin-top: 28px;
	font-size: 14px;
	text-decoration: underline;
}

.left_td {
	width: 300px;
	background-color: #fff0f9;
}

.middle_td {
	width: 300px;
	background-color: #f0e5eb;
}

.right_td {
	width: 300px;
	background-color: #fff0f9;
}

.left_td2 {
	width: 450px;
	background-color: #fff0f9;
}

.middle_td2 {
	width: 450px;
	background-color: #f0e5eb;
}
