



/* Layout Stylesheet */







body {
	background:#333333 url("../images/page_bg.jpg") repeat-x;
	margin:0px;
	color: #333333;
	text-align:left;
	padding:0;
	font-family: Arial,Times New Roman,Verdana,Ms Sans Serif;
	font-size:12px;
}

#outer {
 text-align:left;
 width:800px;
 /*margin: auto;*/
 margin-bottom: 10px;
 }

#hdr {
 background:#ffffff;
 color: #696969;
 }

#bar {
	background-color:#000000;
	color: #FFFFFF;
	font-size:11px;
	font-weight:bold;
    background:transparent url(/images/sprite.png) repeat-x left -64px;color:#fff;
    vertical-align: top;
}

#bodyblock {
 position:relative;
 color: #000000;
 width:800px;
	background-image:  url("../images/bg2009.gif");
	background-repeat: repeat-y;
    background-position: right;
 background-color: #eefbfe;
 }


#l-col {
 float:left;
 background:#c0c0c0;
 color: #333333;
 width:0px;
 }
#cont {
 width:auto;background:#ffffff;color: #333333;border:solid #000000;border-width:0 0 0 1px;text-align:left;margin-left: 0px;padding:0px; }

#ftr {
 	background-color: #000000;
 	color: #FCFCFC;
 	text-align:center;
	background-image:  url("../images/blackg.png");
	background-repeat: repeat-x;
	height: 24px;
	padding-top: 4px;
}
#article {
 width:500px;
 background:#ffffff;
 border: dotted green;
 border-width: 0px 0 1px 0;
}
caption {
 text-align: left;
 font-weight: bold;
}

#fcjjcaption {
 text-align: left;
 font-weight: bold;
 border-top:1px solid white;
 border-left:1px solid white;
 border-bottom:1px solid silver;
 border-right:1px solid silver;
 cursor:default;
}
#mymenu{position:absolute;width:100%;background:white;}
#mysubmenu{position:absolute;width:100px;background:white;visibility:hidden;}
#mymenuel{width:100%;font-family:Arial;font-size:11px;background:white;cursor:pointer;text-align:center;border:1px solid white;}
#currentArticle {font-family: Arial}
