/* common*.css modifies background graphics and element colors. */
/* This stylesheet modifies all media. */
/* Works with commonScreen.css and commonPrint.css to modify backgrounds and colors. */

/* Common tag modifiers */
body {
	color: #666666;	
	background: #FFFFFF url("/images/template/crownridge_body.jpg") repeat-x;
}
a:link, a:visited {
	color: #996600;
}
a:hover, a:active  {
	color: #666666;
}
ul {
	list-style-image:    url("/images/template/common_li.gif");
}
#pageContainer {
	background: url("/images/template/crownridge_pagecontainer.jpg") no-repeat;
}
#topNav p {
	color: #FFFFFF;
}
#topNav a { 
	color: #FFFFFF;
}
#topNav li {
	list-style-image:    url("/images/template/common_li_light.gif");
}
#weatherCom {
	display: none;
}