body {
	background-color: #ffffcc;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#container {
     
    margin-left: 40px;
	 
}

table.main {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #ffffcc;
	background: url(images/header.gif) no-repeat;
	border-right: 5px solid #4BC4DF;
}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
}

td.left {
	background: url(images/left.gif) no-repeat 0 0 #4BC4DF;
	width: 180px;
}



td.bottom {
	background-image: url(images/bg2.jpg);
}

h3 {
	color: Purple;
}

td.side {
	background-image: url(images/side.jpg);
}

td.right {
	width: 5px;
	background-image: url(images/side.jpg);;
	background-repeat: no-repeat;
}

p {
	margin-right: 10px;
}

a:link { color: #CC3399; font-weight: 600; text-decoration: none; }
a:active { color: gray; font-weight: 600; text-decoration: none; }
a:visited { color: #CC3399; font-weight: 600; text-decoration: none; }
a:hover { color: gray; font-weight: 600; text-decoration: none; }

#banner {
position: relative;
top: 350;
left: 10px;
}
.navBtn { position:relative;top:4px; }
