
/* Layout Stylesheet */ 

body {
 margin:10px;
 background:#808080;
 text-align:center;
 padding:0;
 background:url(../images/bg1.png) repeat;
 }

#outer {
 text-align:left;
 border:0px ;
 width:790px;
 margin:auto;
 }

 


#container {
width:100%;
background: url(../images/bkgr200_590.jpg) repeat-y;
}

/*
#bg {
	margin-top:10px;
	 background:url(../images/bg220_570.gif) repeat-y;
	 }
*/
#hdr {
 background:url(../images/header.png) no-repeat;
 height:84px;
 }

#hdr  #newsbox {
	float:right;
	margin-left:400px;
	vertical-align: bottom;
	margin-top:5px;
	width:310px;
/*	vertical-align:top;
	position:relative;
	clear:both;    */
	}

#bar {
 height:30px;
 margin:0px;
 padding:0px;
 border:0px;
 background: url(../Templates/blue_normal.jpg) repeat-x;
 width:100%;
vertical-align:top;
 overflow:hidden;


 }

#bodyblock {
 position:relative;
/* background: #dcdcdc;
 color: #333333;   */
 width:790px;
 padding:0;


 }

#bodyblock #flash-header {
width:790px;
min-height:120px;
height:140px;
padding:0px;
position:relative;
vertical-align:baseline;
background-color:#CCCCCC;
}

#flash-seperator {
height:10px;
width:790px;
background:url(../images/flash_header_seperator.gif) repeat-x;
}



#bodyblock #l-col {
 float:left;
 color: #333333;
 width:200px;;
 height:auto;
 }



#bodyblock #cont {
 width:578px;;
 color: #333333;
/* border:solid #000000;	
 border-width:0 0 0 0px;   */
 text-align:left;
 float:right;
 padding-left:10px;
 vertical-align:top;
 }

#ftr {
clear:both;
 height:30px;
 background:#333333;
 border: none;
 margin:0;

 }
 
