/* CSS Document */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

IMG {
	border: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearSpace {
	clear: both;
}

.padding {
	padding: 10px;
}

div#wrlHeader {
	background-color: #66669A;
	height: 108px;
	overflow: hidden;
}
div#wrlHeaderLeft {
	float: left;
	height: 108px;
	width: 907px;
	overflow: hidden;
}
div#wrtHeaderRight {
	background-image: url(../images/bg-header-right.jpg);
	background-repeat: no-repeat;
	height: 108px;
	width: auto;
	overflow: hidden;
}

div#wrlHeaderMenu {
	padding-left: 67px;
	background-image: url(../images/bg-menu-right.jpg);
	background-repeat: repeat-x;
	height: 20px;
	overflow: hidden;
}

div#wrlSpacer {
	background-image: url(../images/bg-spacer.jpg);
	background-repeat: repeat-x;
	height: 28px;
	overflow: hidden;
}


div#wrlHolder {
	background-image: url(../images/bg-holder.jpg);
	background-repeat: repeat-y;
	width: auto;
	height: 100%;
}

div#wrlColLeft {
	background-image: url(../images/bg-col-left.jpg);
	background-repeat: no-repeat;
	background-color: #A4BAD1;
	height: 565px;
	float: left;
	width: 145px;
	overflow: hidden;
}

div.wrlBlueLine {
	float: left;
	width: 2px;
	overflow: hidden;
	background-image: url(../images/bg-blue-line.jpg);
	background-repeat: repeat-y;
}

div#wrlColMiddle {
	float: left;
	width: 581px;
	overflow: hidden;
}

div#wrlColRight {
	background-image: url(../images/bg-col-right.jpg);
	background-repeat: no-repeat;
	height: 565px;
	float: left;
	width: 184px;
}

div#wrlGeopath A {
	text-decoration: none;
	color: #C8C8C8;
}


div.wrlNavItem {
	float: left;
	width: 80px;
	height: 18px;
	background-image: url(../images/bg-topmenu.jpg);
	padding-left: 25px;
	padding-top: 2px;
}

	div.wrlNavItem A {
		float: left;
		width: 80px;
		height: 18px;
		color: #00246E;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}

div.wrlNavItemA {
	float: left;
	width: 80px;
	height: 18px;
	background-image: url(../images/bg-topmenu-active.jpg);
	padding-left: 25px;
	padding-top: 2px;
}

	div.wrlNavItemA A {
		float: left;
		width: 80px;
		height: 18px;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}

	
div.wrlSubNavItem {
	width: 118px;
	height: 19px;
	background-image: url(../images/bg-subnav.jpg);
	padding-left: 21px;
	padding-top: 4px;
}
	div.wrlSubNavItem A {
		width: 118px;
		height: 19px;
		color: #00246E;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}

div.wrlSubNavItemA {
	width: 118px;
	height: 19px;
	background-image: url(../images/bg-subnav-active.jpg);
	padding-left: 21px;
	padding-top: 4px;
}
	div.wrlSubNavItemA A {
		width: 118px;
		height: 19px;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}




div.wrlSubNavItem1 {
	width: 99px;
	height: 19px;
	background-image: url(../images/bg-subnav1.jpg);
	padding-left: 40px;
	padding-top: 4px;
}
	div.wrlSubNavItem1 A {
		width: 99px;
		height: 19px;
		color: #00246E;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}

div.wrlSubNavItemA1 {
	width: 99px;
	height: 19px;
	background-image: url(../images/bg-subnav1-active.jpg);
	padding-left: 40px;
	padding-top: 4px;
}
	div.wrlSubNavItemA1 A {
		width: 99px;
		height: 19px;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}






div#wrlSearchbox {
	position: realtive;
	top: 130px;
	padding-left: 765px;
}



div.wrlListBox {
	float:left;
	width:275px;
	height: 210px;
	margin-bottom: 20px;
	margin-right: 4px;
	margin-left: 4px;
}

div.wrlListTitle {
	background-image: url(../images/box_title_bg.jpg);
	padding: 4px 0px 0px 27px;
	width: 248px;
	height: 20px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

div#wrlContent {
	margin-top: 10px;
}

div.wrlListContent {
	border-right: #E0C4DD solid 1px;
	padding-right: 11px;
	padding-left: 8px;
}

	div.wrlListContent .Image {
		margin-top: 5px;
	}
	
	div.wrlListContent .Text {
		margin-top: 5px;
	}

	div.wrlListContent .Link {
		margin-top: 4px;
		width: 113px;
		height: 20px;
	}
	
.monthlargebasic {
	height: 35px;
}
	
	
div#wrlFooter {
	margin-top: 20px;
	margin-left: 20px;
	border-top: solid #999999 1px;
	height: 61px;
	width: 545px;
	font-size: 10px;
	color: #999999;
}

div#wrlFooter A {
	color: #999999;
	text-decoration: none;
}