body {
	margin: 30px 0px 30px 0px;
	padding: 0;
	background-color: #FAEBD7;
}
body, td {
	font-size: 12px;
	line-height: 1.5em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#main {
	margin: 0 auto;
	width: 782px;
	background-color: white;
	border: 1px solid maroon;
	background-image: url(/img/global/bg-menu.gif) repeat-y;
}
#menu {
	float: left;
	width: 200px;
}
#content {
	margin-left: 200px;
}

hr { color: ccc; background-color: ccc; height: 1px }

img.logo {
	margin-bottom: 50px;
}
h2 {
	font-size:1.3em;
	font-weight:normal;
}
.xs {
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 9px;
	line-height: 1.3em;
}
.addy {
	font-size: 11px;
	line-height: 1.3em;
	color: 990000;
}
ul, ol {
	margin-left:2em;
	padding-left:0;
}

a:active { color: 990000; text-decoration: none }
a:visited { color: 990000; text-decoration: none }
a:link { color: 990000; text-decoration: none }
a:hover { color: black; text-decoration: underline }

a.addy:hover { text-decoration: none }
