/* CSS Document */

body {	
	background-color: #ffffff;
	font: normal normal normal small Verdana,Arial,Helvetica,sans-serif;
	margin: 0; /* positions the content in the top left */
	padding: 0; /* used by Opera to position the content in the top left*/
}
	
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	color : #333333;	
	font-family: Verdana, Arial, Helvetica, sans-serif; /* needs to be redefined here for older browsers */
}

p, ul, ol, li {	

line-height: 100%;
margin: 0 0 0 0;	 
}
big { font-size: 110%; }	
strong, b { font-weight: bold; }


a { color: #16547f; text-decoration: none; font-weight:bold;}	
a:visited {	color : #16547f;} /* visited must be before hover */
a:hover { color : #16547f; text-decoration: none;}
a:focus { color : #16547f; }
a:active { color : #16547f; }	


img {
	border:none;
	margin:0;
	padding:0;

}

/* Begin rules for elements */

body {
	background-color: white;
	color: #333333;
	font-size: 76%; /* tested sizes are 60%, 62.5%, 69%, 76%. Anything else requires testing (especially on a Mac) */
	}
	
p, ol, dd, table {
	font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
	line-height: 1.7em;
	margin: 0 0 1.5em 0;	
	text-align: left; /* compensates for an IE 6 bug */
	}
	
	
h1 {
	color: #cb280d;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2em;
	font-weight: bold;
	/*letter-spacing: -1px;*/
	margin: 0em 0 .8em;
}

h2 {
	color: #425875;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight:bold;
}

h3 {
	color: #cc280d;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 0em;
	margin-top: 1em;
}

h4 {
	color: #cc280d;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: .8em; 
	
}

h5 {
	color: #fdb105;
	font-size: 1.2em;
	line-height: 1.5em; 
	margin-bottom: 1em;
}



hr {
	background: #adc9dc; /* used by Gecko, Opera browsers */
	border: 0;
	color: #adc9dc; /* incorrectly used by IE */
	height: 1px;
	margin-top: 1.4em;
	margin-bottom: 1.5em;
	}
	
ul li {
	list-style: none;
	background: url(images/bullet.gif) left 8px no-repeat;
	padding-left: 18px;
	margin-left: 5px;
	margin-bottom: 6px;
	line-height: 1.6em;
	}
	
ol li {
	padding-bottom:.2em;
	margin-bottom:.2em;
	padding-top:0px;
	margin-top:0px;
	}

ul {
	padding-left:10px;
	margin-left:10px;
}

li.links {
	list-style: none;
	background: url(images/arrow_large.gif) left 1px no-repeat;
	padding-left: 24px;
	margin-left: 5px;
	margin-bottom: 16px;
	line-height: 1.6em;
	}
	
ol li.links {
	padding-bottom:.2em;
	margin-bottom:.2em;
	padding-top:0px;
	margin-top:0px;
	}




/* End rules for elements */

/* Font rules */

.smaller {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	font-style:normal;
	
}

.topcaption {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	font-style: italic;
	padding-bottom: 1em;
	margin-bottom: 1em;
	
}


.quoteCredit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 0.4em;
	font-style:normal;
	margin-top: -10px;
	text-align: right;

}


/* Font rules end */

/* Images in content areas */

.imgleft {
	border: #adc9dc 3px solid;
	margin-right: 15px;
	margin-bottom: 10px;
}

div.imgright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: #adc9dc 1px solid;
	padding-bottom: 5px;
	width: 169px;	
}

.imgright img {
	padding: 10px;
	
}

.imgright p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align:center;

}

div.imgleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: #adc9dc 1px solid;
	padding-bottom: 5px;
	width: 169px;	
}

.imgleft img {
	padding: 10px;
	
}

.imgleft p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align:center;

}

.imgnowrapleft {
	padding: 10px;
	border: #adc9dc 1px solid;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;

}

img.standardmain {
	border:#1869a0 solid 1px;

}

.featurebox  {
	padding: 20px;
	margin: 20px 0px;
	background-color: #dce8f0;
	border: #adc9dc 1px solid;

}
