.info-box {min-height: 40px; font-size: 12px;}
form {margin: 0px;}
.redfont {
	color:red;
}
.bluefont {
	color:blue;
}


/* Main Blocks */
* html #page-box {
	position:relative;
	height:1px;
}
* html #site-wrap {
	height:1px;
	position:relative;
}
#main {
	position:relative;
	min-width:780px;
	margin:0 auto;
}


/* box style */
.box {
	width:100%;
	overflow:hidden;
	background:url(../images/box-left-bg.gif) repeat-y;
	margin-bottom:4px;
}
.title {background:#17256f url(../images/title-left-bg.gif) repeat-y;}
.title .inner {background:url(../images/title-right-bg.gif) repeat-y 100% 0;}
.title h2 {
	background:url(../images/title-top-bg.gif) repeat-x;
	margin:0;
	color:#fff;
	font:bold 1.5em verdana, arial, sans-serif;
}
.title h2 strong {
	background:url(../images/title-top-left-bg.gif) no-repeat;
	display:block;
}
.title h2 span {
	background:url(../images/title-top-right-bg.gif) no-repeat 100% 0;
	display:block;
	padding:3px 14px 3px;
	min-height:18px;
	font-size:12pt;
	font-weight:bold;
}
* html .title h2 span {height:18px;}
.box .content {
	width:100%;
	overflow:hidden;
	background:url(../images/box-right-bg.gif) repeat-y 100% 0;
}
.box .content .inner {
	background:url(../images/box-bg.gif) repeat-x;	
}

/* removes the shading inside the tables */
.box .content .innerNoBg {

}

.box .bg {
	background:url(../images/box-top-left-bg.gif) no-repeat;
}
.box .info-box {
	background:url(../images/box-top-right-bg.gif) no-repeat 100% 0;
	min-height:45px;
	padding:11px 13px 0 14px;
}

/* Remove Pixels from Boxes  */
.box .bg_1 {
	background:url(../images/box-top-left-bg-2.gif) no-repeat;
}

/* Remove Pixels from Boxes  info-box_1 has to be created to replace the image with the pixel, so we need to create similar styles as for info-box*/
.box .info-box_1 {
	background:url(../images/box-top-right-bg-2.gif) no-repeat 100% 0;
	min-height:45px;
	padding:11px 13px 0px 14px;
}

* html .box .info-box, * html .box .info-box_1 {height:45px;}
.box h3 {
	font:bold 1.083em/120% tahoma, arial, sans-serif;
	color:#ed9007;
	margin:0 0 3px;
}
.box .btm-bg {
	width:100%;
	height:7px;
	overflow:hidden;
	background:url(../images/pxl.gif) repeat-x 0 100%;
}
.box .btm-bg span {
	float:left;
	width:9px;
	height:7px;
	overflow:hidden;
	background:url(../images/box-btm-left.gif) no-repeat;
}
.box .btm-bg strong {
	float:right;
	width:9px;
	height:7px;
	overflow:hidden;
	background:url(../images/box-btm-right.gif) no-repeat;
}



div#container1{
	text-align:center;
	width:100%;
}

div#container{
 	margin:0 auto;
	text-align:left;	
	min-width:1005px;
}



