@charset "utf-8";
/* CSS Document */

.thrColFixHdr #container-int {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/back-int.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #sidebar1-int {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-size: 12px;
	vertical-align: top;
	background-color: #F3F2EE;
}
.thrColFixHdr #sidebar2-int {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 20px;
	background-color: #FBFCFC;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
}

#sidebar2-int h1 {
	font-size: 140%;
	color: #2C318C;
}
.thrColFixHdr #mainContent-int {
	padding: 10px 10px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 10px;
	margin-left: 210px;
	margin-top: 0px;
	font-size: 12px;
	background-color: #FFFFFF;
} 
.captiontext {
	font-size: 80%;
	color: #003366;
}

#mainContent-int h1 {
	font-size: 140%;
	color: #2C318C;
}
.middlebar-int {
	width: 710px;
	height: 12px;
	margin: 0px;
	clear: both;
	margin-left: 190px;
	margin-bottom: 5px;
	background-color: #A46C00;
	font-size: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A46C00;
}
.breadcrumbs {
	padding-left: 10px;
	width: auto;
	color: #FFFFFF;
}
.breadcrumbs a {
	color: #FFFFFF;
	text-decoration: none;
}


#subheader-int {
	height: 60px;
	width: 900px;
	background-image: url(images/flashbackblue_r1_c1.png);
	font-size: 12px;
	color: #FFFFFF;
}
.header-relatedlinks {
	font-size: 110%;
	font-weight: bold;
	color: #2C318C;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FBC925;
	line-height: 100%;
	display: block;
	background-color: #F3F2EE;
	width: 10em;
	padding-bottom: 5px;
}
#mainContent-int h2 {
	font-size: 120%;
	color: #A46C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-bottom: -7px;
}
.thrColFixHdr #sidebar1-int-search {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-size: 12px;
	vertical-align: top;
	background-color: #F3F2EE;
}
.thrColFixHdr #sidebar1press {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-size: 12px;
	vertical-align: top;
}
.thrColFixHdr #sidebar2press {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 20px;
}
.borderleft {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
		padding-right: 10px;
	padding-left: 10px;
}
.rowpadding {
	padding-right: 10px;
	padding-left: 10px;
}

.borderright {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
		padding-right: 10px;
	padding-left: 10px;
}
.indentright {
	background-color: #EDF1F1;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-top: -10px;
}
.long-int-container {
	width: 60%;
}
.wrapimagleftlong {
	float: left;
	padding-bottom: 25px;
	padding-right: 5px;
}
