@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}

#container
{
	width: 923px;  /* this will create a container 80% of the browser width */
	
	background-image:url(../images/carebg.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#container2
{
	width: 885px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#icommit
{
	clear:both;
}

#sub2
{
	clear:both;
}
#sub3
{
	clear:both;
}
#sub4
{
	clear:both;
}
#tophead{
	background-color: #FFFFFF;
}

#col1
{
	float:left;
	margin-left:-25px;
}

#col2
{
	float:right;
	margin-left:2px;
}

#ilogo{
	background-color:#FFFFFF;
	float:left;
	text-align=left;
}

#irep{
	margin-top:10px;
	background-color:#FFFFFF;
	float:right;
}

#imenu
{
	padding:0;
	margin-top:2px;
	background-image:url(../images/menubg.png);
	height:35px;
	line-height:32px;
}

#imenu p
{
	margin-left:25px;
}

#imenu ul
{
	display:inline;
	margin-left:0;
	padding-left:0;
}

#imenu ul li
{
	margin-left: 0;
	padding: 3px 20px;
	border-left: 1px solid #ffffff;
	list-style: none;
	display: inline;
}

#imenu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}


#imenu a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	padding:0px 4px 0px 4px;
}


#logo
{
	float:left;
}

#ipath
{
	clear:both;
	margin-top:2px;
	padding:0;
	line-height:32px;

}

#irep
{
	float:right;
}
#content
{
	clear:both;
}
#footer
{
	clear:both;
	background-image:url(../images/footerbg.png);
	background-repeat:no-repeat;
	margin-left:-12px;
	width:905px;
	height:54px;
	line-height:54px;
}
#fl1
{
	float:left;
	margin-left:25px;
	width:275px;
}
#fl3
{
	float:right;
	margin-top:-54px;
	margin-right: 10px;
}
#f12
{
}

#subc2
{
	float:left;
	margin-left:3px;
	margin-top:0px;
	width:250px;
}
#subc1
{
	float:right;
	margin-right: 4px;
	margin-top:0px;
	width:618px;
}

#subp1
{
	margin-top:4px;
}

#subp2
{
	margin-top:6px;
}

#subp3
{
	margin-top:6px;
}

#subp4
{
	margin-top:6px;
}

#ifooter
{
	clear:both;
}

#header
{
	background: #232323;
}

.listbullet
{
	style="list-style-image: url(../images/arrow.gif)"
}

#navbar
{
	clear:both;
	margin-top:5px;
	margin-bottom:2px;
	margin-left:2px;
}

#navbar a:link,a:visited,a:active
{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-decoration:none; font-weight:bold;
}

#navbar a:hover
{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ff0000; text-decoration:none; font-weight:bold;	
}
