@charset "utf-8";
body  {
    font-family: 90% Helvetica, sans-serif;
	line-height: 150%;
	background: #ededed;
	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-size: 100%;
}
.ims #dropshadcontainer {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e6e6e6 url(images/dropshad/dropshadmain.jpg);
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.ims #dropshadheader {
	background: #e6e6e6;  /* 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. */
	height: 25px;
	background-image: url(images/dropshad/dropshadheader.jpg);
	width: 975px;
	margin: 0px;
	padding: 0px;
}
.ims #dropshadfooter {
	background: #e6e6e6;  /* 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. */
	height: 45px;
	background-image: url(images/dropshad/dropshadfooter.jpg);
}

.ims #blendabovefooter {
	background: #ffffff;  /* 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. */
	height: 24px;
	background-image: url(images/dropshad/blendabovefooter.jpg);
}

.ims #container {
	width: 920px;  /* 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; /* this overrides the text-align: center on the body element. */
	float: inherit;
} 

.ims #header {
	margin: 0px 0px 0px 0px; /* 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: 0px 0px 0px 0px;
	background-image: url(images/div-header.jpg);
	height: 94px;
	width: 920px;
} 

.ims #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: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.ims #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 386px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
}
.ims #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 0px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.ims #navbar {
	float: left; /* since this element is floated, a width must be given */
	width: 534px; /* 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 */
	height: 55px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
	background-image: url(images/nav-bg.jpg);
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ims #mainContent1 {
	float: right; /* since this element is floated, a width must be given */
	width: 494px; /* 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: #825A41; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 

.ims #mainContent2 {
	float: right; /* since this element is floated, a width must be given */
	width: 494px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 

.ims #message {
	
	background: #FFFFFF; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 

.ims #sidebarinnerdiv {
	float: left; /* since this element is floated, a width must be given */
	width: 346px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.ims #footerblocknavstyle {
	background:#FFFFFF;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #333;
} 
.ims #footerblocknavstyle p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 100%;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}

.mainContent2headingblack {
	line-height: 150%;
	font-family: Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	font-weight: bold;
}

.mainContent2bodytextgrey {
	line-height: 150%;
	font-family: Helvetica, sans-serif;
	font-size: 90%;
	color: #484848;
	font-weight: normal;
}

.mainContent2bodytextboldgrey {
	line-height: 150%;
	font-family: Helvetica, sans-serif;
	font-size: 95%;
	color: #484848;
	font-weight: bold;
}
.sidebar1heading {
	line-height: 150%;
	font-family: Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	font-weight: bold; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sidebar1bodytext {
	line-height: 150%;
	font-family: Helvetica, sans-serif;
	font-size: 90%;
	color: #484848;
	font-weight: normal; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sidebar1bodytext a{
	line-height: 150%;
	font-family: Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	font-weight: bold;
	margin: 0 0px;
	padding: 0px 0px 0px 0px;
}

.messagesmalltext {
	font-family: Helvetica, sans-serif;
	font-size: 70%;
	color: #484848;
	font-weight: normal;
}

/*1. the style of the div container with id=”horiznav”*/
.horiznav{
	overflow:hidden;
	width:100%;
	padding:0px 0px 0px 0px;
}

/*2. the style of the links (html element <a>)*/
.horiznav a{
	display:block;
	float:left;
	height:25px;
	margin-left:20px;
	margin-right:20px;
	margin-top: 15px;
	font-family:Helvetica, sans-serif;
	font-size:85%;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
	line-height:100%;
}

/*3. the css style on the hover state of the links*/
.horiznav a:hover{
	color:#FC6;
	text-decoration:underline;
}

.horiznav #currentpage {
	color:#FC6;
	text-decoration:underline;
}

/* remove the left margin for the first link*/
.horiznav a.first{
margin-left:20;
c;
} 

/*2. the style of the links (html element <a>)*/
.footerblocknavstyle a{
	display:block;
	float:left;
	margin-left:0px;
	margin-top: 15px;
	font-family:Helvetica, sans-serif;
	font-size:90%;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
	line-height:100%;
}

/*3. the css style on the hover state of the links*/
.footerblocknavstyle a:hover{

color:#FC6;;
text-decoration:underline;
}

.footerblocknavstyle #currentpage {
	color:#FC6;
	text-decoration:underline;
}

/* remove the left margin for the first link*/
.footerblocknavstyle a.first{
margin-left:0;
c;
} 
