/*
003E91 - blue
FFE019 - yellow
CCD9E8 - light blue
0960D4 - mid blue
*/

body {
	background: url(images/bg.jpg) repeat;
	color:#FFFFFF;
	font: 11px/16px Arial ;
	margin: 0px 0px 0px 0px;
}
td {
	font-family: Arial;
	font-size: 11px;
	padding-left:0px;
}
a {
	color: #FE924C;
	font-weight: bold;
	text-decoration: underline;
}
a.footer {
	color: #FFC39C;
	font-weight: regular;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#float_l{
	float: left;
}
#float_r{
	float: right;
}
#clrfloat_r{
	clear: both;
	float: right;
}
#clrfloat_l{
	clear: both;
	float: left;
}
/* */
#outer_shell {
	position: absolute;
	width: 344px;
	height: 461px;
	padding-left: 83px;
	padding-top:35px;
	background: url(images/bg_over.gif) left top no-repeat; 	
}
#inner_shell{
	position: absolute;
	width: 796px;
	height: auto;
	background: url(images/bg_page.gif) repeat-y;
}
#page_shell {
	float:left;
	width: 775px;
	border: 0px;		
}
#mid_shell{
	clear:both;
	float: left;
	padding-left: 34px;
	width: 701px;
	padding-bottom: 32px;
}
#bot_shell {
	clear:both;
	float: left;
	width: 796px;
	padding-right:26px;
	height: 62px;
	text-align:right;
	font-size: 10px;
	background: url(images/bg_bot.jpg) left bottom no-repeat;
}
#footer{
	float: right;
	padding-right: 30px;
}
#spc{
	clear:both;
	float: left;
	width: 796px;
	height: 50px;
	background:url(images/bg.jpg) repeat;
}
.hdr {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
}

