@charset "utf-8";
/* CSS Document */




html {
height:100%;
}
body {
height:100%;
margin:0;
padding:0;
}
#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
#content {
position:relative;
z-index:1;
}


body 
{
color:#003366;
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
}

h1
{
	font-size:24px;
}
h2
{
	font-size:16px;
}
ul.mysmall {
	list-style-type: none;
	font-size: 10px;

}
#navigation {
	float: Left;
	width: 200px;
	height:600px;
	
}
#leftDoc {
	float: Left;
	padding: 0 0 10px 0; /*top right bottom left*/
	width: 25%;
}
#centerDoc {
	float: Left;
	padding: 0 10px 10px 10px; /*top right bottom left*/
	width: auto;
	margin-left:auto;
	margin-right:auto;
}
#rightDoc {
	float: Left;
	padding: 0 0 10px 0; /*top right bottom left*/
	width: 25%;
}
#otherDoc {
	position: absolute;
	left: 200px;
	padding: 0 0 10px 0; /*top right bottom left*/
	width: 65%;
	height: auto;
}
#indexDoc {
	position: absolute;
	left: 300px;
	padding: 0 0 10px 0; /*top right bottom left*/
	width: 600px;
	height: auto;
	align: absolute middle;
	text-align: center;
         
}
#navigationcontact {
	position: absolute;
	left: 0px;
	top: 0px;
	float: Left;
	width: 200px;
	height:600px;
	
}
