@charset "utf-8";
/* CSS Document */


div#outer_body {
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom:300px;
	margin-right: auto;
	margin-left: auto;
}

div#main_body {
	background-color:#FFF;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#main_container {
	background-color:#FFF;
	width: 940px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 15px;
	padding-bottom: 10px;
	height: auto;
	clear: both;
	float: none;
}

div#main_footer {
	background-color:#FFF;
	width: 940px;
	margin-top: 10px;
	vertical-align: middle;
	color: #808080;
	font-size: 14px;
	padding-top: 5px;
	height: 80px;
}

div#footer {
	background-color:#FFF;
	margin-top: 20px;
	vertical-align: middle;
	color: #808080;
	font-size: 12px;
	padding: 10px;
	float: right;
}

div#clear {
	clear:both;
}
div#right_container {
	width: 780px;
	float: right;
	clear: right;
	text-align: justify;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

div#dotted_clear_line{
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #A0A0A4;
	margin-top: 0px;
	margin-bottom: 10px;
}
div#newsletter_container{
	font-size: 11px;
	font-weight: normal;
	clear: both;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #E2007A;
	color: #FFF;
}
div#newsletter_container_2{
	font-size: 11px;
	font-weight: normal;
	clear: both;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #E2007A;
	color: #FFF;
	float: right;
	height: 100px;
	width: 100px;
}

input,select {
	border: 0px #000000 solid;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	height: 18px
}
.button {
	border: 0px;
	background-color: #000;
	color: #FFF;
}
.button:hover {
	border: 0px;
	background: #FFF;
	color: #000;
}

div#noscript {
	clear: both;
	font-size: 13px;
	color: #000000;
	padding: 10px;
	border: 5px solid #E2007A;
}

