/* Layout Stylesheet */ 

body {
 margin:0px;
 background:white;
 text-align:center;
 padding:0;
 }

 div  
 {
 -moz-box-sizing:border-box;
 box-sizing:border-box;
 margin:0;padding:0;
 }
 
#hdr {
	height:35px;
	background-image:url(../images/hdr_back.gif);
	color: #333333;
	text-align:right;
	margin: 0 0 5px 0;
	padding: 10px 10px 0px 10px;
	border-bottom-style: inset;
	border-bottom-width: medium;
	border-bottom-color: #E8E8E8;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: white;
 color: #333333;
 width:800px;
 padding:0;
 }

#ftr {
	height: auto	;
	background-image:url(../images/hdr_back2.gif);
	color: #333333;
	position: absolute;
	top: 1170px;
	left: 0px;
	width: 100%;
	border-top-style: inset;
	border-top-width: thin;
	border-top-color: #E8E8E8;
	z-index: 2;
}

#searchbox {
	font-family: arial,geneva;
	font-size: 9px;
	color: #003399;
	font-weight: normal;
	width: 250px;
	height: auto;
	position: absolute;
	right: 2px;
	background-image: url(../images/search_box.gif);
}
	
#navbar {
	text-align: left;
	width: 180px;
	border: 1px solid #999999;
	background-color: #EBF5E3;
	left: 5px;
	top: 187px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 0px;
	padding-top: 10px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #006A01;
	}

#banner1 {
	position:absolute;
	top:60px;
	left:405px;
}

#banner2 {
	position:absolute;
	top:150px;
	left:880px;
}	

#navbarhead {
	left: 5px;
	top: 150px;
	position: absolute;
}

#navbarfoot {
	width: 180px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	vertical-align: top;
	left: 5px;
	top: 760px;
	position: absolute;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}

#body {
	position: absolute;
	height: 650px;
	width: 650px;
	left: 195px;
	top: 187px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	text-indent: 0pt;
}

#bodyhead {
	position: absolute;
	height: 35px;
	width: 652px;
	left: 195px;
	top: 150px;
	border: 1px solid #999999;
	padding: 7 0 0 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: 054659;
	
}

/* Hotkeys Layout */
 
#title { font-family: arial,geneva; font-size: 12pt; font-weight: bold; color: #006666; }

#subtitle { font-family: arial,geneva; font-size: 10pt; font-weight: normal; color: #999999; }

#category { font-family: arial,geneva; font-size: 12pt; font-weight: bold; color: #663333; }

