body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 14px; 
	color: #333333; 
	text-decoration: none
	}
	
	#frame {
		width:840px;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}
	
	/*  MASTHEAD
	wrapper followed by two nested divs
====================================================== */		
		
	#contentheader {
		height:104px;
		width: 840px;
		background:#fff;
		padding:0 0 0 0;
		}
		
	#lefttop {
		width:450px;
		padding:20px 0 0 0;
		float:left;
		background: #fff url("images/logotop.gif") no-repeat;
		text-align:left;
		vertical-align:top;
		} 
	
	#righttop {
		width:250px;
		padding:20px 0 0 20px ;
		float:left;
		background: url("images/topbanner_dev.gif") repeat-x;
		text-align:right;
		vertical-align:top;
		}
		
/*  MAIN NAV
====================================================== */	
		
	#contentnav {
		clear:left;
		height: 26px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background:#fff;
		padding:5px 0px 0 0;
		margin:0 40px 0 20px;
		float:left;
		}
		
/*  MAIN CONTENT
	wrapper followed by three nested divs
====================================================== */	
		
	#main {
		clear:left;
		background:#fff;
		padding:0 0 0 20px;
		}
		
	#leftnav {
		width:140px;
		padding:10px 0 0 0;
		float:left;
		}
	
	#maincontent {
		width:700px;
		padding:10px 5px 0 0;
		float:left;
		}
	
	#rightcontent {
		width:140px;
		padding:10px 0 0 0;
		float:left;
		background:#fff;
		}
		
		
/*  FOOTER
====================================================== */	
		
		#bottom {
		border-top: 1px solid #ccc;
		clear: left;
		text-align:center;
		width:745px;
		padding: 10px 10px 0 10px;
		background:#fff;
		margin:10px 0 0 20px;
		}
		
/*  TEXT FORMATTING ELEMENTS
====================================================== */	
	
p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 2px 5px 0 4px;
}
	
a {
	text-decoration: none;
	color:  #CCD4E7;
	outline: none;
	font-weight:bold;
	}

a:visited {
	color: #CCD4E7;
	}
a:active {
	color: #CCD4E7;
	}
a:hover {
	color: #FE4D47;
	text-decoration: none;
	}
	
form {
	margin: 0 0 0 0;
	padding:5px 0 5px 3px;
}

input, textarea {
	font-size: 12px;
	line-height: 10px;
	color: #000000;
	padding: 4px;
	
}

select {
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	padding: 4px;
	border: 1px solid  #FE4D47;
}

.signoff {
	color:  #999;
	padding: 4px 0 0 0;
	margin:0 0 0 0;
	}
	
.signoff a {
	text-decoration: none;
	color:  #999;
	outline: none;
	}
.signoff a:visited {
	color:  #ccc;
	}
.signoff a:active {
	color:  #ccc;
	}
.signoff a:hover {
	color: #ccc;
	text-decoration: underline;
	}
	
h1
{
	font-size: x-large;
	color: #CCD4E7;
	font-family: 'Trebuchet MS';
}

.headblue {
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
}

.whiteout {
	color: #fff;
	padding: 2px 0 2px 0;
}

.bodysmall {
font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: 14px; color: #999999; text-decoration: none
}

.pinborder {
	border: 1px solid #0066FF;
}

.bodybig {
	font-size: 14px;
	line-height: 120%;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.myExistingReports
{
    font-size: 8pt;
    font-family: Verdana;
    text-align: center;
}