@charset "utf-8";
/* CSS Document */
/*Body Style*/
a{
	color:#006699;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{/*BIG*/
	font-weight:bold;
	font-size:14px;
}

h2{/*SMALL*/
	font-weight:bold;
	font-size:12px;
}

h3{/*NORMAL*/
	font-weight:bold;
	font-size:11px;
}

h4{/*SCREEN COLOR*/
	font-weight:bold;
	font-size:11px;
	color:#006699;
	text-align:left;
}


h5{
	font-weight:bold;
	font-size:14px;
	color:#006699;
	text-align:center;
}

img{
	border:none;
}

hr{
	width:600px;
	text-align:center;
}

body {
	margin:0;
	padding:0;
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	background-color:#FFFFFF;
	text-align:justify;
	/*background-image:url(images/bcg.jpg);
	background-repeat:repeat-y;
	background-position:center;)*/
}

#wrapper{
	margin:0 auto;
	width:835px;
	min-height:100%;
	border-left:solid #eee;
	border-right:solid #eee;
	border-bottom:solid #eee;
}

#head{
	width:835px;
	height:125px;
}

#menubar{
	width:745px;
	height:18px;
	padding-left:90px;
	text-align:center;
	background-image:url(bar.gif);
	background-repeat:repeat-x;
}
#breadcrump{
	width:830px;
	height:10px;
	text-align:right;
	font-size:9px;
	color:#000000;
	padding-right:5px;
}

#toolbar{
	width:835px;
	text-align:center;
	padding-top:15px;
}

#content{
	width:785px;
	padding:25px;
	padding-top:10px;
	
}

#footer{
	font-size:9px;
	color:#666666;
	width:835px;
	text-align:center;
	margin-bottom:0px;

}
	
.DIVvis{
	display:none;
}

/*Dynamic Model Text Box*/
.TxtBox{
	border:0px;
	font-weight:bold;
	color:#006699;
	width:830px;
	text-align:center;
}

.img_op{
	filter: alpha(opacity=20); -moz-opacity: 0.2;
}

#newsmenu{
	width:280px;
	height:447px;
	float:left;
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	border:1px #bbbbbb dashed;
	background-color:#EEEEEE;
	
}

.newscontent{
	width:420px;
	height:442px;
	overflow:auto;
	float:right;
	padding-bottom:5px;
	padding-top:0px;
	padding-right:7px;
	padding-left:7px;
	display:none;
	border:1px #bbbbbb dashed;
	background-color:#EEEEEE;
}