body {
	color: black;
	font-weight: normal;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	background: white fixed;
	text-align: justify;
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color:#e1e1e1;
}

a  {
	color: #1B4AAD;
	text-decoration: none;
}
h1{
	background-image: url(./images/layout/title_bg.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	height: 23px;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bolder;
}

input
{
	font-size: 11px;
}
select
{
	font-size: 11px;
}
.standardButton {
	background-color: lightgrey;
	border: 1px solid #999999;
	cursor: pointer;
}

.divSurrounding{
	position: relative;
	margin: auto;	
	width:680px;
	margin-top:10px;
}
.divMainHeader {
	position:relative;
	top:0px;
	left: 0px;
	height:59px;
	width:100%;	
	background-color: #000099;
	background-image: url(./images/layout/header.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#main_header_logo {
	background-image: url(./images/layout/logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	width:339px;
	height:59px;
}
.divSurrounding{
	width: 100%;
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -15px;
}

.divMainContent {
	position:relative;
	margin-top:20px;
	padding-left: 80px;
	padding-right: 20px;
	padding-bottom: 10px;
	overflow: auto;
	background-color:#e1e1e1;
}
.divMainMenu {
	position: relative;
	left: 0px;
	width: 100%;
	height:20px;
	background-color:#f92d30;
	z-index: 4;
}
.divBottomEnd{
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align:center;
	color: #DDE1D9;
	font-size: 9px;
	height:13px;
	padding-top: 2px;
	background-color:#f92d30;
	z-index: 3;
}
.search_form {
	background-color:white;
	border: 1px solid rgb(153, 153, 153);
}
