body {
	color: #666666;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 80%;
}

/* holder styles */
#holder {
	width: 760px;
	background: #FFFFFF url(icrBack.gif) repeat-y; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto 0 auto;
	border: 1px solid #000000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 8px;
	padding-left: 8px;
	line-height: 16px;
	font-size: 12px;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 10px;
	text-align: left;
}
blockquote {
	line-height: 12pt;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* header styles */
#header {
	background: #FFFFFF  /* creates the top overlap of the right column */
}
#banner {
	height: 104px;
	background-color: #FFFFFF;
	background-image: url(icrLogoT.jpg);
	background-repeat: no-repeat;
}

#banner2 {
	height: 51px;
	background-color: #FFFFFF;
	background-image: url(icrLogoB.jpg);
	background-repeat: no-repeat;
}
#nav{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	background-color: #3244A3;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#nav ul{
padding: 0;
margin: 0;
}
#nav ul li{
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a{
	color: #FFFFFF;
	background-color: #3244A3;
	text-decoration: none;
	padding: 2px 25px 2px 25px;
	text-align: center;
	width: 9em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
} 
#nav ul li a:hover, #nav ul li a:focus{
background-color: #4793E5;
}
#nav ul li#active{
background-color: #FE970A;
}
.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 20px 10px;
}

/* navigation styles */
#contentLeft {
	width: 245px;
	float: left; /* side padding is added to total width above for a 160px "real total" */
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#contentLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
}
#contentLeft a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCFFFF;
	text-decoration: underline;
}
#contentLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCFFFF;
	margin-left: 10px;
	margin-top: 1px;
}

/* content styles */
#content {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 260px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
}

#content p {
	line-height: 145%;
}
#content h1{
	color: #3244A3;
	padding: 0;
	font-size: 16px;
}

#content h2{

color: #003366;
padding: 0;
margin: 20px;
}

/* third column styles */
#news {
	margin: 0px;
	padding: 15px 8px 8px 8px;
	float: right;
	width: 10px;
}
#news p {
	color: #FFF; /* third column has a dark color so font must be light for contrast */
}

/* footer styles */
#footer {
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #333333;  /* This background color covers the faux column effect that spans the entire holder div */
	background-color: #FBC36E;
	padding: 5px;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

