body {
margin: 10px;
padding: 0;
font: 75% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
line-height:1.3em;
color: #999;
background: #8ec0c9;
background-position: 50% 0;
/*we use an absolute url for NN4 followed by a relative url for modern browsers*/
background-image:  url("images/bg.gif");
/*/*/background-image:   url("images/bg.gif"); /* */
background-repeat: repeat;
}

#content {
padding: 5px;
margin-bottom: 0;
color: #000;
background: #fff;
}

h1 {
margin: 0;
font: normal 100% "Trebuchet MS", verdana, tahoma, sans-serif;
padding: 0px;
border-bottom: 1px solid #eee;
color: #537a3e;
background: inherit;
font-weight:bold;
}

a {
text-decoration: underline;
color: #347985;
background-color: #fff;
}

a:hover {
text-decoration: none;
color: #444;
background-color:#fff;
}

a images {
border: 0px none;
}

#sidebar {
float: left;
width: 210px;
margin: 0 10px 0 0;
padding: 8px;
line-height:1.6em;
border-right: 1px solid #eee;
background-color: #faf6ed;
color: #999;
}

#sidebar ul li h2{
color: #c1598e;
font: normal "Trebuchet MS", verdana, tahoma, sans-serif;
font-size:10px;
list-style-type:circle;
}

#sidebar a {
color: #347985;
background-color: #f7f7ee;
font-size:13px;
}

#sidebar a:hover {
color: #333;
background-color:  #cccc99;
font-size:13px;
}

#footer {
clear:both;
padding: 3px;
margin: 0 0 0 0;
text-align: right;
border-top:2px solid #cccc99;	
color: #999;
background-color: #fff;		
}

/* The main Layout Table*/
#mainTable {
	border: 3px double #faf6ed;
	background-color:  #FFFFFF;
}
