* { font-size: 1em; color: inherit; }
html, body { 
	font-size: 100%;
	width: 100%;
	height: 100%;
}
body {
	margin: 0; padding: 0;
	font: 12px/1.3 Tahoma, Verdana, Arial, sans-serif;
	background: #C6A836 url(/images/cgwg_mp_background.jpg) repeat-x top;
	color: #000;
}

/* =CORE ELEMENTS
******************************/
p, dl {
	margin: 1em 0;
}
ul, ol {
	margin: .5em 0 1em 3em;
	padding: 0;
}
dt {
	font-weight: bold;
}
address { 
	font-style: normal;
}

h1, h2, h3 { margin: 1.3em 0 .5em; }
h1 {
	font: bold 1.5em/1 Arial Black, Arial, sans-serif;
	margin-top: 0;
}
h2 {
	font: bold 1.3em/1 Tahoma,Verdana, Arial, sans-serif;
}
h3 {
	font: bold 1.2em/1 Tahoma,Verdana, Arial, sans-serif;
	margin-bottom: .2em;
}

.bold, b {font-weight:bold;}
	
.indent
{
	margin-left: 3em;
}

/* =LINKS
*******************************/
a:link {
	color: #520D12;
	text-decoration: underline;
}
a:visited {
	color: #4D67A0;
	text-decoration: underline;
}
a:focus,
a:hover,
a:active {
	color: #4D67A0;
	text-decoration: none;
}

a.sitemaplarge:link {color:#520D12; text-decoration: underline; font-size:14px; font-weight:bold;}
a.sitemaplarge:visited {color:#4D67A0; text-decoration: underline; font-size:14px; font-weight:bold;}
a.sitemaplarge:focus, a.sitemaplarge:hover, a.sitemaplarge:active {color:#4D67A0; text-decoration: none; font-size:14px; font-weight:bold;}

/*
a.sitemapmid:link {margin-left:25px; color:#520D12; text-decoration: underline; font-size:13px;}
a.sitemapmid:visited {margin-left:25px; color:#4D67A0; text-decoration: underline; font-size:13px;}
a.sitemapmid:focus, a.sitemapmid:hover, a.sitemapmid:active {margin-left:25px; color:#4D67A0; text-decoration: none; font-size:13px;}
*/
.sitemapMid {margin-top:-13px; padding-bottom:12px;}
.sitemapMid li {margin-left:35px; list-style-type:square;}

.item a:link {
	color: #B3A75F;
}
.item a:visited {
	color: #8D932F;
}
.item a:focus,
.item a:hover,
.item a:active {
	color: #fff;
}
.item dt a:link {
	color: #fff;
	text-decoration: none;
}
.item dt a:visited {
	color: #E4D7D6;
	text-decoration: none;
}
.item dt a:focus,
.item dt a:hover,
.item dt a:active {
	color: #B3A75F;
	text-decoration: none;
}

#copy a:link,
#copy a:visited {
	color: #333; 
}


/* =GENERAL LAYOUT
********************************/





/* =SHELL LAYOUT
********************************/




/* =BROWSER HACKS ('* html element' --read only by IE)
******************************************************/
/* BEGIN HIDING FROM IE-MAC {commented backslash hack} \*/
* html body {
	font-size: 76%;
}
/* END HIDING FROM IE-MAC                               */