/*styles.ccs - FETA Style Sheet */

/* Standard styles */



body {                                                                                            
  background: url(images/gallery_pagex3heading.png) no-repeat top left fixed;                                                           
  color: navy;
  font-family: Arial, sans-serif;                                              
  margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;                                                       
}     


 a:link {
 text-decoration: none;
 color: #a8a8a8;
 }
 
 a:visited {
 text-decoration: none;
 color: #a8a8a8;
 }
 
 a:hover {
 text-decoration: underline;
 color: #585858;
 }
 
 a:active {
 text-decoration: underline;
 color: #282828;
 }

                                                                                           
div {
  font-family: Arial, sans-serif;                                           
  line-height: normal;                                                                                                                                                           
  margin-top: 0%;
}


div#box {
 position: relative;
 top: 0%;
 left: 0%;
 margin: 0% 0% 0% 0%;
}

div#enter {
 position: fixed;
 top: 40%;
 left: 40%;
 margin: 0% 0% 0% 0%;
 font: 26pt arial, sans-serif;

}


h1#title {
 color: #0000FF;
 font: italic bold 24pt "times new roman", serif;
 margin-left: 20%;
 padding-left: 1%;
}

h1#subtitle {
 color: #990000;
 font: italic 11pt "times new roman", serif;
 padding-left: 30%;
} 


div#logo {
 float: left;
 top: 0%;
 right: 0%;
/* height: 25px; */
}

HR {
 height:3px;
 width:100%;
 background:#446791;
 padding: 0px -4px 0px 0px;
 margin: 0px -0px 0px -5px;  
}

h2 {
 text-align: center;
 color: #660033; 
 padding-top: 1%;
 font: 14pt arial, sans-serif;
} 

h3 {
 text-align: left;
 color: #660033; 
 padding-top: 1%;
 font: 13pt arial, sans-serif;
}

h4 {
 text-align: left;
 color: #00008B; 
 padding-top: 1%;
 margin: 5% 0% 3% 0%; 
 font: bold 10pt "times new roman", serif;
}
 
ul {
 list-style: disc;
 padding: 1% 2% 1% 3%;
 margin: 0% 0% 0% 1.4%;
}
 
ol {
 list-style: decimal;
 list-style-position: outside;
 padding: 1% 2% 1% 9%;
 margin: 0% 0% 0% 0;
}

#center {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

li#big  {
  font: 14pt arial, sans-serif;
}

p#big {
  font: 16pt arial, sans-serif;
  line-height: 1.1;
}

p#bigger {
  font: 20pt arial, sans-serif;
  color: #660033; 
  line-height: 15%;
}

p#small {
  font: 8pt arial, sans-serif;
  line-height: 25%;
}

img#floatleft {
 float: left;
 padding-right: 2%;
}

img#floatright {
 float: right;
 padding-left: 2%;
}
