
/* CSS Document */
/*basic html styles*/
 
p, h1, h2, h3, h4, h5, em, li, dd, td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
		background-image: url(bg.jpg);
		background-repeat: repeat-x;
		background-color: #333333;
}

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: 1px solid #CE9D65;
		border-top: 0px solid #CE9D65;
		height: 28px;
		width: 719px;
}

table#dc_navigation td tr {
		background-image: none;
}

table#dc_navigation tr {
		background-image: url(nav-bg.gif);
		background-repeat: repeat-x;
		padding-bottom: 1px;
}

table#dc_navigation a font {
		font-weight: bold;
		font-size: 12px;
}

table#dc_body{
		background-color: #d26e28;
		background-image: url(content-bg.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		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;
}

.content {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: 222222;
}



.footerLink {
}

a.footerLink:link {
		font-family: arial, helvetica, geneva;
		font-size: 9px;
		font-weight: bold;
		color: #777777;
		text-decoration: none;
}

a.footerLink:active {
		font-family: arial, helvetica, geneva;
		font-size: 9px;
		font-weight: bold;
		color: #777777;
		text-decoration: none;
}

a.footerLink:visited {
		font-family: arial, helvetica, geneva;
		font-size: 9px;
		font-weight: bold;
		color: #777777;
		text-decoration: none;
}

a.footerLink:hover {
		font-family: arial, helvetica, geneva;
		font-size: 9px;
		font-weight: bold;
		color: #777777;
		text-decoration: underline;
}
