/* $Id: system.css,v 1.1 2007/08/23 19:38:31 Denise Exp $ */

/* This is the cascading style sheet page that links to any HTML page holding a LINK to it */
/*** This code is written by Denise Subramaniam and is copyright protected. ***/
/*** It is illegal to copy this code or to use it without permission. ***/
/*** It is illegal to remove this copyright declaration. ***/

body {
	background: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
}

table.main {
    background-color: #ffffcc;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    border: #315B33 groove 6px;
    width: 800px;
    height: 550px;
    padding: 0px;
}

td.header {
    background: url(images/header.jpg);
    width: 800px;
    height: 120px;
}

td.side-panel-left {
    width: 200px;
    background-color: #D0CCC3;
    text-align: center;
    
}

td.center-panel {
    width: 600px;
    height: 600px;
    background: url(images/bg-landscape.jpg);
}

td.footer  {
    background: url(images/footer.jpg);
    width: 800px;
    height: 75px;
    color: #F7E308;
    font-family: Arial;
    font-size: 12px;
}

a.nav {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

ul.nav {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

li.nav {
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a.footer {
    color: #F7E308;
    font-family: Arial;
    font-size: 9pt;
    
}

p.main  {
    color: #0D4602;
    font-family: Arial;
    font-size: 12pt;
    text-align: left;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

p.main-center  {
    color: #0D4602;
    font-family: Arial;
    font-size: 12pt;
    text-align: center;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

h1 {
    color: #0D4602;
    font-family: Arial;
    font-size: 18pt;
    font-weight: bold;
}

h2  {
    color: #0D4602;
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
}

/* Image Styles */


img.left  { 
    float: left; 
    margin: 10px; 
}

img.right { 
    float: right; 
    margin: 10px; 
}

img.center { 
    float: center;
    margin: 10px;
    border: 0;
    padding: 0px;
    margin: 0px;
}
