﻿body 
{
	margin: 0px;
	font-family:Verdana, Arial;	
	font-size: 12px;
}

.RootMenu
{
/*	padding: 3px;*/
	font-size: 13px;
}

.RootMenuItem
{
	color: Gray;
}

.PopupMenu
{
	border: 1px solid #facf31;
	background-image: url(/images/menu_bg.jpg);
	z-index: 100;
}

.PopupMenuItem
{
	padding: 4px;
	text-align: left;
	color: Gray;
	width: 100%;
}

.PopupMenuItemHover	
{
	background-color: #facf31;
	color: White;
}

.LeftNavLink
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #003a79;
}

.LeftNavLink:visited
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #003a79;
}

.LeftNavLink:hover
{
	text-decoration: underline;
}

.LeftNavLinkCurrent
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

.LeftNavLinkCurrent:visited
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}

.LeftNavLinkCurrent:hover
{
	text-decoration: underline;
}

ul.spaced li, ol.spaced li {
	margin-bottom: 15px;
	clear: left;
}

.PageTitle
{
	font-size: 18px;
	color: Gray;
}

.arrowleft {
	background-image: url(/images/arrowleft.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.arrowpix {
	border: 2px solid #CC0001;
	margin: 5px;
}
.arrowrt {

	background-image: url(/images/arrowright.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.cap1 {
	background-image: url(/images/redstripe.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.cap2 {
	background-image: url(/images/redstripe.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.proc1 {
	float: none;
	background-color: #FCE186;
	margin: 10px;
	padding: 2px 0px 0px;
	border: 2px solid #CC0000;
	font-weight: bold;
	list-style-type: square;
	font-size: 11px;
}
.picrightblank {

	float: right;
	margin: 5px 15px 5px 20px;
	border: 1px none #CCCCCC;
}
.picleftblank {

	float: left;
	margin: 5px 10px 5px 5px;
	border: 1px none #CCCCCC;
}
.pdf {
	list-style-image: url(/images/pdf.jpg);
	line-height: normal;
}

