body{
	background-color:#f9fbf2;
	margin:0;
	font-family: Arial, Sans-serif;
	font-size:10pt;
}
a{
	color:#0031ff;	
}
a.thickbox img{
	clear:right;
	border:none;
	margin:5px 0 5px 10px;
	padding:2px;
	background-color:#0080A8;
}
a:visited{
	color:#0031ff;
	text-decoration:none;
	border-bottom:1px dotted #0031ff;	
}
h1, h2, h3{
	color:#0080A8;
	font-weight:normal;
}
h1{
	color:#005975;
	font-size:28pt;
	margin-top:0;
	margin-bottom:5px;
}
h2{
	font-size:16pt;
	margin:0 0 0.5em;
}
h3{
	font-size:16pt;	
	margin:0.5em 0;
}
label{
	cursor:pointer;	
}
p{
	margin-bottom:1em;	
}
ul{
	padding-left:25px;
	margin: 0.5em 0;
}
ol{
	margin: 0.5em 0;
	padding-left:25px;
}
ol>li{
	list-style-type:decimal;
	list-style-image:none;
}
li{
	margin-bottom:0.5em;
}
ul>li{
	list-style-image: url('../img/v3/bullet-light-green.gif');
}
ul>li>ul>li{
	list-style-image: url('../img/v3/bullet-light-blue.gif');
}
td, th{
	font-size:10pt;
}
#top{
	background: url('../img/v3/top-right.gif') right top no-repeat;
	height:132px;
}
#navcap{
	background: url('../img/v3/top-left.gif') left top no-repeat;
	height:132px;	
}
#logo{
	display:block;
	position:absolute;
	top:5px;
	left:30px;
	border-bottom:none;
	z-index:1;
	text-decoration:none;
}
#logo img{
	border:none;	
}
#logo .tag{
	position:absolute;
	color:black;
	font-weight:bold;
	top:28px;
	left:106px;
	width:270px;
	z-index:2;
	cursor:pointer;
}
#logo .tag span{
	color:#ed1c24;
}
#topnav{
	float:right;
	background: #006a8b url('../img/v3/topnav-curve.gif') left top no-repeat;
	height:24px;
	padding-left:45px;
	position:relative;
	z-index:50;
}
#navlinks{
	background: #005975 url('../img/v3/leftnav-gradient.gif') left bottom repeat-x;
	font-size:9pt;
	font-weight:bold;
}
#navlinks li{
	list-style-image: none;
}
#navlinks .AspNet-TreeView{
	margin-top:10px;
	font-size:11pt;
}
#navlinks ul ul{
	margin-left:10px;
	margin-top:5px;
	font-size:10pt;
}
#navlinks ul ul ul
{
	font-size:9pt;
}
#navlinks .AspNet-TreeView-Expand{
	background-color:red;
}
#navlinks .AspNet-TreeView-Collapse{
	background-color:White;
}
#navlinks .AspNet-TreeView-Expand,#navlinks .AspNet-TreeView-Collapse{
	width:5px;
	height:5px;
	overflow:hidden;
	margin-right:4px;
	padding:0 5px;
	display:none;
}
#navlinks .AspNet-TreeView-Selected>a, #navlinks .AspNet-TreeView-Selected>a:visited
{
	color: #ffd508;
}
#navlinks a{
	color:white;
	text-decoration:none;
	font-weight:bold;
}
#navlinks .AspNet-TreeView-Parent ul
{
	display:none;
}
#navlinks .AspNet-TreeView-Selected>ul, #navlinks .AspNet-TreeView-ChildSelected>ul
{
	display:block;
}
#navlinks a:visited{
	color:white;
	border:none;
}
#navlinks a img, #navlinks a:visited img
{
	border:none;
	vertical-align:3px;
}
/*
#navlinks div{
	margin-top:1em;
	margin-left:0.75em;
	font-size:11pt;	
}
#navlinks div div{
	font-size:9pt;	
}
#navlinks div div div{
	margin-left:1.5em;
}
#navlinks span{
	display:block;
	margin-bottom:1em;	
}*/
#leftnav{
	width:147px;
}
#leftnavcurve{
	background: url('../img/v3/leftnav-bottom.gif') left top no-repeat;
	height:205px;
	width:147px;
}
#footer
{
	padding-top:15px;
	font-size:8pt;	
}
#content{
	width:780px;
	font-size:11pt;
	color:black;
	padding-top:10px;
	padding-left:20px;
}
.emph{
	font-size:14pt;
	font-weight:normal;
}
.pullquote{
	background: #fff url('../img/v3/pullquote-top.gif') left top no-repeat;
	padding: 30px 5px 5px;
	width: 200px;
	float:right;
	margin: 0 0 1em 1em;
	font-size:10pt;
	border: 1px solid #abcc21;
	border-left:none;
	border-top:none;
	clear:right;
}
.pullquote h3{
	font-size:12pt;
	font-weight:bold;
	margin: 0 0 5px 0;
	color:black;
}
.pullquote ul{
	padding-left: 20px;
}
.pullquote li{
	list-style-image: url('../img/v3/bullet-dark-green.gif');
	margin-bottom:0.25em;
}
.search{
	float:right;
	clear:right;
	margin-top:10px;
	color:white;
	font-size:9pt;
}
.search input{
	border:none;
	margin-left:5px;
}
.search a{
	color:white;
	font-size:12pt;
	font-weight:bold;
	margin:0 10px;
}
.search a:visited{
	color:white;
	text-decoration:underline;
	border:none;	
}
table.grid td,table.grid th{
	border-color:inherit;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse
}
table.gridh td,table.gridh th
{
	border-color:inherit;
	border-right:none;
	border-left:none;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
ul.AspNet-Menu a, ul.AspNet-Menu a:visited
{
	display:block;
	color:white;
	font-weight:bold;
	border:none;
	text-decoration:none;
	font-size:10pt;
}
ul.AspNet-Menu>li, ul.AspNet-Menu>li:hover
{
	width:95px;
	text-align:center;
	margin-top:3px;
	padding-left:0;
	background-image:none;
}
ul.AspNet-Menu a:hover
{
	color:#ffd508;
}
ul.AspNet-Menu ul
{
	top:16px;
	background-color:#006a8b;
	width:200px;
	left:auto;
	right:0;
}
ul.AspNet-Menu ul li
{
	display:block;
	clear:left;
	text-align:left;
	margin:2px 3px;
}
ul.AspNet-Menu ul li ul
{
	position:absolute;
	top:0;
	left:-203px;
	width:200px;
}
.AspNet-Menu-Leaf
{
	width:200px;
}
.AspNet-Menu-WithChildren
{
	padding-left:10px;
	background: url('/img/menu-arrow.gif') left center no-repeat;
	width:190px;
}
.AspNet-Menu-WithChildren:hover
{
	background-image: url('/img/menu-arrow-hover.gif');
}
