/* CSS Document */

body {
	font: 12px "Trebuchet MS", Arial, sans-serif;
	background:#DFDFDF;
	color: #000000;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	

	
.whitetext {
	color: #FFFFFF;
}

.h1 {
	font-size: 20px;
	color: #000000;
}

.h2 {
	font-size: 16px;
	font-weight: bold;
}
	
/* =Navigation - Main
----------------------------------------------------------------------*/

#nav_main_wrap
{
	width: 100%;
	height: 30px;
}

#nav_main
{
	font-size: 13px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	text-align: center;
	padding-left: 40px;
	margin-top: 5px;
}

#nav_main li
{
	float: left;
	list-style: none;
	height: 35px;
}

#nav_main li.current
{
	background: #514F61 url(/images/nav_cap_lf.gif) no-repeat left;
	height: 35px;
	
}

#nav_main a
{
	color: #CCCCCC;
	display: block;
	list-style-type: none;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-top: 8px;
	
	height: 22px;
}

#nav_main a:hover
{
	color: #ffffff;
	text-decoration: underline;
	list-style-type: none;
}

#nav_main li.current a
{
	background: url(/images/nav_cap_rt.gif) no-repeat right -4px;
	color: #fff;

}

/* =Navigation - Sub
----------------------------------------------------------------------*/

#nav_sub_wrap
{
	margin: 0 0 -2px;
	width: 100%;
	background-color: #514F61;
	height: 31px;
}

#nav_sub
{
	background: #514F61;
	font-size: 11px;
	width: 900px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: -11px;
	padding-left: 35px;
}

#nav_sub ul
{
	padding: 0 0 0 10px;
}

#nav_sub li
{
	float: left;
	list-style: none;
	padding: 12px 0 8px;
}

#nav_sub a
{
	border-left: 1px solid #876;
	color: #CCCCCC;
	display: block;
	white-space: nowrap;
	margin-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
}

#nav_sub a:hover
{
	color: #fff;
	text-decoration: underline;
}

#nav_sub a.first
{
	border: 0;
}

#nav_sub li.current
{
	background: url(/images/nav_sub_arrow.gif) no-repeat center bottom;
	color: #fff;
	font-size: 100%;
	position: relative;
	z-index: 10;
}

#nav_sub li.current a
{
	color: #fff
}


#nav_top
{
	font-size: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: -11px;
}

#nav_top ul
{
	padding: 0 0 0 10px;
}

#nav_top li
{
	float: left;
	list-style: none;
	padding: 6px 0 8px;
}

#nav_top a
{
	color: #CCCCCC;
	display: block;
	width: 139px;
	text-align: center;
	background-image: url(/images/tabber.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 4px;
	float: left;
	margin-left: 8px;
	
}

#nav_top a:hover
{
	color: #fff;
	text-decoration: underline;
}

/* =Basic HTML, IDs and Classes
----------------------------------------------------------------------*/



a
{
	text-decoration: none;
	color: #006699;
}

a *
{
	cursor: pointer;
}

img,
fieldset,
iframe
{
	border: 0;
}

iframe
{
	margin: 0 0 10px;
}

.align_right
{
	text-align: right;
}

li.clear,
#content ul.cols li.clear,
#content ul.group li.clear,
.clear
{
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#skip_links
{
	overflow: hidden;
	width: 0;
	height: 0;
}

strong
{
	color: #210;
}

/* =Breadcrumbs
----------------------------------------------------------------------*/

p#breadcrumbs
{
	font: bold 10px Verdana, sans-serif;
	margin-bottom: 0;
	padding: 10px 20px 15px;
}

p#breadcrumbs a
{
	color: #006699;
	font-weight: normal;
	text-decoration: none;
}

p#breadcrumbs a:hover
{
	text-decoration: underline;
}
