/*---------- Main Layout Boxes and their Content ----------*/
/*---------- Center Content Wrapper ----------*/
#center_box {
	position:relative;
	min-width:300px;
	width:778px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
	top:15px;
}
/*---------- Header Wrapper ----------*/
#header_box {
	position:relative;
	height:109px;
	font: bold italic 14px/33px Arial, Helvetica, sans-serif;
	color:#fff;
	text-indent:10px;
	white-space: nowrap;
	background: url(credassist/header_box.jpg) no-repeat;
	z-index:2;
	margin: 0px 18px 0px 11px;
}
#header_border_left{
	position:relative;
	background: url(credassist/header_border_left.jpg) no-repeat left;
	z-index:3;
}
#header_border_right{
	position:relative;
	background: url(credassist/header_border_right.jpg) no-repeat right;
	z-index:3;
}

/*---------- Menu Wrapper ----------*/
#menu_box {
	position:relative;
	height:26px;
	background:  url(credassist/menu_box.jpg) repeat-x;
	white-space: nowrap;
	text-align:center;
	z-index:2;
	margin: 0px 18px 0px 11px;
}
#menu_border_left {
	position:relative;
	background:  url(credassist/menu_border_left.jpg) no-repeat left;
	z-index:3;
}
#menu_border_right {
	position:relative;
	background:  url(credassist/menu_border_right.jpg) no-repeat right;
	z-index:3;
}

/*---------- Menu Links ----------*/
#menu_box ul {
	list-style-type:none;
	padding:1px 0px 0px 0px;
	margin:0px;
}

#menu_box li{
	display:inline;
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	margin: 0px;
}

#menu_box a {
	text-decoration: none;
	color: #000;
	border:solid 1px #600;
	background:#f33;
	padding:1px 10px;
}

#menu_box a:hover {
	text-decoration: none;
	color: #fff;
	border:solid 1px #fcc;
}

#menu_box a:active {
	text-decoration: none;
	color: #600;
	border:solid 1px #900;
}

/*---------- Body Wrapper ----------*/
#content_box {
	position:relative;
	background: #FFF;
	vertical-align: top;
	z-index:2;
	margin: 0px 18px 0px 11px;
	padding:0px 0px 20px 0px;
}
#content_border_left {
	position:relative;
	background: #FFF url(credassist/content_border_left.jpg) repeat-y top left;
	padding-left:11px;
	z-index:3;
}
#content_border_right {
	position:relative;
	background: #FFF url(credassist/content_border_right.jpg) repeat-y top right;
	z-index:3;
}

/*---------- Body Contents ----------*/
body {
	border-style: none;
	background: #fff;
 	margin: 0px; padding:0px;
}
.body_bg {
	border-style: none;
	background: #F5F5F5 url(credassist/body_gradient.jpg) fixed repeat-x;
 	margin: 0px; padding:0px;
}
h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #c00;
	background:  url(credassist/redline_H.jpg) no-repeat 25px 34px ;
	padding: 16px 0px 6px 25px;
	margin:0px 0px 10px 0px;
}
h2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px 0px 4px 25px;
	margin:0px 0px 0px 0px;
}
h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #c00;
	margin-top:0px;
	padding: 0px 40px 2px 30px;
	margin:0px 0px 0px 0px;
}
a {
	color: #C00;
	z-index:5;
}
a:hover {
	color: #000;
}
a:active {
	color: #666;
}
p{
	position:relative;
	font: 12px/17px Arial, Helvetica, sans-serif;
	color:#333;
	margin: 0px 0px 0px 0px;
	padding:0px 40px 0px 30px;
}
ul, li {
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #333;
	padding:0px 0px 0px 0px;
	margin: 0px 20px 4px 30px;
	list-style: url(credassist/list_bullet.jpg);

}
/*
p:first-letter {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color:#F03;
	margin: 0px;
	padding:0px;
}*/
/*---------- Image Positioning and Drop Shadow Classes ----------*/
.left{
	float: left;
}
.right{
	float: right;
	margin:0px 16px 10px 20px;
}
.wrap1, .wrap2, .wrap3 {
	position:relative;
  	display:inline-table;
  /* \*/display:block;/**/
}
.wrap1 {
	background:  url(credassist/shadow.gif) right bottom no-repeat;
}
.wrap2 {
	background:  url(credassist/corner_bl.gif) -12px 100% no-repeat;
}
.wrap3 {
	background:  url(credassist/corner_tr.gif) 100% -12px no-repeat;
}
.wrap3 img {
	margin:0px 8px 8px 0px;
	border:1px solid #f00;
}

/*---------- Footer Wrapper ----------*/
#footer_box {
	position:relative;
	height: 38px;
	font: 10px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(credassist/footer_box.jpg) repeat-x;
	margin: 0px 18px 20px 11px;
	padding: 0px 40px 0px 40px;
	z-index:3;
}
#footer_border_left{
	position:relative;
	background: url(credassist/footer_border_left.jpg) no-repeat left;
	z-index:3;	
}
#footer_border_right{
	position:relative;
	background: url(credassist/footer_border_right.jpg) no-repeat right;
	z-index:3;
}

/*---------- Imaginet Link ----------*/
.ilink {
	color: #333;
	z-index:5;
	text-decoration:none;
}
.ilink:hover {
	color: #000;
	text-decoration:underline;
}
.ilink:active {
	color: #666;
}