/* pagelayout */

html
{
	height: 100%;	
}

body
{
	font-family: arial, verdana; 
	font-size: 76%;
	line-height: 1.5em;
	color: #000000;
	margin: 0px 0px 0px 0px;
	background-color: #F5E2C9;
	height: 100%;
}

.main {
	float:left;
	width: 640px;
	overflow: hidden;
	background: red;
	/* border: solid 1px #000000; */
}

.mainnews
{
	width:420px;
	float: left;
	/* border: dashed 1px #0000ff; */
}

.content
{
	width: 640px;
	/* background: #ff00ff;
	/* border: dashed 1px #00ff00; */
	overflow: hidden;
}

.contentnews {
	width:420px;
	float:left;
	/* background: yellow; */
	/* border: dashed 1px #ff00ff; */
}

#printlogo
{
	display: none;	
}

/* .H1 { 
		   font-family: arial, verdana ; 
		   font-size: 1.4em;
		   font-weight: normal;
		   color: #ffffff;
		   display: block;
		   height: 80px;
		   margin: 15px 20px 15px 10px;
} */

#banner{
	width:770px;
	height:125px;
	background-color: #636BB6;
	overflow:hidden;
	/* border:1px solid #000; */
}

#horizontalmenu {
	width: 640px;
	background: url(../images/menuback.gif) repeat;
	/* border-bottom: solid 1px white; */
}

#right
{
	float: left;
	width: 213px;
	margin-top: 93px;
	/* border: solid 1px lime; */
}


#horizontalmenu 
{
	background-color: #A5A5A5;
}

#popup
{
	margin: 20px 20px 20px 20px;
}