@charset "UTF-8";
body  {
	font: .8em/1.6em Verdana, Arial, Helvetica, sans-serif;
	background: url(images/background.gif) repeat-x;
	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: #666;
}
.twoColFixRtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #containerfooter a:link, a:visited{
	color: #C6EBF8;
	text-decoration: none;
}
.twoColFixRtHdr #header {
	padding-top: 20px;
	padding-bottom: 5px;
} 
.twoColFixRtHdr #navbar {
	padding-top: 25px;
	height: 80px;
}
.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 */
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:400px;
} 
.twoColFixRtHdr #mainContent a:link, a:visited {
	color: #19ACED;
	text-decoration: none;
}
.twoColFixRtHdr #mainContentWide {
	margin: 0 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #footer {
	background:#DDDDDD url(images/footer.jpg) repeat-x;
	height: 200px;
	margin-top: 20px;
} 
.twoColFixRtHdr #containerfooter {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
	vertical-align: middle;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 222px;
}
.twoColFixRtHdr #sidebar1 a:link, a:visited {
	color: #19ACED;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 a:hover {
	color: #666;
	text-decoration: none;
}
.twoColFixRtHdr #blueheading {
	color: #FFF;
	background: url(images/blue_header.jpg);
	padding: 7px;
	float: left;
	width: 208px;
}
.twoColFixRtHdr #blueheading h1 {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	border-style: none;
}
.twoColFixRtHdr #sidetext {
	float: left;
	width: 208px;
	padding: 0px 7px 7px;
	background: url(images/sideback.gif) no-repeat bottom;
	min-height:356px;
	margin-bottom: 10px;
}
.twoColFixRtHdr #sideblue {
	float: left;
	width: 208px;
	padding: 0px 7px 7px;
	background: url(images/blue_side.gif) no-repeat bottom;
	min-height:356px;
	margin-bottom: 10px;
}
.twoColFixRtHdr #sideblue h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	border-style: none;
}
.twoColFixRtHdr #sideblue h2 {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	line-height: 26px;
	border-style: none;
}
.twoColFixRtHdr #sidebar1 li {
	list-style: square outside;
	margin: 1px 1px 1px -5px;
}
.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;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.fltlftft {
	float: left;
	margin-right: 10px;
	border-right: 1px solid #FFF;
	padding-right: 8px;
	margin-top: 0px;
	padding-top: 0px;
	width: 308px;
	min-height:150px;
}
.fltlftft p {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
}
.fltlftft h2 {
	margin: 0px 0px 6px;
	padding: 0px 0px 2px;
	color: #C7C7C7;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #C7C7C7;
}
.fltlftftend {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	width: 306px;
	min-height:150px;
}
.fltlftftend p {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
}
.fltlftft a:link, a:visited {
	color: #C6EBF8;
}
.fltlftftend h2 {
	margin: 0px 0px 6px;
	padding: 0px 0px 2px;
	color: #C7C7C7;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #C7C7C7;
}
ul.Bluearrow {
	margin: 0px;
	padding: 0px 0px 0px 22px;
}
ul.Bluearrow li{
	list-style: square url(images/arrow.gif);
	color: #19B6EF;
	font-size: 1em;
}
.yellowleft {
	background: url(images/yellow_left.jpg);
	float: left;
	height: 108px;
	width: 14px;
}
.yellowbox {
	background: url(images/yellow.jpg) repeat-x;
	float: left;
	height: 108px;
	width: 170px;
	margin-right: 15px;
	padding: 10px 5px 5px 5px;
}
.yellowbox p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
}
.yellowbox h2 {
	margin: 0px 0px 3px;
	padding: 0px 0px 2px;
	color: #19B6EF;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #FFF;
}
.yellowbox a:link, a:visited {
	color: #19ACED;
	text-decoration: none;
}
.yellowboxleft {
	background: url(images/yellow.jpg) repeat-x;
	float: left;
	height: 108px;
	width: 156px;
	margin-right: 15px;
	padding: 10px 5px 5px 0px;
}
.yellowboxleft p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
}
.yellowboxleft h2 {
	margin: 0px 0px 3px;
	padding: 0px 0px 2px;
	color: #19B6EF;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #FFF;
}
.yellowright {
	background: url(images/yellow.jpg) repeat-x;
	float: left;
	height: 108px;
	width: 156px;
	padding: 10px 0px 5px 10px;
}
.yellowright p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
}
.yellowright h2 {
	margin: 0px 0px 3px;
	padding: 0px 0px 2px;
	color: #19B6EF;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #FFF;
}
.yellowrightside {
	background: url(images/yellowright.jpg);
	float: left;
	height: 108px;
	width: 14px;
}
.blueborder {
	padding: 10px;
	border: 1px dashed #19ACED;
	min-height:120px;
}
.whitetext {
	color: #FFF;
}
.tableborder
{
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}
.tdborder
{
	margin: 0;
	padding: 2px;
	border-top: 1px solid #666;
	border-right: 0px solid #666;
	border-bottom: 0 solid #666;
	border-left: 0 solid #666;
}
.twoColFixRtHdr #sidetext a:link, a:visited {
	color: #19ACED;
	text-decoration: none;
}
.yellowboxleft a:link, a:visited {
	color: #19ACED;
	text-decoration: none;
}
.yellowright a:link, a:visited {
	color: #19ACED;
	text-decoration: none;
}
h1 {
	font-weight: normal;
	color: #19ACED;
	border-bottom: 1px dotted #999;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
legend {
	font-size: 18px;
	color: #19ACED;
	font-style: italic;
	padding-bottom: 5px;
}
.tdborderbottom {
	margin: 0;
	padding: 2px;
	border-top: 0px solid #666;
	border-right: 0px solid #666;
	border-bottom: 1px solid #666;
	border-left: 0 solid #666;
}
.twoColFixRtHdr #blueheading2 {
	color: #FFF;
	background: url(images/blue_header.jpg);
	padding: 7px;
	float: left;
	width: 208px;
}
.twoColFixRtHdr #sidetext2 {
	float: left;
	width: 208px;
	padding: 0px 7px 7px;
	background: url(images/sideback.gif) no-repeat bottom;
	min-height:356px;
	margin-bottom: 10px;
}
.fltrtContact {
	float: right;
	margin-left: 8px;
	color: #FFF;
	margin-top: 10px;
	border: 1px dotted #FFF;
	padding: 5px;
}
.fltrtContact a {
	color: #FFF;
	text-decoration: none;
}

