html, body {
	margin:0;
	padding:0;
	text-align:center;
	background: #FFFFFF url("../images/bgstripes.gif") repeat scroll top left;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
}

#pagewidth {
	width:950px;
	text-align:left;
	margin:0 auto;
	background-color:#FFFF00;
}

#menu-topline {
	background: #FFFFFF url("../images/head_banner.jpg") no-repeat scroll top right;
	position:relative;
	height:27px;
	line-height:27px;
	width:950px;
	text-align: right;
	margin:0 auto;
}

#menu-topline .txt {
	background: url("../images/transparent.png") repeat top left;
	height:27px;
	line-height:27px;
	display:block;
	padding-right:10px;
	color:#FFFFFF;
}

#menu-topline .txt a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#menu-midline {
	background: #FFFFFF url("../images/head_banner.jpg") no-repeat scroll center right;
	position:relative;
	height:183px;
	line-height:27px;
	width:950px;
	text-align: center;
	margin:0 auto;
}

#menu-botline {
	background: url("../images/menubg.gif") repeat top left;
	position:relative;
	height:27px;
	line-height:27px;
	width:950px;
	text-align: left;
	margin:0 auto;
}

#menu-botline a {
	background: url("../images/menubg.gif") repeat bottom center;
	height:27px;
	line-height:27px;
	width:110px;
	display:block;
	text-align:center;
	font-weight:bold;
	color:#000000;
	border-right:2px solid #e8e8e8;
	float:left;
	text-decoration:none;
}

#menu-botline a:hover, #menu-botline .active {
	background: url("../images/mainbg.jpg") repeat center -27px;
	color:#FFFFFF;
}

#content {
	background: url("../images/mainbg.jpg") no-repeat fixed center 0px;
	width:950px;
	overflow-y: auto;
	margin:0 auto;
	text-align:left;
}

#subcontent {
	background: url("../images/transparent.png") repeat top left;
	width:870px;
	margin:40px auto;
	text-align:left;
}

#subcontent .contentimg {
	padding:3px;
	border:2px solid #FFFFFF;
	background-color:#FFFFFF;
	margin:3px 0 3px 0;
}

#subcontent .contentimg:hover {
	padding:3px;
	border:2px solid #065492;
	background-color:#065492;
}

#subcontent .imgl {
	margin-left:25px;
	margin-right:5px;
}

#subcontent .imgr {
	margin-left:5px;
	margin-right:25px;
}

	#subcontent p {
	padding:5px 30px;
	line-height:16px;
}

#subcontent a {
	color:#0B5391;
	font-weight:bold;
	text-decoration:none;
}

#subcontent h1, #subcontent h2, #subcontent h3, #subcontent h4  {
	padding:5px 5px;
	display:block;
	margin-left:25px;
}

#subcontent h1 {
	border:1px solid #FFFFFF;
	background:#e8e8e8;
	font-size:18px;
	width:820px;
	color:#000000;
}

#subcontent h2 {
	font-size:15px;
	margin-left:35px;
	color:#065492;
}

#subcontent h3 {
	font-size:13px;
	margin-left:45px;
	color:#065492;
	font-weight:bold;
}

#subcontent h4 {
	font-size:10px;
	margin-left:45px;
	color:#065492;
	font-weight:bold;
	padding:0;
}

#subcontent .contactfield {
}

#subcontent .contactfieldred {
	border:1px solid #FF0000;
}

#subcontent .legenda, #subcontent .legenda a {
	font-size:9px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#a8a8a8;
	text-decoration:none;
	line-height:11px;
}

#subcontent ul {
	 margin-left:25px;
	 margin-top:-5px;
	 margin-bottom:12px;
}

#subcontent ul li {
	list-style-image:url(Images/BluleArrow.gif);
	padding-bottom:7px;
}

.ColumnRight_table {
	border-left:1px solid #7babf7;
	border-top:1px solid #7babf7;
	width:830px;
	padding:0px 0px;
	margin-left:25px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	clear:both;
}

.ColumnRight_td {
	border-bottom:1px solid #7babf7;
	border-right:1px solid #7babf7;
	padding:5px;
	text-align: center;
	vertical-align: middle;
}

#footer {
	height:27px;
	line-height:27px;
	color:#AAAAAA;
	background-color:#FFFFFF;
	clear:both;
	text-align:center;
	width:950px;
	margin:0 auto;
}

#footer a {
	color:#AAAAAA;
	background-color:#FFFFFF;
	clear:both;
	text-decoration:none;
}


/*common classes */

a img {
	border:0;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.ac {
	text-align:center;
}

.ar {
	text-align:right;
}

.al {
	text-align:left;
}

/* *** Float containers fix *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.fix {
	background-color:#FFFFFF;
	clear:both;
	line-height:1px;
	height:1px;

}
