/* CSS Document */
/*.takecharge {
	background-image: url(images/take_charge_bot.jpg);
	background-repeat: no-repeat;
}
body {
	background-color: #34488D;
}*/
td {
 	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
}

a {
 	font-family:Arial, Helvetica, sans-serif;
	color:#3399CC;
	font-size: 11px;
	text-decoration:none;
}
a:hover {
 	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:underline;
}

#nav {
	padding-top: 9px;
}

#nav a {
	color: #636361;
	border-right: 1px solid #bebeb2;
	padding: 8px 7px 8px 7px;
}

.list ul {
	padding: 5px 0px 0px 15px;
}

.list ul li  {
	background: url(images/bullet.gif) no-repeat 0px 3px;
	list-style: none;
	padding: 2px 0px 2px 20px;
}

.leftnav {
 	font-family:Lucida Sans, Lucida Grande, Arial, sans-serif;
	color: #666666;
	font-size: 11px;
}
.leftnav:hover {
 	font-family: Lucida Sans, Lucida Grande, Arial, sans-serif;
	color: #003366;
	font-size: 11px;
	text-decoration:underline
}
.pheader {
 	font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 18px;
}
.botnav a  {
 	font-family:Arial, Helvetica, sans-serif;
	color: #cbccba;
	font-size: 11px;
}
.botnav:hover {
 	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.separator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.bulletPlus	{
	background: url(images/bulletPlus.gif) no-repeat 4px 2px;
	font-size: 15px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 3px 30px;
	text-decoration: none;
	color: #036ca1;
	display: block;
	border-bottom: 1px dotted #c0c0c0;
}

.bulletPlus:hover	{
	color: #19a7ef;
	text-decoration: none;
}

.bulletMinus	{
	background: url(images/bulletMinus.gif) no-repeat 4px 2px;
	font-size: 15px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 3px 30px;
	text-decoration: none;
	color: #036ca1;
	display: block;
	border-bottom: 1px dotted #c0c0c0;
}

.bulletMinus:hover	{
	color: #19a7ef;
	text-decoration: none;
}
