body {
margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color:#EBB0AF;
	margin-top: 5px;
}

td, p, ul 
{
font-family: Georgia, "Times New Roman", Times, serif;
}

td
{
font-size:12px;
}

p {text-align:justify; }

#mainTable
{
width: 800px;
border: 1px solid #000000;
/*/*/line-height: 1.5em; /* */
}

#mainTable td 
{
padding: 4px; /* Pads each table cell in modern browsers. */
}

#maincontent
{
/*border-left: 2px dotted #333;*/
font-size: 14px;
/*/*/font-size: 100%; /* */
background-color:#FFFFFF;
}

#sidebar 
{
width: 25%;
font-size: 12px;
vertical-align: top;
/*/*/font-size: 85%; /* */
/*background-image: url(../Images/sidebarImage.jpg)*/
background-color: #FECCFF;
}

#sidebar a {
/*/*/padding: 3px;
display: block;
border: 2px dotted #CCC;
text-decoration: none;
line-height: 1em;
width: 160px; /* */
}

#sidebar a:link, #sidebar a:visited {
color: #000;
}

#sidebar a:hover, #sidebar a:active {
color: #0000000;
background-color: #CC0000;
border: 2px solid #000;
}
 
#sidebar ul {
/*/*/padding-left: 1em;
margin-left: 1em;
list-style-type: none; /* */
}

#sidebar li {
/*/*/margin: 0px 0px 6px 0px; /* */
}

#sidebar h4
{
color:#000000;
}

#header
{
background-color: ##FECCFF;


}

#header a
{text-decoration:none; color: white;} 

/*#header a:link {text-decoration: none}
#a.header:visited {text-decoration: none color: red}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: red;}*/

#footer
{
background-color: #FECCFF;
color:#000000;
/*background-image: url(../Images/csst_bg.gif)*/;
}
 
#nav
{
background-color:#FFCC00;
height: 50px;
}

