body {
	padding: 0px;
	margin: 0px;
}
body, table, form, input, select, textarea  {
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #454545;
}
a, a:visited, a:hover {
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #445F8B;
}
a:hover {
	text-decoration: none;
}
a.white, a.white:visited, a.white:hover {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	color: white;
}
a.menu, a.menu:visited, a.menu:hover {
	font-size: 12px;
	color: #183552;
	font-weight: bold;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
a.grey, a.grey:visited, a.grey:hover {
	color: #A8A8A8;
	font-size: 11px;
}

h1, h2, h1.title {
	color:#EEEEEE;
	font-family: georgia, times, serif;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
}


h1.title {
	color: #EEEEEE;
}

h2 {
	font-size: 17px;
	color: #445F8B;
	margin: 20px 0px 5px 0px;
}
p {
	margin: 0px 0px 10px 0px;
}
hr {
	height: 1px;
	color: #B5B5B5;
	background-color: #B5B5B5;
	border-style: none;
}
.head {
	min-width: 1000px;
	background: url('bg_head.gif') repeat-x;
}
div.body {
	background: url('head.jpg') top right no-repeat;
}
div.left_panel {
	float: left;
	padding: 360px 0px 30px 30px;
}
div.content {
	padding: 360px 40px 0px 0px;
	margin-left: 300px;
	text-align: justify;
}
div.foot {
	width: 200px;
	clear: left;
	color: #A8A8A8;
	font-size: 11px;
	text-align: center;
	margin-left: 30px;
}
div.contact {
	position: absolute;
	top: 30px;
	right: 220px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	color: white;
	white-space: nowrap;
}
div.logo {
	position: absolute;
	top: 10px;
	right: 30px;
}
div.slogan {
	position: absolute;
	top: 220px;
	right: 30px;
}
div.menu1, div.menu2 {
	width: 250px;
	height: 30px;
	cursor: pointer;
	margin-bottom: 5px;
	background: url('bg_menu1.gif') no-repeat;
}
div.menu2 {
	background: url('bg_menu2.gif') no-repeat;
}
