html {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	width:expression((document.documentElement.clientWidth || document.body.clienWidth) < 1000? "1000px": "100%");
}
body {
	margin: 0;
	text-align: left;
	FONT: 12px tahoma, verdana, sans-serif;
	padding: 0;
	min-width: 1000px;
	width:expression((document.documentElement.clientWidth || document.body.clienWidth) < 1000? "1000px": "100%");
}
h1{
	color: #0886B5;
	font-weight: normal;
	font-size: 20px;
}
.indexpage{
	text-align: center;
	padding-top: 60px;
	font-size: 14px;
}
.indexpage h1{
	color: #000000;
	font-size: 20px;
}
.indextext{
	width: 393px;
	margin: 0px auto 0px auto;
}
.indextext table{
	width: 393px;
}
table,img{
	border: 0px;
}
A,A:visited {
	color: #204394;
	TEXT-DECORATION: underline;
}
A:hover {
	color: #14295B; TEXT-DECORATION: none;	
}
.header1{
	height: 192px;
	background: #5DBCF2 url('img/top_line.jpg') repeat-x top;
}
.header2{
	height: 192px;
	background: transparent url('img/top_right.jpg') no-repeat top right;
}
.header3{
	height: 192px;
	background: transparent url('img/top_left.jpg') no-repeat top left;
}
.logo{
	padding-left: 238px;
}
.top_text{
	padding-top: 46px;
	padding-left: 189px;
	color: #ffffff;
	font-size: 18px;
}
.menu{
	height: 33px;
	background: #1D3E8D url('img/menu_line.gif') repeat-x top;
}
.menu a:link, .menu a:visited{
	color: #ffffff;
}
.menu table td:hover{
	background: #068BBE url('img/menu_line_a.gif') repeat-x top;
}
.menu table td{
	background: transparent url('img/razd.png') no-repeat top right;
	text-align: center;
	height: 33px;
	width: 10%;
}
.left{
	width: 250px;
	float: left;
	padding-top: 19px;
}
.left p.menu_1,.left p.menu_1_act{
	margin-left: 35px;
	background: transparent url('img/menu_li1.gif') no-repeat center left;
	padding-left: 19px;
	color: #204394;
}
.left p.menu_2{
	margin-left: 75px;
}
.left p.menu_2 a:link, .left p.menu_2 a:visited{
	color: #0886B5;
	font-size: 11px;
}
.left p.menu_2_act{
	margin-left: 65px;
	background: transparent url('img/menu_li2.gif') no-repeat center left;
	padding-left: 10px;
	font-size: 11px;
	color: #0886B5;
}
.contener{
	float: right;
	width: 100%;
	margin-left: -290px;
}
.content{
	margin-left: 290px;
	min-height: 330px;
	padding-right: 40px;
	height:expression((document.documentElement.clientHeight || document.body.clienHeight) < 330? "330px": "100%");
}
.content img{
	margin: 5px;
	border: 4px double #3454A0; 
}
.path{
	font-size: 11px;
	padding-top: 20px;
	color: #204394;
}
.bottom{
	clear:both;
	background: #25499F url('img/bottom_line.gif') repeat-x top;
	height: 27px;
	padding-bottom: 5px;
	padding-left: 290px;
	font-size: 11px;
	color: #ffffff;	
}
.bottom a:link, .bottom a:visited{
	font-size: 11px;
	color: #ffffff;	
}
.bottom table td{
	padding-left: 20px;
}
