/* CSS Document */
#Box
{
	background:url(../images/box_bg.jpg) repeat-y;
	width:509px;
}
#BoxTop
{
	background:url(../images/box_top.jpg) top no-repeat;
}
#BoxBot
{
	background:url(../images/box_bot.jpg) bottom no-repeat;
	min-height:445px;
	padding:10px 20px 10px 20px;
}
#BoxBot h1
{
	color:#00427e;
	font:bold 13px Arial;
	margin-bottom:5px;
}
/* -------------------------------------------------------------------------------- */
#MidBox
{
	width:244px;
	background:url(../images/mid_box_bg.gif) repeat-y;
}
#MidBoxTop
{
	background:url(../images/mid_box_top.gif) top no-repeat;
}
#MidBoxBot
{
	background:url(../images/mid_box_bot.gif) bottom no-repeat;
}
#MidBoxBot h2
{
	font:normal 14px Arial;
	color:#fff;
	text-align:right;
	height:27px;
	letter-spacing:0;
	padding-right:15px;
	line-height:27px;
}



