#body {
	margin: 0px;
}

#topslice{
	 background: url("images/topslice.gif");
	width: 100%;
}

#main{ 
	background: "#C2D7EB";
	height: 100%;
	font-family: tahoma;
	font-size: 14px;

}

.navslice{
	 background: url("images/navslice.gif");
	 height: 37px;
}

.navbutton{
	 background: url("images/button.gif");
	 width: 80px;
	 height: 37px;
	 color: white;
	 text-align: center;
	 font-family: tahoma;
	 font-weight: bold;
}

.navbutton a:link, .navbutton a:active, .navbutton a:hover, .navbutton a:visited{
	 color: white;
	 font-family: tahoma;
	 font-weight: bold;
}

#main a:link, #main a:active, #main  a:hover, #main a:visited{
	 color: white;
	 color: #6699FF;
	 font-family: tahoma;
}