/* CSS for central plains */

body {
	background-position:	center;
	background-repeat:	repeat-y;
}

div.MenuContainer {
	margin-top:	25px;
	width:		127px;
	width:		expression((IsCrappyBrowser)?'120px':'');
	border-top:	1px solid #708C9A;
}

div.MenuItemContainer {
	font-family:	'Arial';
	font-size:	14px;
	font-weight:	bold;
	width:		120px;
	padding:	3px 2px 3px 5px;
	background:	#EEEEEE;
	border-bottom:	1px solid #708C9A;
	text-align:	left;
	cursor:		pointer;
}

div.MenuItemContainer:hover {
	/*background:	#FDF7FF;*/
	color:		#1E668E;
}

div.SubMenuContainer {
	font-family:	'Arial';
	font-size:	14px;
	font-weight:	bold;
	margin-bottom:	1px;
	text-align:	left;
	cursor:		pointer;
	display:	none;
	visibility:	hidden;
	position:	absolute;
	margin-left:	127px;
	margin-top:	-24px;
	border-top:	1px solid #708C9A;
	border-right:	1px solid #708C9A;
}

div.SubMenu {
	white-space:	nowrap;
	background:	#DBE5ED;
	padding:	3px 5px 3px 5px;
	background:	#EEEEEE;
	border-bottom:	1px solid #708C9A;
	margin-left:	2px;
}

div.SubMenu:hover {
	/*background:	#FDF7FF;*/
	color:		#1E668E;
}

a.pdc {
	color:		#C0C0C0;
	text-decoration:none;
}

.BodyMain {
        padding: 1px 25px 25px 25px;
        font-family:	'Arial';
	font-size:	13px;
}

.BodyTable {
        font-family:	'Arial';
	font-size:	13px;
}

.BodyHeader {
        color: #000000;
        font-weight: bold;
        font-family: Arial;
        font-size: 17px;
        text-decoration: none;
}

.Pictures {
        padding: 0px 2px 10px 2px; /* top, right, bottom, left */
        font-family:	'Arial';
	font-size:	9px;
}


.MICPHeader {
        margin: 2px 0px 0px 0px;
        font-family:	'Arial';
	font-size:	13px;
}
.MICPTable {
        margin: 2px 2px 20px 15px;
        font-family:	'Arial';
	font-size:	13px;
}

.AddressFooter {
        font-family:	'Arial';
	font-size:	10px;
}

.PageFooter {
        font-family:	'Arial';
	font-size:	10px;
	color:		#A3BFD1;
}

a.PageFooter {
	color:		#A3BFD1;
        font-family:	'Arial';
	font-size:	10px;
	text-decoration:none;
}
