html, body
{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #faa519;
	font-family: Arial;
	font-size: 12px;
	color: #003366;
	line-height: 18px;
	height: 100%;
	min-height: 100%;
}
img
{
	border: none;
}
a 
{
	color: #003366;
}
.all
{
	width: 1024px;
	height: 100%;
}
.menu_left
{
	margin-left: 26px;
	width: 262px;
	height: 436px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
}
.title
{
	font-size: 15px;
	color: #0f82b4;
}
.menu_left .title
{
	margin-left: 55px;
	margin-top: 80px;
}
.content .title
{
	margin-top: 20px;
	float: left;
	width: 570px;
}

.print
{
	float: left;
	width: 30px;
}
.submenu
{
	margin-left: 55px;
	margin-top: 10px;
}
.submenu a
{
	display: block;
	background-image: url(../images/button_bg.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 21px;
	padding-left: 10px;
	padding-top: 2px;
	margin-top: 5px;
	color: white;
	text-decoration: none;
	font-size: 13px;
}
.submenu a.active
{
	background-image: url(../images/button_bg_active.png);
}

.logo
{
	margin-top: 36px;
}
.header
{
	width: 690px;
	height: 131px;
}
.main
{
	width: 690px;
	float: left;
	height: 100%;
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
}
.content
{
	width: 624px;
	float: left;
}

.content_top
{
	background-image: url(../images/content_bg2.png);
	background-repeat: no-repeat;
	padding: 20px;
	margin-top: 15px;
	padding-left: 45px;	
	width: 624px;
}

.content_objects
{
	background: White;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 45px;	
	
	width: 624px;
}

.footer
{
	width: 430px;
	margin-top: 10px;
	border-top: 1px solid #fa6414;
	
	color: #fa6414;
	padding: 3px;
	font-size: 10px;
}
.footer a
{
	color: #fa6414;
}
.top
{
	float: right;
	padding: 3px;
}
.sideitems
{
	width: 180px;
	float: left;
	margin-left: 4px;
	margin-top: 30px;
}
.objects
{
	width: 440px;
	float: left;
}
.objects a
{
	color: #003366;
	font-size: 10px;
}
.head
{
	border-top: 1px solid #003366;
	font-weight: bold;
	font-size: 12px;
	color: 	#003366;
	padding-top: 5px;
	padding-bottom: 12px;
	margin-top: 20px;
}
.breadcrumbs
{
	color: #003366;
	font-size: 10px;
}
.breadcrumbs a
{
	color: #003366;
}
.menu
{
	margin-top: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 610px;
}
.menu div a
{
	padding-left: 5px;
	margin-right: 5px;
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	height: 21px;
}
.failed
{
	color: red;
}
