body{
scrollbar-face-color: #ffffff; 
scrollbar-highlight-color: #cccccc; 
scrollbar-shadow-color: #cccccc; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-arrow-color: #ff0000; 
scrollbar-track-color: #ffffff; 
scrollbar-darkshadow-color: #ffffff;
margin: 0; 
background: #024b82 url(images/main_fill.jpg) repeat-x 0px 0px; 
font: normal 11px Tahoma; 
color: #fff; }
 
a img { border: none; }
h1 { font-size: 24px; margin: 0; }

#main { margin-top: 20px; border: none; }
#home_page { height: 509px; background:  url(../images/home_bk.jpg) no-repeat 0px 0px; }
#inner_page { height: 600px; background: url(../images/inner_bk.jpg) no-repeat 0px 0px; }

.link { margin-left: 0px; text-decoration: none; color: #fff; }
.link:hover { color: #666699; }

#content {
	float: left;
	position: relative;
	top: 75px;
	left: 100px;
	width: 486px;
	height: 510px;
}

#copy {
	font-size: 9px;
	color: #1f379b;
	float: right;
	position: relative;
	top: 583px;
	right: 15px;
}

#upload {
	font-size: 9px;
	color: #1f379b;
	float: right;
	position: relative;
	top: 40px;
	right: -120px;
}

/* text box - this is for all of your form fields, the button is seperate, you may delete if you want */

.txtBoxStyleMarketEase{
	font-size: 11px;
	color: #fff;
	font-family: Tahoma;
	text-align: left;
	border:1px solid #fff;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	width: 200px;

}
.txtBoxStyleComment{
	font-size: 11px;
	color: #fff;
	font-family: Tahoma;
	text-align: left;
	border:1px solid #fff;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.txtBoxStyleMarketEaseButton{
	font-size: 11px;
	color: #00497E;
	font-family: Tahoma;
	background-color: #fff;
	text-align: center;
	border:1px solid #ccc;
	cursor: hand;
	font-weight: normal;

}
.txtBoxStyleUploadButton{
	font-size: 11px;
	color: #fff;
	font-family: Tahoma;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	background-image: url(../images/buttonBG.png);
	border: 0px none;
}
/*Below is the fix for PNG in IE6*/
IMG,DIV 
{behavior: url(iepngfix.htc) }
