/*
Override the width of the PageBody from custom.css.
Must take into account the left and right padding in basedesign01.css */
#PageBody {
	width: 600px !important;
}

/* Optional override of the navigation fonts 
#LeftNavi p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#LeftNavi blockquote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}*/


/* The left navigation column */
#LeftNavi {
	width: 152px;
	padding: 0;
	background-color: #2C4B87;
}

/* The cell for each row of the table */
#LeftNavi td {
	border-bottom: 1px solid #9EAED8;
	padding: 3px;
}

/* Set up the paragraphs and blockquotes */
#LeftNavi p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#LeftNavi blockquote p {
	font-weight: normal;
}
#LeftNavi blockquote {
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
}

/* Main links */
#LeftNavi p a {
	color: #FFFFFF;
	padding: 4px;
	line-height: 1.15;
	display: block;
	padding-left: 12px;
	background-image: url(../images/bullet-yellowarrow.gif);
	background-repeat: no-repeat;
	background-position: -2px 6px;
	text-decoration: none;
}

/* Sub links */
#LeftNavi blockquote p a {
	line-height: 1.15;
	color: #EAEBFB;
	background-image: url(../images/bullet-lightblue-4w.gif);
	background-position: 12px 0.70em;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
}

/* Hover style of the main links */
#LeftNavi p a:hover, #LeftNavi p a:active, #LeftNavi p a:focus {
	background-color: #5476b7;
}

/* Hover style of the sub links */
#LeftNavi blockquote p a:hover, #LeftNavi blockquote p a:active, #LeftNavi blockquote p a:focus {
	background-color: #233b6b;
}
