body{
	text-align: left;
	margin:0 auto;
	font-size: 62.5%;
}
#shell{
	width: 800px;
	float:left;
	margin:0px;
	text-align: left;
	background: #ffffff url("/images/shell_bg.gif") no-repeat top right;
	font-size: 1.2em;
	font-family: arial;
	border-bottom: 1px solid #002E4F;
	border-right: 1px solid #002E4F;
}
#disclaimer{
	text-align:right;
	width:800px;
	font-family: verdana;
	color: #666666;
}
.clear{
	clear: both;
	line-height: 0;
	font-size: 0;
}

#nav_area a{
	font-weight: bold;
	text-decoration: none;
	color: #002E4F;
	margin-left: 10px;
}
#nav_area a:hover{
	color: #ffffff;
}
.blue_sq{
	width:150px;
	height: auto;
	border:1px solid #002E4F;
	background: #002E4F url("/images/blue_sq_bg.gif") repeat-x;
	margin: 2px 0px 0px 0px;
	color: #ffffff;
	padding: 0px;
}
.blue_sq a{
	color: #00FF00;
	text-decoration: none;
}
.green_bar{
	width:150px;
	border:1px solid #00A650;
	height:30px;
	background: #00FF00 url("/images/green_bar_bg.gif") repeat-x;
	color: #ffff00;
	font-weight: bold;
	line-height:30px;
}
.page_title{
	font-size: 1.8em;
	color: #00A650;
	font-weight: bold;
	width: 100%;
	background:url(/images/dot.gif) repeat-x bottom;
	height:25px;
	float: left;
	margin-bottom: 5px;
}
.page_subtitle{
	font-size: 1.5em;
	color: #002E4F;
	font-weight: bold;
}
.buttons{
	background-color: #A6BAC7;
	border: 1px solid #002E4F;
	color: #002E4F;	
}
.errbox{
	position:absolute;
	top:25%;
	left:33%;
	width:300px;
	height:auto;
	visibility:hidden;
	background-color: #E7E7D6;
	border: 1px solid #333333;
	color: #FF0000;
	text-align: center;
	padding: 5px;
}
