*{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
td p{
	padding: 5px;	
}

li{
	margin-left: 20px;
}
#container{
	text-align: center;
	position: relative;
}
    #header{
			border: solid 0px blue;
			position: relative;
			width: 1000px;
			margin: 0 auto;
			text-align: left;
			height: 131px;
			overflow: hidden;
	}
		#logo{
			position: relative;
			border: solid 0px red;
			width: 284px;
			height: 131px;
			top: 10px;
			left: 10px;
		}
        #headerRight{
			border: solid 0px green;
			position: relative;
			width: 650px;
			height: 21px;
			top: -70px;
			left: 300px;
			text-align: right;
		}
			#urcBg{
				border: solid 0px lime;
				position: relative;	
				width: 345px;
				height: 229px;
				top: -50px;
				_top: -58px;
				left: 255px;
				z-index: 0;
			}
	#nav{
		position: relative;
		width: 1000px;
		text-align: center;
		margin: 0 auto;
	}
		#navContent{
			text-align: left;
			height: 56px;
			background: url(images/navOff.png) repeat-x;
			overflow: hidden;
		}
			#navContent form{
				position: absolute;
				top: 0px;
				left: 750px;
				width: 250px;
				height: 40px;
				background: url(images/searchBg.png) no-repeat;
			}
			#navContent input{
				margin: 12px 0 0 32px;
				border: 0;		
				width: 198px;
				background: white;
			}
    /*#contentBody class moved to sidenav.vm */
	/*#qlCol class moved to sidenav.vm */
	/*#contentCol class moved to sidenav.vm */
	
        
		.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
				clear:both;
				height:0;
				font-size: 1px;
				line-height: 0px;
		}
#footer{
	border: solid 0px red;
	text-align: center;
	margin: 0 auto;
	width: 1000px;
	height: 260px;
	overflow: auto;
	background: #c3c3c3;
}
	#footerContent{
		border: solid 0px lime;
		text-align: left;	
		margin-bottom: 10px;
	}

body {
	color: #000000;
	background: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: none;
	color: #991b1e;
	text-align: left;
	padding-left: .9em;
	font-weight: bold;
}
.pagename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: none;
	color: #991b1e;
	text-align: left;
	font-weight: bold;
}

a:link, a:visited { color: #03F; text-decoration: underline; font-family: Verdana, Geneva, sans-serif;}
a:hover, a:active { color: #03F; text-decoration: underline; font-family: Verdana, Geneva, sans-serif;}


a.header:link, a.header:visited { color: #333; text-decoration: none; font-family: Verdana, Geneva, sans-serif; font-size: 18px;}
a.header:hover, a.header:active { color: #333; text-decoration: underline; font-family: Verdana, Geneva, sans-serif; font-size: 18px;}


.bsbnav { display: inline-block; font-family: Arial, Helvetica; font-size: 9pt; color:#243254; text-decoration: none;}
a.bsbnav:link { color: #243254; font-size: 10px; display: inline-block; }
a.bsbnav:visited { color: #243254; font-size: 10px; display: inline-block; }
a.bsbnav:hover { color: #9cba67; font-size: 10px; display: inline-block; }
a.bsbnav:active { color: #9cba67; font-size: 10px; display: inline-block; }

a.navitem { display: block; font-family: Arial, Helvetica; font-size: 10px; text-decoration: none; }
a.navitem:link { color: #000000; display: block; width: 150px; height: 14px; background: #ffffff; border: 1px solid #000000;font-size: .8em; }
a.navitem:visited { color: #000000; display: block; width: 150px; height: 14px; background: #ffffff; border: 1px solid #000000;font-size: .8em; }
a.navitem:hover { color: #000000; display: block; width: 150px; height: 14px; background: #cccccc; border: 1px solid #000000;font-size: .8em; }
a.navitem:active { color: #000000; display: block; width: 150px; height: 14px; background: #ffffff; border: 1px solid #000000;font-size: .8em; }

.calcHeadline {
	font-size: 1em;
	font-weight: bold;
}
.calcMaincopy {
	font-size: .9em;
}
.calcDisclaimer {
	font-size: .6em;
	font-style: italic;
}
.calcBoxes {
	font-size: .9em;
}

