/* CSS Main */
html {
	background-image: url(/img/mysia0.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:100%;
	position:relative;
         color:#222222;
	background-color:transparent;
         letter-spacing:0px;
        
}
body {
         margin:50px 10% 100px 30%;
	text-align:justify;
         line-height:1.5em;
                
}
ul, ol {list-style:none;
         margin:0 0 0 1em;}

li {}
#menu {
	margin:0 0 0 0;
         width:20%;
         font-size:83%;
	position:absolute;
         top:50px; 
         left:0px;
	padding:30px;
         text-align:right;
         letter-spacing:3px;
	
         }
p{      margin:0 10px;
         padding:3px 30px;
         font-size:92%;
	text-indent:3em;
         background-image: url(/img/mysia0.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

h1, h2 {margin:20px 0 30px 0px;
        color:#000055;
        text-align:left;
        line-height:1.5em;}
 h2 {float:left;}

h2+ol {margin:17px 0 50px 50px;
        text-align:left;
       }

h2+ol li {float:left;
              margin: 10px;}

dl{ margin:0px;
         padding:0 30px 30px 30px ;
         background-image: url(/img/mysia0.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
         border:1px dotted #FFFFFF;}
dt {margin:30px 0 0 0px;
border-bottom:1px dotted #AAAAAA;}
dd {margin:10px 0 0 30px;
     font-size:92%;}
a { color:#000055;
    background-color:transparent;
    text-decoration:none;}
a:hover { text-decoration:underline;}

form {margin:0px auto;
      width:370px;
      padding:30px;}

label {margin:3px 10px 3px 10px;
        text-align:right;
        font-size:92%;
        display:block;} 

input {display:inline-block;}
         margin:3px 120px 3px 0;}



