body {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: justify;
	width: 100%;
	height: 100%;
	margin: 0px;
}

h1{
	color: #000000;
	font-size: 18px;
	background-image: url(./images/layout/h1-bg.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 10px;
	margin-top: 0px;
	border-bottom: 1px dashed #999999;
}
h2{
	color: #000000;
	font-size: 13px;
	font-weight: bolder;
}
a:active    {
	color: #1B4AAD;
	text-decoration: none;
}
a:hover         {
	color: #1B4AAD;
	text-decoration: underline;
}
a:link       {
	color: #1B4AAD;
	text-decoration: none;
}
a  {
	color: #1B4AAD;
	text-decoration: none;
}
a:vlink  {
	color: #1B4AAD;
	text-decoration: none;
}
input
{
	font-size: 11px;
}
select
{
	font-size: 11px;
}
.standardButton{
	background-image: url(./images/layout/standard_button_small.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	width:80px;
	height: 20px;
	color: #000000;
	margin:0px;
}

.surrounding{
	position: relative;
	margin: auto;
	top:20px;
	width:900px;
	border: 1px solid #000000;
}
.header {
	position:relative;
	height:150px;
	width:100%;	
	background-image: url(./images/layout/header.jpg);
	background-repeat: no-repeat;
}
.main_menu {
	position: relative;
	left: 0px;
	top: 0px;
	width:100%;
	height: 30px;
	z-index: 5;
	overflow: visible;
	background-image: url(./images/layout/menu-bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
}
.content {
	position:relative;
	width:650px;
	padding: 20px;
	padding-top: 10px;
	padding-left: 30px;
	background-image: url(./images/layout/main-bg.jpg);
	background-repeat: repeat-y;
}
.right_content{
   height: 100%;
	width: 200px;
	color: #ffffff;
	font-size: 11px;
	background-image: url(./images/layout/right-bg.jpg);
	background-repeat: no-repeat;
	background-color: #595959;
	border-left: 1px solid #000000;
	overflow: auto;
}
.footer{
	height: 16px;
	padding-top: 4px;
	width:100%;
	text-indent:25px;
	border-top: 1px solid #000000;
	background-image: url(./images/layout/menu-bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #e5e5e5;
}

#loading_screen{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	background-color: #999999;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
	background-image: url(./images/layout/laoding.gif);
	background-repeat: no-repeat;
	background-position: center center;
}