/*  */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/*  */
/* Constructed: July 27th, 2010 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */
body {
   margin: 0;
   padding: 0;
   background: #000 -webkit-gradient(linear, center top, center bottom, from(#696969), to(rgba(0,0,0,0)), color-stop(100%, #000)) no-repeat;
   width: 100%;
   height: 100%;
   font-family: Garamond, Cambria, Cambria Math, sans-serif;
   color: White;
}
a:link {
   color: White;
   text-decoration: none;
}
a:hover {
   color: White; 
   text-decoration: underline;
}
a:visited {
   color: White;
   text-decoration: none;
}

h2, h4, h5 {
   padding: 0px;
   border: 0px solid;
   }
ul {
   margin: 0;
   padding: 0;
}


#main {
   border: 0px;
   background: transparent url(SCE-BG-con.png) no-repeat;
   background-position: center;
   margin: 0px;
   padding: 0px;
   width: 100%;
   height: 400px;
   text-align:left;
   overflow: hidden;
   nowrap: no;
}
#tfe {
   border: 0px solid Grey;
   background: transparent;
   margin: 0px;
   margin-top: 10px;
   padding: 0px;
   width: 600px;
   height: 50px;
   overflow: auto;
   nowrap: no;
}
#pagefooter {
   border: 0px solid Grey;
   background: transparent;
   margin: 0px;
   margin-top: 10px;
   padding: 0px;
   width: 600px;
   height: 91px;
   overflow: auto;
   nowrap: no;
}