body  {
	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: Tahoma;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	line-height: 17px;
}
#navigation li {
	display: inline;
}
#navigation {
	height: 110px;
	position: absolute;
	float: right;
	width: 600px;
	left: 267px;
	top: 1px;
}
.navigation {
}
#navigation a {
	padding-right: 6px;
	padding-left: 6px;
}
#navigation a:visited {
	color: #004B8C;
}

#navigation a:active {
	text-decoration: none;
	background-image: url(images/../nav_bkg_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#navigaton a:hover {
	text-decoration: underline;
	background-image: url(../images/nav_bkg.gif);
	background-repeat: repeat-x;
}


#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.last{
	border-right-style: none;
}
a:link {
	color: #024188;
	text-decoration: none;
}
a:visited {
	color: #024188;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #004E8C;
	text-decoration: none;
}
#cra_logo {
	float: left;
	height: 113px;
	width: 219px;
}
.img {
	margin: 0px;
	padding: 0px;
}
.email {
	color: #FFF;
}
#container #footer p .email {
	color: #FFF;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container_bkg.gif);
	background-repeat: repeat-y;
} 
#header {
	height: 113px;
	background-color: #FFFFFF;
	position: relative;
	padding: 0;
} 
#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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#sidebar_navigation ul li a strong {
	font-weight: bold;
	color: #6F904F;
}

#sidebar_bkg {
	width: 199px;
}
#headline {
	height: 93px;
	padding-top: 20px;
}
#mainContent {
	background-repeat: repeat-x;
	background-image: url(../images/main_ct_bkg.gif);
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 219px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 50px;
} 

#mainContent h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #004B8E;
}
h2  {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar_navigation p {
	color: #FFFFFF;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 20px;
}
#sidebar_navigation {
	width: 200px;
	background-image: url(../images/subnav_bkg.gif);
	background-repeat: no-repeat;
}
#sidebar_navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
}
#sidebar_navigation ul {
	list-style-image: url(../images/arrows.gif);
}
#sidebar_navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar_navigation a:hover {
	text-decoration: underline;
}
#mainContent #map {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
	left: 332px;
	top: 167px;
}
#sitemap {
	background-image: url(../images/sitemap_bkg.gif);
	background-repeat: no-repeat;
	height: 21px;
}
#mainContent img {
	float: right;
	padding-left: 20px;
}
#headline img {
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#004b8e;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20;
}
.footer {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
}
.sitemap { /* 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. */
	padding-left: 90px;
	padding-top: 4px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}



[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 230px; }

<![endif][if IE]>

/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]
#sidebar_navigation {
	width: 210px;
}
.indent {
	padding-left: 12px;
}
#container #footer p a {
	color: #FFF;
}
#headline_home {
	padding-top: 26px;
	height: 87px;
}
#headline_home img {
	float: left;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

