  /* CSS Document */

html, body, div, span, applet, object, iframe, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
  overflow: 0;
}
  
* {
    zoom: 1;   // So that IE can also work
}
  
body {
  font: 100% Arial, Helvetica, sans-serif;
  background: url(../images/sw1.jpg);
  margin: 0;
  padding: 0;
 }
  
  /* CONTAINER */
  
#container {
  width: 80%;
  margin: 0 auto;
  font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
  font-size: 100%;
  background-color: #FFFFFF;
  border: 10px groove #0066FF;
}
  
  /* GENERAL MOJO AND MULA */
  
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  color: #CC0000;
}
  
h2 {
  color: #FF0000;
  font-size: 90%;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
  
h3 {
  color: #6600FF;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
}

a{
  text-decoration: none;
  color: blue;
}

a:hover {
  background: #000099;
  color: #ffffff;
} 
/* HEADER ELEMENTS */
  
#header {
  border-bottom: 5px groove #0066FF;
  background-color: #0000CC; 
}
  
/* CONTENT ELEMENTS */
    
#content {
  margin-left: 18%;
  padding: 1% 2% 1% 2%;
  background-color: #FFFFFF;
  border-left: 5px groove #0066FF;
  background:ffffff;
  background: -o-linear-gradient(top, #ffd500 10%, #fff700 35%, #ffdd00 100%); /* opera */
  background: -khtml-linear-gradient(top, #ffd500 10%, #fff700 35%, #ffdd00 100%); /* opera */
  background: -moz-linear-gradient(top, #ffd500 10%, #fff700 35%, #ffdd00 100%); /* firefox */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe600',endColorstr='#fffb00',GradientType=0 );
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#f0d685), color-stop(35%,#ffff33), color-stop(100%,#deb887)); /* webkit */
}
  
#content p {
  font-size: 75%;
  font-family: Arial, Helvetica, sans-serif;
}

ul a {
  background: #000099;
  color: #ffffff;
  border: 1px solid #000000;
}
  
/* NAVIGATION ELEMENTS */
 
#navigation ul {
  margin-top: 0;
  margin-left: -0%;
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 2%;
  padding-top: 0;
  list-style-type: none;
  float: left;
  width: 18%;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  background: #FFFFFF;
  text-align: center;
}
  
#navigation a {
  display: block;
  padding: 0;
  width: 100%;
/*  border-collapse: collapse;
  border: 1px solid #999999;
  border-top: 1px solid #999999;*/
  background: #FFFFFF;
  font-style: normal;
  text-align: center;
}
  
#navigation a:link, #navlist a:visited {
  color: #800000;
  text-decoration: none;
}
  
#navigation a:hover {
  background: #000000 96% 50% no-repeat;
  background-color: #0000FF;
  color:#FFFFFF;
}
  
/* Table */

th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}
  
td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  text-align: center;
}