@charset "utf-8";
/* CSS Document */


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.oneColElsCtr #container {
	width: 455px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#FFFFFF
	background-color: #000000;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;		/* set by Mahbub */
	height: 375px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: auto;
}
h1
{
	font-family:"Trebuchet MS";
	font-size:22px;
	display:block;
	margin-bottom:8px;
	font-weight:bold;
	color:#FBE5D0;
}
p
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:1.5;
	margin-bottom:8px;
}
a {color:#FFAF61;
}
.style1 {color: #FFAF61}

input.textfield
{
	width:176px;
	height:20px;
	line-height:20px;
	background:url("bg_input.jpg") no-repeat;
	text-indent:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFAF61;
	border:0px;
	padding-top:3px;
	position:relative;
	top:-2px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
textarea.textarea
{
	width:176px;
	height:50px;
	background:url("bg_input_area.jpg") no-repeat;
	text-indent:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFAF61;
	border:0px;
	padding-top:3px;
	position:relative;
	top:-2px;
	margin:0 10px;
}
/* Buttons */
input.button{
	text-align:center;
	width:75px; /* EDIT */
	height:21px; /* EDIT */
	line-height:21px;
	overflow:hidden;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#FBE5D0;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	border:none;
	background:url('bg_submit.jpg') repeat-x;
	margin:0 10px;
}

/*Images*/
img.floatLeft { 
    float: left; 
    margin: 5px; 
}
img.floatRight { 
    float: right; 
    margin: 5px; 
}

/*Tables*/
table.myclass td { 
	line-height: 1;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border:thin, border:solid, color:#FBE5D0;
}
.formText {
	color: #FFFFFF;
}
