/* $Id: main_screen.css 50 2008-11-27 07:56:48Z bums $ */
* {
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	text-align: center;
	color: #666666;
	margin: auto;
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height: 108%;
	font-weight: normal;
	background-color: #EBEBE9;
}

body {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	vertical-align: top;
	text-align: center;
	color: #666666;
	margin: auto;
	font-family: Arial, serif;
	font-weight: normal;
	font-size: 100%;
	line-height: 108%;
	background-color: #EBEBE9;
}

IMG {
	border: 0px;
	display: block;
}

html>body  img {
	display: inline;
}

A {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

INPUT {
	font-family: Arial, sans-serif;
	/* height:16px;*/ /* font-size:0.75em */
}

UL {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

LI {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
}

table {
	font-size: 100%;
}

#root {
	width: 100%;
	height: 100%;
	margin: auto;
}

#page {
	width: 944px;
	height: 100%;
	margin: 0 auto;
	background-color: #F7F7F5;
}

#header {
	top: 0px;
	display: block;
	left: 50%;
	width: 944px;
	height: 120px;
	background-color: #F7F7F5;
}

html>body #header {
	width: 944px;
	height: 120px;
	position: absolute;
	display: inline;
	margin-left: -472px;
	background-color: #F7F7F5;
}

#logo {
	position: absolute;
	display: inline;
	top: 22px;
	left: 50%;
	margin-left: -465px;
	width: 224px;
	height: 27px;
	background-color: #F7F7F5;
}

#navigation {
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: 0px;
	background-color: #F7F7F5;
}

#mainmenu {
	width: 360px;
	margin-top: 0px;
	margin-left: 27px;
	background-color: #F7F7F5;
}

#mainmenu LI {
	float: left;
	text-align: left;
	height: 23px;
	width: 120px;
}

#contentContainer {
	float: left;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	text-align: left;
	width: 944px;
	height: 535px;
	margin: auto;
	background-color: #FFFFFF;
}

html>body #contentContainer {
	margin-top: 120px;
	/* height:auto;*/
	height: 535px;
}

#footer {
	float: left;
	text-align: left;
	background-color: #F7F7F5;
	width: 944px;
	height: 80px;
}

.address {
	margin-left: 25px;
	margin-top: 25px;
	font-size: 0.68em;
}

/* Content Container */
h1 {
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 1.67em;
	font-weight: normal;
	letter-spacing: -0.05px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	margin-bottom: 15px;
}

.csc-header-n1 h1 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.00em;
	letter-spacing: -0.05px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.csc-header {
	margin-top: 15px;
	margin-bottom: 25px;
}

#contentContainer p {
	color: #333333;
}

.cag_pagebrowser {
	position: absolute;
	top: 600px;
	z-index: 200;
	left: 50%;
	width: 80px;
	height: 30px;
	margin-left: 384px;
}

fieldset .tx-powermail-pi1_fieldset {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 0px;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html  LABEL {
	display: block;
	width: 120px;
	padding-top: 5px;
}
