body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	font-size: small;
	color: #313131;
	}
* html body {
	font-size: small; /* HACK for IE5/Win */
	f\ont-size: small; /* HACK for other IE versions */
	}
a {
	color: #047391;
	text-decoration: none;
	border-bottom: 0;
	}
a:hover {
	color: #1ddbdd;
	text-decoration: none;
	border-bottom: 1px dotted #1ddbdd;
	}
p.read_more {
	border-bottom: 1px solid #cfeff7;
	}
a.read_more {
	color: #028cae;
	}
.BoldLink {
	font-weight: bold;
	color: #3A6A74;
	}
.FancyLink {
	font-size: 80%;
	color: #047391;
	border-left: 1px dotted #047391;
	padding-left: 5px;
	}
h1 {
	font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-size: 255%;
	letter-spacing: -1px;
	color: #0e4857;
	}
h1 a:link, h1 a:visited {
	color: #0e4857;
	text-decoration: none;
	}
h1.title {
	font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	color: #E6E6E6;
	font-size: 600%;
	text-align: right;
	letter-spacing: -3px;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	}
h2 {
	font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	color: #441e00;
	font-size: 225%;
	letter-spacing: -1px;
	}
h2 a:link, h2 a:visited {
	color: #441e00;
	text-decoration: none;
	}
h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #037c9b;
	font-size: 155%;
	}
h3 a:link, h3 a:visited {
	color: #004344;
	text-decoration: none;
	}
h4 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #bd6b01;
	font-size: 120%;
	}
h4 a:link, h4 a:visited {
	color: #914303;
	text-decoration: none;
	}
h4.headline {
	margin-top: 0;
	margin-bottom:-12px;
	}
h4.headline a, h4.headline a:visited {
	color: #047391;
	text-decoration: none;
	border-bottom: 1px dotted #1ddbdd;
	}
h4.headline a:hover {
	color: #004344;
	text-decoration: none;
	border-bottom: 0;
	}
h5 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #441e00;
	font-size: 110%;
	}
h5 a:link, h5 a:visited {
	color: #441e00;
	text-decoration: none;
	}

hr {
	color: #047391;
	}


#wrap {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: white;
	}

/* Masthead ----------------------------------- */

#header {
	background: #FFFFFF;
	height: 140px;
	border-bottom: 2px solid #CCC;
	}
#header h1 {
	font-size: 50%;
	margin: 20px 0 0 200px;
	padding: 45px 0 45px 0;
	font-family: Lucida Grande, Tahoma, sans-serif;
	text-indent: -5000px;
	}
#header img {
	width: 301px;
	height: 91px;
	padding: 20px 0 20px 50px; 
	border: 0;
	}

/* content div --------------------------------*/

#content {
	float: left;
	margin: 10px 5px 10px 50px;
	padding: 5px;
	}
#content-left {
	float: left;
	margin: 10px 5px 10px 50px;
	padding: 5px;
	}
#content dl dt {
	font-weight: bold;
	padding-top: 5px;
	color: #666;
}
#content dl dt a {
	color: #666;
	text-decoration: none;
}
	
/* column floats -----------------------------*/

div.columns-container {
	padding-top: 20px !important;
	margin-top: 20px;
	border-top: 1px dotted #CCC;
}
div.two_column, div.three_column {
	padding: 0px;
	/*border: 1px solid #CCC;*/
	float: left;
}
.two_column {
	width: 270px;
	margin: 0 30px 0 0;
}
.three_column {
	width: 170px;
	line-height: 1.5em;
	margin: 0 10px 0 0;
}
.last {
	margin: 0;
}
.clearfloat {
	font-size: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 0px;
}

#footer {
	clear: both;
	padding-left: 55px;
	font-size: 80%;
	line-height: 1.5em;
	border-top: #A4A4A4 solid 1px;
	border-bottom: #ade0f2 solid 1px;
}
#footer h4 {
	font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-size: 200%;
	color: #5dacc6;
}
#footer p, #footer li {
	color: #585858;
}

#page_disclaimer {
	text-align: center;
	color: #909090;
}

	
/* box_float - general use content box floating */
.box_float {
	clear: both;
	float: right;
	width: 225px;
	margin: 25px 5px;
	padding: 3px;
	color: #047391;
	background: #fdfdf7;
	border: 2px solid #edebd5;
	font-size: 90%;
	}
.box_float h3 {
	font-size: 120%;
	margin: 0;
	padding: 6px 8px 4px 10px;
	margin-bottom: 10px;
	border-top: 2px dotted #B2CBD1;
	color: #047391;
	}
.box_float h3 a:link, .box_float h3 a:visited {
	font-size: 100%;
	color: #047391;
	text-decoration: none;
	}
.box_float p {
	margin: 0;
	padding: 5px 2px 5px 10px;
	color: #47636a;
	}
.box_float ul li {
	padding: 0;
	margin-left: 5px;
	margin-bottom: 5px;
	}
.box_float table {
	font-size: 75%;
	}

/* Tables ---------------------------------------- */

.table {
	border: 1px solid #047391;
	margin-bottom: 30px;
	background: #fff;
	font-size: 75%;
	}
.table caption {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border: 1px solid #02475a;
	border-bottom: none;
	background: #bbbcc3;
	color: #02475a;
	}
.table th {
	color: #047391;
	background: #CCCCCC;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #1ddbdd;
	border-bottom: 2px solid #047391;
	border-right: 1px solid #047391;
	border-left: 1px solid #1ddbdd;
	}
.table td {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #1ddbdd;
	border-right: 1px dotted #1ddbdd;
	border-left: 1px dotted #1ddbdd;
	}
	
/* References ------------------------------------*/

.references h4 {
	color: #914303;
	padding-top: 0px;
	border-top: 1px solid #914303;
}
.references ul {
	margin: 0;
	padding: 0 0 .75em 15px;
	list-style: none;
	}
.references ul li {
	text-indent: -.75em;
	font-size: 85%;
	margin: .3em .5em .5em 0;
	padding: 0;
	}
.references ol {
	margin: 0;
	padding: 0 0 .75em 15px;
	}
.references ol li {
	font-size: 85%;
	margin: .3em .5em .5em 1em;
	padding: 0;
	}
.reference_number {
	font-size: 85%;
	vertical-align: sub;
	text-decoration: none;
	color: #666;
	}

/* Misc. -------------------------------------- */

.FinePrint {
	font-size: 75%;
	line-height: 1;
	padding-left: 0;
	margin-left: 0;
	}
.Author {
	font-size: 85%;
	font-weight: bold;
	}
.AuthorBio {
	font-size: 75%;
	color: #3A6A74;
	font-weight: bold;
	}
.AlertMessage {
	font-size: 75%;
	font-weight: bold;
	color: #214364;
	}
.BigText {
	font-size: 120%;
	}
.AnchorLinks li {
	list-style: url(images/icon-arrowdown.png);
}
.AnchorLinks li a {
	padding-left: 5px;
}

#navigation, 
#content-right, 
#searchform, 
.box_share, 
.box_see_also, 
#categories_box, 
#footer .last {
	display: none;
	}
