@charset "utf-8";
/* CSS Document */

body{
	font:.8em arial;
	line-height:1.5em;
	margin:0;
	padding:0;
	padding:0px 50px 0px 50px;
	color:#3E3E3E;
}
#banner{
	background-image: url('images/banner.jpg');
	background-repeat:no-repeat;	
	height:185px;
	width:100%;
	background-position:center;
}
#content{
	width:800px;
	border-right: 1px #999 solid;
	border-left: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background-color:#e7ecfd;
	background-image:url('images/background.png');
	background-repeat:no-repeat;
	background-position:top right;
}
#content table{
	margin-top:-20px;
	font:1em arial;
	line-height:1.5em;
	color:#3E3E3E;
}
#content h1{
	font-size: 1.5em;
	text-align:center;
	color:#036;
}
#content h2{
	font-size: 1.2em;
	font-weight:bold;
	display:inline;
	color:#746639;
}
#content h3{
	font-size: 1em;

	display:inline;
	color:#516f94;
}
#content a{
	font-size:1em;
	color:#039;
	text-decoration:none;
	
}
#content a:hover{
	text-decoration:underline;
}

#content li{
	list-style-type:circle; 
	color:#006;
	line-height:1.5em;
}
#innerText{
	padding:20px 10px 0px 15px;
}
#tabbar{
	width:100%;	
	float:right;
	background-image:none;
}
#tab{
	font-size:12px;
	text-align:center;
	line-height:1.9em;
}
#tab a:hover{
	color:#36F;
	text-decoration:none;
}
#tableft{
	background-image:url(images/tableft.png);
	width: 47px;
	height: 26px;
	float:right;
	
}
#tableft2{
	background-image:url(images/tableft2.png);
	width: 31px;
	height: 26px;
	float:right;
	
}
#tabcenter{
	background-image:url(images/tabborder.png);
	height:26px;
	width:inherit;
	float:right;
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ccc;
	display:block;
	padding:0px 8px 0px 8px;
}
#tabright{
	background-image:url(images/tabright.png);
	width: 12px;
	height: 26px;
	float:right;
	display:block;
}





