
body {
		background-image: url(bg2.gif);
		background-repeat: repeat;
}
/* CSS Document */
/*basic html styles*/
 
p, h1, h2, h3, h4, h5, em, li, dd, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a, a:link, a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

table#dc_navigation a {

}
 
table a:hover {
font-size:11px;
text-decoration:underline;
}

table#dc_navigation{
	border-bottom: 0px solid #006633;
	border-top: 0px solid #006633;
	height: 25px;
}
table#dc_navigation td tr {
		background-image: none;
		
}

table#dc_navigation tr{
background-image: url(menu-bg.gif);
background-repeat: repeat-x;
padding-bottom: 0px;
}

table#dc_navigation a font{
		font-size: 14px;
		font-weight: bold;
}
li {
	list-style-position: outside;
	list-style-image: url(bullet.gif);
	
}
.contentTable {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: 222222;
		background-color: #FFFFFF;
}
table#dc_body{
		background-color: #FFFFFF;
		background-image: url(footer.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-color: #000000;
		border-bottom-color: #000000;
		border-left-color: #000000;
}
/*table#dc_logo{
		border-right-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #000000;
		border-left-color: #000000;
}*/
