body {
	margin:25px 0px; /*top and bottom are 25px*/
	background-color: #FFF;
	color: #000000;
	padding: 0px;
	}
p, td, li, ul, ol {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
}
html p 	{
	margin-top: .5em; /*cozy up to the heading*/
	margin-bottom: 0.5em; /*maintain user spacing*/
	text-align: left; /*catch bug in ie 6*/
	font-size: 0.85em; /*fixes too large default font setting*/
	line-height: 1.5; /*leading. Note 'em' is not necessary*/
	}	
li {
	margin-top: 0em; /*cozy up to the heading*/
	margin-bottom: 0em; /*maintain user spacing*/
	text-align: left; /*catch bug in ie 6*/
	font-size: 0.85em; /*fixes too large default font setting*/
	line-height: 1.5; /*leading. Note 'em' is not necessary*/
}
		
h1	{
	font-weight: normal;
	font-size:1.15em;
}

h2	{
	font-weight: normal;
	font-size: 1.10em;
	}

h3	{
	font-weight: normal;
	font-size: 1.05em;
	}

#footer p	{
	font-size: 11px;
	margin-top: 25px;
	}

/*Below pseudo-properties must be in this order LoVe-HA*/

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #c30;
	background: transparent;
	}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #c30;
	background: transparent;
}

a:hover {
	font-weight: bold;
	text-decoration: underline overline;
	color: #f60;
	background: transparent;
	}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #f90;
	background: transparent;
	}	

ul {
	list-style-image: url(../../graphics/arrowul.gif);
	line-height: 1px;
}
.hide {
	display: none;
}
img {
	display: block;
	border: 0;
}

/*Basic page divisions*/
#primarycontent	{
	padding-left: 25px;
	padding-top: 25px;
	}
#content {
	background: transparent	url(../../graphics/dwws_bg.gif) center bottom no-repeat;
	}

/*Sidebar display attributes*/
#sidebar p	{
	font-style: italic;
	text-align: right;
	margin-top: 0.5em;
	}
#sidebar img	{
	margin: 30px 0 15px 0;
	}
#sidebar h2	{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	line-height: 1.5;
	text-align: right;
	}

/*Navigation bar components*/
table#nav	{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	}	
table#nav td	{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-right: 1px solid #000; /*Done this way to prevent an extra pixel in cells*/
	border-top: 1px solid #000;
	}
	
table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	
#nav td a:link, #nav td a:visited	{
	background: transparent url(../../graphics/dwws_bgpat.gif) repeat;
	display: block;
	margin: 0;
	width: 100px; 
	line-height: 25px;
	}

#nav td a:hover	{
	color: #000;
	background: white url(../../graphics/dwws_nopat.gif) repeat;
	}
	
td#home a:link, td#home a:visited	{
	/*color: #c30;*/
	background: transparent url(../../graphics/dwws_bgpat.gif) repeat;
	width: 400px;
	height: 75px;
	}

td#home a:hover img	{
	/*color: #f60;*/
	background: white url(../../graphics/dwws_nopat.gif) repeat;
	width: 400px;
	height: 75px;
	}
