/* LAYOUT */ 

body{
 margin: 0;
 padding:0;     
background-image: url('leaves.gif');
 }
	 
#header {
 width: 100%;
 height: 95px;
 margin: 0;
 background: #1f4c00;
 color: #333333;
border-bottom-color: #004000; 
border-bottom-style: solid;
border-bottom-width: 4px
 }

#menu {
position: absolute;
top: 38px;
left: 315px;
width: 706px;
height: 60px;
}
#top {
 width: 78%;
 float: left;
 color: #333333;
 margin: 0;
 padding: 10px;
 }

#main
{
position: absolute;
top: 99px;
left: 0px;
right: 30px;
width: 800px;
height: 760px;
border-left-color: #1f4c00;
border-left-style: solid;
border-left-width: 3px;
border-right-color: #1f4c00;
border-right-style: solid;
border-right-width: 1px;
border-bottom-color:#1f4c00;
border-bottom-style: solid;
border-bottom-width: 50px
 }


#side
{position: absolute;
top: 99px;
left: 804px;
width: 199px;
height: 760px;
background-color: #ffffff;
border-left-color: #1f4c00;
border-left-style: solid;
border-left-width: 3px;
border-bottom-color:#1f4c00;
border-bottom-style: solid;
border-bottom-width: 50px
}

/* DESIGN */

p {font-family: arial; color: #004000; margin-left: 20px}

h1 {font-family: arial; color: #004000}

h2 {font-family: arial; color: #004000; margin-left: 5px}

h3 {font-family: arial; color: #004000; margin-left: 20px}

h4 {font-family: arial; color: #004000; text-align: center; font-size: 1.5em;}

h5 {font-family: arial; color: #004000; text-align: center; font-size: 1em;}

h6 {font-family: courier new; color: #004000; font-size: 14px; padding: 5px}

li {font-family: arial; color: #004000}

a:link {

color: #d521d8

}

a {
	text-decoration: none;
}

a:visited {
	color: #e042cb;;
}

a:hover {
	text-decoration: underline;
}

.right { float: right; }

.left { float: left; }

.centre {text-align: center}

.small {font-family: arial; color: #004000; text-align: center; font-size: 12px}



table.SN
{
   margin-left: auto;
   margin-right: auto;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 15px;
color: #000;
width: 600px;
border: 10px;
border-color: #008000;
border-style: double;
border-collapse: collapse;
border-spacing: 0px;}

table.SN td
{
   margin-left: auto;
   margin-right: auto;
background-color: #ffff00;
color: #000;
padding: 10px;
text-align: left;
}




