/* Layout Stylesheet */ 
html {scrollbar-base-color: #4a5155}

body {
	margin:20px;
	color: #333333;
	text-align:center;
	padding:0;
	background: #d3d4d6 url("images/bg_image.gif");
	background-repeat: repeat-x;
	background-position: top;
	font-family:arial;
	font-size:11px;
}

#contentInner {
	position: relative;
	text-align:left;
	border:1px solid #d0d6ec;
	width:890px;
	margin: 0 auto;
	padding-top: 0;
	background: #ffffff;
	min-height: 500px;
	z-index: 1;
}

#topbar {
	height:18px;
	background:#4a5155;
	color: #FFFFFF;
	font-family:arial;
	font-size:11px;
	padding-right:10px;
	padding-top:3px;
}
 
#hdr {
	height:99px;
	width:100%;
	background:#ffffff;
	color: #333333;
	float: left;
}

#menuborder {
	float:left;
	display:block;
	height:47px;
	width:872px;
	margin-left:8px;
	margin-right:26px;
	background: #8b91a0;
	border:solid #d0d6ec;
	border-width:1px;
}

#menuborder2 {
	display:block;
	height:45px;
	width:870px;
	background: #8b91a0 url("../images/menubg.gif");
	background-repeat: repeat-x;
	border:solid #8b91a0;
	border-width:1px;
	padding:0px;
}

#menu {
	float:left;
	position: relative;
	text-align:left;
	width:870px;
	height:45px;
	margin: 0px;
	padding-top: 0px;
	background: none;
	z-index: 1;
}

#bodyblock {
	float:left;
	position:relative;
	height:auto;
	width:870px;
	margin:0px;
	background: #FFFFFF;
	border-width:0px;
	padding:10px;
}

#titleBar {
	float:left;
	position:relative;
	height:50px;
	width:870px;
	margin:0px;
	background: #FFFFFF url("../images/redbg.jpg");
	background-position: right;
	background-repeat: no-repeat;
	margin-bottom:10px;
}

#LHSContent {
	float:left;
	position:relative;
	height:auto;
	width:505px;
	padding:0px;
	margin:5px;
	vertical-align:text-top;
}
	
#RHSContent {
	float:left;
	position:relative;
	height:auto;
	width:320px;
	padding:10px;
	margin:5px;
	vertical-align:text-top;
	background:#dce3fb;
}

h1 {
	font-weight:bold;
	font-size:14px;
	color:#de6d32;
	margin:0px;
	padding:0px;
}

h2 {
	font-weight:bold;
	font-size:11px;
	color:#de6d32;
	margin:0px;
	padding:0px;
}

h3 {
	font-weight:bold;
	font-size:11px;
	color:#de6d32;
	margin:0px;
	padding:0px;
}

p {
	font-family:arial;
	font-size:11px;
	font-color:#000000;
	margin:0px;
	padding:0px;
}

a {
	font-weight:bold;
	font-size:11px;
	color:#4a5155;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	font-size:11px;
	color:#9aa0a4;
	text-decoration:none;
}

#footer {
	position:relative;
	float:left;
	width:876px;
	background:#898787;
	color:#FFFFFF;
	padding:7px;
}

b_url {
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
b_url:hover {
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}


.field {
	background-image:	url(../images/bg_field.gif);
	background-repeat:	repeat-x;
	width:			190px;
	background-color:	#FFFFFF;
}

textarea {
	background-image:	url(../images/bg_field.gif);
	background-repeat:	repeat-x;
	width:			406px;
	height:			100px;
	background-color:	#FFFFFF;
}

