@import url("content.css");
/*=================== STANDARD RULES ====================*/

/*=================== UNIQUE RULES ======================*/
#flash{
	width:773px;
	height:261px;
	background-color:#000000;
}
#contentbox{
	width:773px;
	min-height:140px;
	background-color:white;
	border-bottom:1px solid #A8A9D4;
	background-image: url(/img/home-mid-bg.gif);
	background-repeat: no-repeat;
	line-height:1.7em;
}
* html #contentbox {height:140px;}
#searchbox{
	position:absolute;
	left:555px;
	margin-top:22px;
}
#searchbox .text {
	width:155px;
	padding:1px 3px;
	border:1px solid #333399;
}
#searchbox .submit {
	border:0;
	padding:0 3px;
	background-color:#D7D8EB;
}
#content{
	padding:20px 260px 20px 163px;
	color:#333399;
}
#newsbox{
	width:773px;
	min-height:100px;
	background-color:#D5D6EA;
	background-image: url(/img/news-bg.gif);
	background-repeat: no-repeat;
}
* html #newsbox {height:100px;}
#news{
	padding:40px 20px 20px 163px;
	color:#333399;
}
#news p{margin-bottom:1em;}