/* style.css
   Created by Tristan Cuschieri, www.tristanx.com, mail@tristanx.com */

body.nomargins {  margin-top: 0px;
                  margin-bottom: 0px;
                  margin-left: 0px;
                  margin-right: 0px;
               }

h1 {  background-color: white;
      color: #000099;
      font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: larger;
   }

h2 {  background-color: white;
      color: #000099;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: smaller;
   }

div, p {  font-family: Verdana, Arial, Helvetica, sans-serif;
          color: white;
		  font-size: x-small;
       }

.bodytable {  position: absolute;
              top: 0px;
              left: 0px;
              height: 100%;
              width: 100%;
              background-color: #000099;
			  background-image: url(graphics/bg.jpg);
			  background-repeat: repeat-y;
			  background-position: top left;
              z-index: -2;
		   }

.mainbody {  padding-top: 135px;
             padding-left: 235px;
			 padding-right: 25px;
			 padding-bottom: 25px;
			 vertical-align: top;
          }

.menutable {  height: 100%;
              z-index: -1;
			  position: absolute;
			  top: 0px;
			  left: 0px;
			  background-color: #CCCCCC;
           }

.mainmenu {  padding-top: 115px;
             padding-left: 5px;
			 padding-right: 5px;
			 padding-bottom: 5px;
			 width: 200px;
			 vertical-align: top;
          }

.menuitem {  font-size: 18px;
          }

a:link, a:visited, a:active {  text-decoration: none;
                               color: #0099FF;
							}

a:hover {  text-decoration: none;
           color: #000099;
		   background-color: white;
		}

a.menulink:link, a.menulink:visited {  display: block;
                                       width: 180px;
                                       text-decoration: none;
                                       color: #000099;
				                       border: 2px solid #CCCCCC;
                                    }

a.menulink:active {  display:block;
                     width: 180px;
					 text-decoration: none;
					 color: #FF0000;
					 border: 2px solid #CCCCCC;
				  }

a.menulink:hover {  display: block;
                    width: 180px;
					text-decoration: none;
					color: #FF0000;
					background-color: #CCCCCC;
					border: 2px solid #0066FF;
			     }