/* $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/bg1-green.jpg);
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table.bg {
    background-color: #AE8966;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
   /*padding-top: 5px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 5px;
    border: #000000 solid 2px;*/
    padding: 0px;
}

table.main {
    background-color: #ffffcc;
    margin-right: auto;
    margin-left: auto;
    /*border: #315B33 groove 6px;*/
    width: 750px;
    height: 550px;
    padding: 0px;
}

td.bg {
    color: #ffffcc;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

p.main { 
    font-family: "Trebuchet MS", "Arial", "sans-serif";
    text-align: left;
    font-size: 12pt;
    color: #315B33; 
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 5px;
    margin-bottom: 0px;
}


a.list-link {
    font-size: 12pt;
    color: #315B33;
    font-style: bold;
    text-decoration: underline;
    font-family: "Trebuchet MS", "Arial", "sans-serif";
}

a.backlink {
    font-size: 10pt;
    color: #315B33;
    font-style: bold;
    text-decoration: underline;
    font-family: "Trebuchet MS", "Arial", "sans-serif";
}

a.reg-link { 
    font-family: "Trebuchet MS", "Arial", "sans-serif";
    text-align: left;
    font-size: 12pt; 
    color: #315B33; 
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 2px;
}

ul.main { 
    font-family: "Trebuchet MS", "Arial", "sans-serif";
    text-align: left;
    font-size: 12pt;
    list-style-type: square;
    color: #315B33; 
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 5px;
    margin-bottom: 0px;
}

li.main { 
    font-family: "Trebuchet MS", "Arial", "sans-serif";
    text-align: left;
    font-size: 12pt; 
    color: #315B33; 
    list-style: square;
    margin-top: 0px;
    margin-left: 25px;
    margin-right: 5px;
    margin-bottom: 2px;
}

h2.subhead	{ 
    color: #315B33;
    text-align: center;
    font-family: "Trebuchet MS", "Arial", "sans-serif";
    font-size: 16pt; 
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

h1.head	{ 
    color: #315B33;
    text-align: center;
    font-family: "Trebuchet MS", "Arial", "sans-serif";
    font-size: 20pt; 
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

/*** Start Header Styles ***/

td.header {
    background: url(images/header-animated.gif);
    width: 750px;
    height: 100px;
}

/*** End Header Styles ***/

/*** Start Footer Styles ***/

td.footer {
    background: url(images/footer.jpg);
    width: 750px;
    height: 50px;
}

p.footer { 
    font-family: "Trebuchet MS", "Arial", "sans-serif";
    text-align: center;
    font-size: 9pt;
    color: #FFFFFF; 
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

a.footer {
    font-size: 9pt;
    color: #FFFFFF;
    font-style: bold;
    text-decoration: underline;
    font-family: "Trebuchet MS", "Arial", "sans-serif";
}

/*** End Footer Styles ***/

/*** Start Verticle Nav Bar Styles ***/

td.nav-button {
    background: url(images/button-num1.jpg);
    width: 175px;
    height: 63px;
}

a.nav {
    font-size: 10.5pt;
    color: #ffffff;
    font-style: bold;
    font-family: "Trebuchet MS", "Arial", "sans-serif";
    text-decoration: none;
    
}

li.nav   { 
    font-size: 10pt;
    color: #315B33;
    text-align: left;
    font-family: "Trebuchet MS", "Arial", "sans-serif";
    list-style: none;
    margin: 0px;
    padding:0px;
}

/*** End Verticle Nav Bar Styles ***/

li.top   { 
    font-size: 13pt;
    color: #315B33;
    text-align: left;
    font-style: bold;
    font-family: "Trebuchet MS", "Arial", "sans-serif";
    list-style: square;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding:0px;
}

li.sub   { 
    font-size: 12pt;
    color: #315B33;
    text-align: left;
    font-family: "Trebuchet MS", "Arial", "sans-serif";
    list-style: none;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding:0px;
}
