@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	font-family: "Myriad Web Pro", Helvetica, Arial;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0px;
	float: left;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
}
.twoColFixRtHdr #sidebar1 {
	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: 15px 10px;
	background-color: #B2BAD7;
}
.twoColFixRtHdr #topbar {
	width: 780px;
	height:50px;
	margin: 0px;
	background-color:#204C8A;
	padding-bottom: 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #insideContent {
	height: auto;
	width: 760px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 75px;
	clear: right;
	list-style-type: disc;
	position: relative;
	top: 0;
}
.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-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
/* floats an image right, so text wraps around it */
.imgright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* floats an image left, so text wraps around it */
.imgleft {
    float: left;
    padding: 2px;
    margin-right: 10px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
body {
	background-color: #FFFFCC;
	font-family: "Myriad Web Pro", Helvetica, Arial;
	font-size: 14px;
	line-height: normal;
	color: #000;
	margin-bottom: 0px;
	text-align: justify;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p {
	font-family: "Myriad Web Pro", Helvetica, Arial;
	font-size: 14px;
	line-height: normal;
	width: 550px;
	margin: 1px;
	list-style-type: disc;
	text-indent: 0;
}

:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-indent: 0px;
} 

h1 {
	font-size: 1.7em;
	margin-bottom: 0.5em;
	font-family: "Myriad Web Pro", Helvetica, Arial;
	font-weight: bold;
	line-height: normal;
	width: 550px;
	color: #204C8A;
	margin-top: 2em;
} 
h2 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	color: #204C8A;
	line-height: normal;
	font-family: "Myriad Web Pro", Helvetica, Arial;
	margin-top: 1em;
} 
h3 {
	font-size: 1.2em;
	margin-bottom: 0em;
	font-family: "Myriad Web Pro", Helvetica, Arial;
	line-height: normal;
	color: #204C8A;
	font-weight: bold;
	margin-top: 1em;
} 
h4, h5, h6, p, ul, ol, address, blockquote, dl, table {
	font-size: .95em;
	margin-bottom: 1em;
	font-family: "Myriad Web Pro", Helvetica, Arial;
	list-style-type: disc;
	padding-bottom: 0em;
	list-style-position: outside;
} 
.twoColFixRtHdr #container #mainContent p {
	text-align: left;
}
strong {
	font-style: normal;
} 
fieldset { border: none; 
} 
.sidebar {
	font-family: "Myriad Web Pro", Helvetica, Arial;
	font-size: 12px;
	line-height: 14px;
	background-color: #999;
	color: #FFF;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	width: 550px;
	letter-spacing: .1em;
}
.sidebarHeader {
	font-family: "Myriad Web Pro", Helvetica, Arial;
	font-size: 14px;
	line-height: normal;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.1em;
	background-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
/* 
* Not really a default style, but this class is used in 
* every project. 
*/ 
.clear:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
font-size: 0; 
} 
.clear { display: inline-table; } 

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { display: block; } 
/* Hide from IE/Mac */ 
h4 {
	font-family: "Myriad Web Pro", Helvetica, Arial;
	font-size: 1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #container #header {
}
ul {
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
}
li {
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 20px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	color: #808080;
}
.pullquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #204C8A;
	font-weight: bold;
}
.twoColFixRtHdr #container #topbar {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.contents {
	font-family: "Myriad Web Pro", Helvetica, Arial;
	list-style-type:none;
	font-weight:bold;
	line-height:16px;
	width: 500px;
	padding-left:25px;
	background:transparent url(images/greenarrow.gif) no-repeat;
	background-position:0 5px;
}
