
body {
		background-image: url(bg.jpg);
		background-repeat: repeat;
		background-color: #85add6;
		background-repeat: repeat-x;
		background-x-position: center;
		background-y-position: top;
		background-attachment: fixed;
}

/* 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 #000000;
		border-top: 0px solid #006633;
		height: 31px;
}

table#dc_navigation td tr {
}

table#dc_navigation tr {
		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: #E3EAF2;
		background-image: url(footer.gif);
		background-repeat: no-repeat;
		background-position: right bottom;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-color: #000000;
		border-bottom-color: #000000;
		border-left-color: #000000;
		border-top-width: 1px;
		border-top-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;
}*/
