﻿body{
     position:relative;
	 margin:0px;
     padding:0px;
	 background-image: url("images/ewa.gif");
     font-family:"Times New Roman", "Courier New", serif;
     font-size:medium;
     color: #191970;
}

/* Page header style */
#header{
     width: 100%;
     height:65px;
	 background-image: url("images/bg.jpg");
	 background-repeat: repeat;
}

#leftsidebar{
/* Whatever width you want */
float:left;
width:10em;
padding-left:6px;
}

#rightsidebar{
/* Whatever width you want */
float:right;
width:10em;
padding-right:6px;
}

#main{
/* Left and right margins must match left and right column widths */
margin-left:10em;
margin-right:10em;
padding:1em;
}
/* Level 1 headings */
h1 {
	 font-family: Papyrus, "Curlz MT", "Juice ITC", Algerian, fantasy;
	 font-weight: bold;
	 text-align:center; 
	 color: #1F2159;
 }
/* Level 2 headings */
h2 {
	font-family: "Arial Black", Impact, Charcoal, fantasy;
	color: #1F2159;
	text-align: center;
}

table#table1 {
	width:60%; margin-left:20%; margin-right:20%; padding:2px; text-align:center;
}


/* Unvisited links (no underline) */
a:link{
    text-decoration: none;
}
/* Visited links (no underline) */ 
a:visited{
    text-decoration: none;
}
/* Hover links (underline) */ 
a:hover{
   color: #000000; 
   text-decoration: underline;
}


/* Page footer style */
#footer{
     width: 100%;
     clear:both;
     margin:0px; 
     padding-top:4px; 
     padding-bottom:4px; 
     background-image:url(images/bg.jpg);
     background-repeat: repeat;
}
#footer ul{
margin:0;
padding:0;
height:1.5em;
}

/* Unordered list in footer */
#footer li{
float:left;
width:19.5%;
list-style-type: none;
text-align:center;
line-height:1.5em;
}
