/* CSS Document */
html, body {height: 100%}
body {
	padding:0;
	margin:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BAFF00;
	background-image: url(../images/bg01.gif);
	background-repeat:repeat-x;
	background-color:#809AA2;	
}
#frame {
	width:750px;
	height:100%;
	min-height:100%;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background-image:url(../images/interface_temp/bg_center.gif);	

}
html>body #frame{height:auto;}/*moz height*/
	#frameCenter{
/*		width:610px;*/
		width:750px;		
		height:100%;
		min-height:100%;
		text-align:left;
		float:left;
		background-image:url(../images/interface_temp/bg_center.gif);		
	}
	html>body #frameCenter{height:auto;}/*moz height*/
		#frameLeft{
			width:25px;
			height:100%;
			min-height:500px;
			float:left;
			background-image:url(../images/bg_border_l.jpg);
			background-repeat:no-repeat;		
			
		}		
		html>body #frameLeft{height:auto;}/*moz height*/
		#header{
			width:570px;
			height:189px;
			padding-left:40px;
			padding-right:40px;
			padding-top:30px;
			float:left;
			/*cannot put floats with margin in IE*/
		}
		#content{
			width:535px;
			padding-left:90px;
			float:left;
		}
		#footer{
			clear:both;
			width:610px;
			height:30px;
			padding-top:10px;
			padding-left:35px;
			text-align: center;	
			font-weight:bold;
		}
		#frameRight{
			width:25px;
			height:100%;
			min-height:500px;
			float:left;
			background-image:url(../images/interface_temp/bg_border_r.jpg);
			background-repeat:no-repeat;		
			
		}
		html>body #frameRight{height:auto;}/*moz height*/


	
/**/			
img {border:0;}		
a {
	color: #C1EA65;
	font-weight: bold;
}
form{padding:0; margin:0;}

/* CMS  ******************************************/
#title{
	font-weight: bold;
	font-size: 11px;
}
/*  ************************* */

#bold{font-weight:bold;}
#boldF{font-weight:bold; float:left;}

