/* CSS Document */
html, body{
	margin:0;
	padding:0;
}

body{
	font:75% Arial, Helvetica, sans-serif;
	color:rgb(108,61,2);
 	background:rgb(227,211,131);
}

li{
	font-size:.95em;
	line-height:1em;
	margin-bottom:5px;
}

a{
	color:rgb(119,99,29);
	text-decoration:none;
}
a:hover{
	color:rgb(200,160,100);
}

div#lh{
	width:220px;
}

div#visitor{
	background:url(../g/vis_com_back.gif) top left repeat-y;
	color:#fff;
}

div#relocation{
	background:url(../g/relocation_econ_back.gif) top left repeat-y;
	color:#fff;
}

div#visitor a, div#relocation a{
	color:#ffc;
	display:block;
}

div#visitor a:hover, div#relocation a:hover{
	color:rgb(108,61,2);
}

ul.cols{
	float:left;
	padding:0;
	margin:0 8px;
	width:114px;
}

div>ul.cols{
	margin:0 5px 0 15px;
	width:110px;
}

ul.cols li{
	padding-left:7px;
	background:url(../g/portal_bullet.gif) top left no-repeat;
	text-indent:0;
	list-style:none;
}

hr.clear{
	clear:both;
	margin:0;
	padding:0;
	visibility:hidden;
}

/* -------------------- if a table is used for the list of links -------------------- */
table#visitor{
	background:url(g/vis_com_back.gif) top left repeat-y;
}

table#relocation{
	background:url(g/relocation_econ_back.gif) top left repeat-y;
}
/* -------------------- end table used for the list of links -------------------- */

td#calendar h4{
	margin:5px 0 10px 35px;
}

td#calendar ul#events{
	margin:0 0 10px 35px;
	padding:0;
}

td#calendar ul#events li{
	margin:0;
	padding:0;
	list-style:none;
}

p#submitevent{
	font-size:.95em;
	text-align:center;
	padding:10px 0 20px 0;
	margin:0;
}
p#submitevent a{
	text-decoration:underline;
}
