	body {
		background-color:#f2f2f2;
		color:#111;
		}
	#globalheadcontent {
		background-color:#000;
		}
	#pagehead {
		background-color:#fff;
		}
	#pagehead h2 {
		background-color:#fff;
		}
	#pagecontent {
		background-color:#efefef;
		}
	#sidebarcontent {
		color:#111;
		}

/* Headings */	
	#pagehead h2 {
		color:#666;
		}

	#sidebarcontent h3, #sidebarcontent h4 {
		padding-left:12px;
		color:#222;
		}

/* Links */

	#sidebar li/* */ {
	background:   url("../images/bullet.png") left no-repeat;
	}
	
	#pagecontent a:link, #pagecontent a:visited {
		color: #12f;
		background:   url("../images/underline1dark.gif") bottom repeat-x;
		text-decoration: none;
		}
	#pagecontent a:hover, #pagecontent a:active {
		background-image:   url("../images/underline2dark.gif");
		}

	#containerfootcontent a:link, #containerfootcontent a:visited {
		color:#ff8500;
		}
	#containerfootcontent a:hover, #containerfootcontent a:active {
		text-decoration:underline;
		color:#ff8500;
		}

	#sidebarcontent a:link, #sidebarcontent a:visited {
		color: #00f;
		background:   url("../images/underline1dark.gif") bottom repeat-x;
		text-decoration: none;
		}
	#sidebarcontent a:hover, #sidebarcontent a:active { 
		background-image:   url("../images/underline2dark.gif");
		}

/* Miscellaneous */ 
	.border {
		border:1px solid #999;
		}
	form {
		border:0;
		}
	input, textarea {
		border:1px solid #aaa;
		}
	input.button {
		background-color:#b7b789;
		}
	input.button:hover {
		background-color:#ffe;
		}
	table {
		border:0;
		}
	th, td {
		border:0;
		}

/* Page Design Graphics */
	#container {
		background-image:  url("../images/wg_page_background.jpg");
		background-repeat:repeat-y;		
		}
	#sidebar {
		background-image:  url("../images/wg_sidebar_head.jpg");
		background-repeat:no-repeat;
		}
	#containerfoot {
		background-image:  url("../images/wg_page_foot.jpg");
		background-repeat:no-repeat;
		background-position:bottom;
		height:80px;
		}
	#pagecontent {
		background-image:  url("../images/wg_content_background.jpg");
		background-repeat:repeat-y;
		background-position:right;
		}
	
	#pagehead h2 {
		background-image:  url("../images/wg_page_head.jpg");
		background-repeat:repeat-x;
		}
		
/* special horizontal rule */
div.hr {display: none}
/*/*/a{}
div.hr {
  display: block;
  height: 25px;
  background-image:   url("../images/dotedLine.gif");
  background-repeat: repeat-x;
  background-position: center;
  margin: 10px 15px 10px 15px;
}
hr {display:none}
/* */