@import url("sifr/sIFR-screen.css");
@import url("forms.css");

/**************************
General Elements
**************************/

html, body
{
	height:100%;
}

body
{
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
	background-image: url(../images/global/page_bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8e8064;
}
/**************************
floats
**************************/
.floatClear {
    font-size: 1px;
    clear: both;
    height: 0px;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
}
.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

/**************************
Header
**************************/
#header {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	height: 84px;
}
#headerLogo {
	background-image: url(../images/global/logo_twc.gif);
	height: 0px;
	width: 219px;
	float: right;
	padding-top: 38px;
	background-repeat: no-repeat;
	margin-top: 31px;
	margin-right: 10px;
	overflow: hidden;
	margin-bottom: 32px;
}
/**************************
page content
**************************/
#pageContent {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 16px;
}

/**************************
footer
**************************/

#footer {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedbd1;
}
#copyright {
	font-size: 10px;
	color: #cdc3b0;
	padding-top: 14px;
	padding-bottom: 14px;
}


/**************************
pagetitle
**************************/

#pageContent .headBox .border h1 {
	font-size: 20px;
	color: #8e8064;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 6px;
	clear: both;
	font-size: 27px;
}

#pageContent .headBox .border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e5de;
	padding-bottom: 0px;
}
#pageContent .headBox {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	width: 730px;
}
/**************************

**************************/
#pageContent h3 {
	font-size: 18px;
	color: #8e8064;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight: normal;
}
#pageContent .copy {
	line-height: 18px;
}
#formContainer {
	padding-top: 30px;
	padding-bottom: 20px;
}
