@charset "UTF-8";
html,
body {
	height:100%;
	margin:0;
	padding:0;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:13px;
	background-image: url(layout/bg_gradient_a.gif);
	background-repeat: repeat-x;
	background-color: #06b085;
}
#wrapper {
	min-height:100%;
	position:relative;
	width: 936px;
	border-right: 2px solid #ec068d;
	border-left: 2px solid #ec068d;
	background-image: url(layout/bg_gradient_b.gif);
	background-repeat: repeat-x;
	background-color: #ffd457;
	margin: 0 auto -36px; /* the bottom margin is the negative value of the footer's height */
	padding:0;
	text-align:left;
	height: auto !important;
	height: 100%;}
#banner {
	width: 936px;
	background-image: url(layout/banner_logo.gif);
	background-repeat: no-repeat;
	height: 262px;
}
.banner_info {
	position: relative;
	text-align:left;
	padding: 0px 54px 0px 54px;
	top: 196px;
}
#body1{
	width: 555px;
	padding-left: 54px;
	text-align:left;
	position:relative;
}
#sidebar2 {
	float: right;
	padding-left:54px;
	padding-right:54px;
	width: 216px;
	text-align:left;
}
a:link {
	color: #06b085;
	text-decoration:none;
}
a:visited {
	color: #06b085;
	text-decoration:none;
}
a:hover {
	color: #28bdb3;
	text-decoration:underline;
}
a:active {
	color: #06b085;
	text-decoration:none;
}
.header {
	font-size: 24px;
	color: #000000;
	font-stretch:ultra-condensed;
}
.subhead {
	font-size: 16px;
	color: #000000;
	font-stretch:ultra-condensed;
}
.emphasis {
	font-size: 13px;
	color: #ffffff;
}
.caption {
	font-size: 11px
}
.image_left {
	width: 216px;
	padding-right:36px;
	float:left;
	margin-bottom: 10px;
}
label {
	float: left;
	width: 120px;
}
input, textarea {
	width: 108px;
	margin-bottom: 3px;
	background:#ffd457;
	border: 1px solid #FFFFFF;
}
textarea {
	width: 360px;
}
#submitbutton {
	width: 108px;
	cursor:pointer;
}
.border {
	border: 2px solid #FFFFFF;
}

/* Footer */
.push {
	height: 36px; /* .push must be the same height as .footer */
}
.footer {
	height: 36px; /* .push must be the same height as .footer */
	padding: 54px;
	position:relative;
	width: 828px;
	border-right: 2px solid #ec068d;
	border-left: 2px solid #ec068d;
	margin: 0 auto -18px;
	background-color: #ffd457;
}

/* Table */
.table_border {
	border: 1px solid #FFFFFF; 
}
.table_field {
	border: 1px solid #FFFFFF;
	background-color:#ffd457;
}
.table_button {
	border: 1px solid #FFFFFF;
	background-color:#ffd457;
	cursor:pointer;
}
