@charset "UTF-8";
body  {
	font: normal 13px/16px Arial;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #565656;
}
.twoColFixRtHdr #container {
	width: 1008px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	border: 1px solid #666;	
}
.twoColFixRtHdr #content-container a.external, #content-container a:visited.external { 
	background: url(images/external-link.gif) 100% 40% no-repeat;
	padding-right: 15px;
} 
.twoColFixRtHdr #menu {
	background-image: url(images/nav-back.gif);
	height: 32px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 1008px;
	margin: 0px;
}
.twoColFixRtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 99px;
	background-image: url(images/mast2.jpg);
	background-repeat: no-repeat;
	
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 255px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F7F7F7; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixRtHdr #sidebar2 {
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	clear: none;
	margin: 0px;
}
.twoColFixRtHdr  #sidebarPhotos {
	float: right; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 7px 0px 12px;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 455px;
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 267px;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;
	
}
.twoColFixRtHdr #mainContentWide {
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 708px;
	margin-top: 0px;
	margin-left: 267px;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 20px;
	
	
}
.twoColFixRtHdr #mainHome {
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 743px;
	margin-top: 0px;
	margin-left: 266px;
	padding: 0px;
} 
.twoColFixRtHdr  #mainMovie {
	height: 173px;
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 743px;
	float: left;	
} 
.twoColFixRtHdr  #mainNoPhoto {
	height: 60px;
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 742px;
	float: left;	
}
.twoColFixRtHdr #colLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 440px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px 10px 20px;
	
	}
.twoColFixRtHdr #colRgt {
	float: right; /* since this element is floated, a width must be given */
	width: 470px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px 10px 20px;
	border-left: 2px solid #355aa1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	
	
	
	
	
	
	
}
.twoColFixRtHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#c3c4c6 repeat-x;
	text-align: center;
	height: 25px;
	width: 1008px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.footer-text   {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	line-height: 13px;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #345AA2;
}
h2 {
	font-family: Arial;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #345AA2;
}
a:link {
	color: #565656;
}
a:visited {
	color: #565656;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.caption {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #666;
	width: 150px;	
}
.botlinks {
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	
}

.lefttextlinks {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	color: #565665;
}
.bluetext {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #0076C0;
	
}

.bluetext15 {
	font-family: Arial;
	font-size: 15px;
	line-height: 20px;
	color: #0076C0;
}

.bluetext17 {
	font-family: Arial;
	font-size: 17px;
	line-height: 22px;
	color: #0076C0;
	
}
.bluetext15Title {
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #0076c0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0076c0;
}
.greentext {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #54B948;
	
}
.greentext15 {
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #54B948;
	
}
.greentext15Title {
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #54B948;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #54b948;
	
}
.greentext17 {
	font-family: Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #54B948;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #54b948;
}
.graytext {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
	
	
		
}
.photoright {
	float: right;
	padding:2px 0px 8px 15px;
	margin: 0;
	font-size:90%;
	color: #333333;
	font-style:italic;


}
.photoleft {
float: left; 
padding:2px 10px 8px 0px; 
margin: 0; 
font-size:90%; 
color: #333333; 
font-style:italic; 

}
.1314  {
	font: normal 13px/6px Arial;
	color: #565656;
	
}
.whitetext {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	
	
}
.ul-link li.pdf {
	background:url(images/pdf_icon.jpg) 0% 0 no-repeat;

