
/* 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;
 }
 
#outer {
 text-align:left;
 width:800px;
 margin:auto;
 }

#hdr {
	height: 60px;
	background-image:url(../images/hdr_back.gif);
	color: #333333;
	text-align:right;
	padding: 10px 5px 0px 0px;
	margin: 0px 0 10px 0;
}

#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;
 }

#l-col {
 float:left;
 background:white;
 color: #333333;
 width:580px;
 border: 2px;
 }

#cont {
 width:190px;
 background:white;
 color: #333333;
 border: solid #CFCFCF;	
 border-width:1 1 1 1px;
 text-align: center;
 padding: 4px;
 margin-top: 5px;
 font-size: 6px;
 }

#ftr {
	position: absolute;
	height: 60px;
	width: 800px;
	background-image:url(../images/hdr_back2.gif);
	color: #333333;
	margin: 10px 0 0 0;
}

#formbox {
	font-family: arial,geneva;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	border: 1px;
	border-style: solid;
	border-color: #003399;
}

#searchbox {
	font-family: arial,geneva;
	font-size: 9px;
	color: #003399;
	font-weight: normal;
	border: solid #CFCFCF;	
 	border-width:1 1 1 1px;
	border-color: #003399;
	background-color: #999999;
	width: 250px;
	height: 50px;
	padding: 0px;
 	margin-top: 0px;
	position: absolute;
	right: 0px;
	
}
	

#article {
	font-family: arial,geneva;
	font-size: 11px;
	font-weight: normal;
	width: 180px;
	height: 141px;
	background-image: url(../images/article_box.gif);
	margin: 0px 0 0 0;
	padding: 50 1 0 15px;
	text-align: left;
}
