		body{
			background-color: #003651;
			margin: 0px;
			padding: 0px;
			background-image: url(PortalImages/back.jpg);
			background-position: top left;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		#centerer{
			background-image: url(PortalImages/back_top.jpg);
			background-position: top left;
			background-repeat: repeat-x;
			margin: 0px;
			padding: 0px;
		}
		#whiteBox{
			background-color: #fff;
			width: 754px;
			border-left: 1px solid #001A28;
			border-right: 1px solid #001A28;
			padding: 7px 14px;
			font-size: 7px;
		}
		#whiteBoxResults{
			background-color: #fff;
			width: 795px;
			border-left: 1px solid #001A28;
			border-right: 1px solid #001A28;
			padding: 7px 14px;
			font-size: 7px;
		}
		#header{
			width: 754px;
			height: 123px;
			overflow: hidden;
			background-image: url(PortalImages/header.jpg);
		}
		#logo{
			position: relative;
			top: 10px;
			left: 19px;
		}
		#nav{
			height: 24px;
			width: 400px;
			overflow: hidden;
			position: relative;
			top: 14px;
			left: 430px;
		}
		.navFill{
			background-image: url(PortalImages/nav_fill.png);
		}
		#navEnd{
			width: 7px;
			height: 24px;
			background-image: url(PortalImages/nav_end.png);
		}
		.navFill a{
			height: 24px;
			color: #FFFFFF;
			line-height: 24px;
			text-decoration: none;
			vertical-align: middle;
			text-align:left;
			padding-left: 25px;
			display: block;
			font-size:12px;
			float: left;
			text-shadow: #000 2px 2px 0.2em;
			background-image: url(PortalImages/bullet_up.png);
			background-repeat: no-repeat;
			background-position: left;
		}
		.navFill a:hover{
			color: #ccc;
			text-shadow: #000 1px 1px 1px;
			background-image: url(PortalImages/bullet_down.png);
		}
		#searchForm{
			color: #fff;
			background-color: #004A6F;
			width: 754px;
		}
		.leftCorner{
			background-image: url(PortalImages/blue_corner.gif);
			background-repeat: no-repeat;
			background-position: bottom;
			width: 8px;
		}
		.rightCorner{
			background-image: url(PortalImages/blue_corner2.gif);
			background-repeat: no-repeat;
			background-position: bottom;
			width: 8px;
		}
		.searchFill{
			font-size: 18px;
			padding: 10px;
			font-weight: 100;
		}
		.searchField{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 18px;
			background-color: #fff;
			border: 1px solid #000;
			padding: 4px;
		}
		.medium{
			font-size: 12px;
		}
		.contentBox{
			width: 754px;
			background-image: url(PortalImages/box_fill.gif);
			background-repeat: repeat-y;
			margin: 20px 0px 20px 0px;
		}
		.contentBox .head{
			height: 41px;
			overflow: hidden;
			background-image: url(PortalImages/glossy_header_fill.jpg);
			color: #fff;
		}
		.contentBox .head .headLeft{
			height: 41px;
			overflow: hidden;
			background-image: url(PortalImages/glossy_header_left.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			
		}
		.contentBox .head .headRight{
			height: 41px;
			overflow: hidden;
			background-image: url(PortalImages/glossy_header_right.jpg);
			background-position: top right;
			background-repeat: no-repeat;
			 
		}
		.contentBox .head h1{
			font-size: 19px;
			font-weight: 100;
			padding: 0px 0px 0px 18px;
			margin-top: 8px;
		}
		.contentBox .content{
			font-size: 14px;
			color: #000;
			padding: 10px 15px 3px 15px;
		}
		.contentBox .content a{
			color: #006FA7;
			text-decoration: underline;
		}
		.contentBox .content a:hover{
			color: #006FA7;
			text-decoration: none;
		}
		.contentBox .boxBottom{
			width: 754px;
			height: 9px;
			background-image: url(PortalImages/box_bottom.gif);
			background-repeat: no-repeat;
		}
		.blueBox{
			background-color: #004A6F;
			background-image: url(PortalImages/blue_box_top.gif);
			background-repeat: no-repeat;
			background-position: top;
		}
		.blueBox .boxBottom{
			width: 754px;
			height: 9px;
			background-image: url(PortalImages/blue_box_bottom.gif);
			background-repeat: no-repeat;
		}
		.blueBox .content{
			font-size: 11px;
			color: #fff;
			padding: 10px 25px 3px 25px;
		}
		.blueBox a{
			color: #fff;
			text-decoration: none;
		}
		.blueBox a:hover{
			color: #fff;
			text-decoration: underline;
		}
		.CategoryContent {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		#bulletPreloader{
			background-image: url(PortalImages/bullet_down.png);
			width: 1px;
			height: 1px;
			overflow: hidden;
			position: absolute;
			top: -400px;
			left: 0px;
		}
		
		/* left side
   --------- */

.left {
	float: left;
	width: 75%;
	margin: 0 0 10px;
}

.left h3 {
	clear: both;
	background: #A9C0CE url(images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 14px Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	
