@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background-color: #E1D9CC;
}
#skipnav {
	display: none;
}
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}

#SideNav {
	color:#333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-left:0px;
	list-style-position: inside;
	list-style-type: none;
	border-right: 1px dashed #ccc;
}

#threeColLayout #content-wrapper #mainNav #SideNav h2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	padding-top: 3px;
}

#threeColLayout #content-wrapper #mainNav #SideNav ul {
	list-style-position: outside;
	list-style-type: none;
	padding-left: 10px;	
}
#threeColLayout #content-wrapper #mainNav #SideNav li {
	line-height: normal;
	padding-top: 3px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 11px;
}
#threeColLayout #content-wrapper #mainNav #SideNav a {
	color: #333333;
	text-decoration: none;
}
#threeColLayout #content-wrapper #mainNav #SideNav ul li a:hover,
#threeColLayout #content-wrapper #mainNav #SideNav h2 a:hover
{
	color: #333333;
	text-decoration: underline;
}

#threeColLayout #content-wrapper #mainNav #SideNav ul li a:visited {
	color: #333333;
	text-decoration: none;
}

/*
#threeColLayout #content-wrapper #content #secondaryContent h2 {
	font-size: 12px;
}
#threeColLayout #content-wrapper #content #secondaryContent ul {
	list-style-position: outside;
	list-style-type: none;
}
#threeColLayout #content-wrapper #content #secondaryContent li {
	padding-left: 5px;
}
#threeColLayout #content-wrapper #content #secondaryContent a {
	color: #333333;
	text-decoration: none;
}
#threeColLayout #content-wrapper #content #secondaryContent a:hover {
	color: #333333;
	text-decoration: underline;
}
#threeColLayout #content-wrapper #content #secondaryContent a:visited {
	color: #333333;
	text-decoration: none;
}
#threeColLayout #content-wrapper #content_2col #secondaryContent ul {
	padding-left: 5px;
	list-style-position: outside;
	list-style-type: none;
}
*/

