/* CSS Document */

body{
	margin:0px;
	background-color:#E9EDD6;
}
body, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#522707;
}
a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

.ContentOuterPadding, .ContentInnerPadding{
	padding:20px;
	background-color:#D0DCB7;
}

.dottedBG{
	background-image:url(images/dot.jpg); 
	background-repeat:repeat-y;
	margin-top:10px;
}

/*Links*/
a:link, a:active, a:visited{
	color:#AB5528;
	text-decoration:underline;
}
a:hover, a:focus{
	color:#AB5528;
	text-decoration:none;
}

/* Footer */
#FooterLinks a:link, #FooterLinks a:active, #FooterLinks a:visited{
	color:#522707;
}
#FooterLinks a:hover{
	color:#522707;
}
