body { 	font: 10pt/16pt Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Sans-serif; 
	color:#000000; 
	background-color:#999999;
	margin:0px;
}	

.content {
	background-repeat:no-repeat;
	background-color:#e9e9e9;
	border-bottom:3px solid #cc0000;
	padding:15px;
}
	
p { 
	font: 10pt/16pt Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Sans-serif; 
	margin-top: 0px; 
	}
h1 {
	font:18pt Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Sans-serif;
	border-spacing:15px;
	color:#000000;
}
.title {
	border-bottom:1px solid #000000;
}
h2 {
	font:italic 14pt Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Sans-serif;
	color:#cc0000;
	

}
h3 { 
	font: normal 12pt Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #666666;
	}
a:link { 
	font-size: 10pt;
/*	font-weight: bold; */
	text-decoration: none; 
	color: #cc0000;
	}
	
a:visited { 
/*	font-weight: bold; */
	text-decoration: none; 
	color: #cc0000;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
a:hover h2, a:active h2 { 
	text-decoration: none; 
	color: #000000;
	}

/* specific divs */
#navcontainer ul
{

list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: transparent url(../Images/paw.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 10pt Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Sans-serif;
text-decoration: none;
color: #000000;
}

#navcontainer ul li a:hover
{
background: transparent url(../Images/paw.gif) left center no-repeat;
color: #cc0000;
}

#navcontainer ul li a#current
{
background: transparent url(../Images/paw.gif) left center no-repeat;
color: #666;
}

.ulist_outter {
	list-style-image:url(../Images/small_arrow_right.gif);
}

.ulist_inner {
	list-style-image:url(../Images/small_arrow.gif);
}

.red {
	color:#cc0000;
}

.grey {
	color:#666666;
}

hr {
	color:#666666;
	height:1px;
}
