body
	{
		font-family:Arial, Helvetica, sans-serif;background:#CCCCCC;
                margin:0px;
                padding:0px;
	}
#box
	{
	margin: 2px auto;					/*set the div to center with top and bottom 15px*/
	text-align: left;					/*set the div alignment to left*/
	width: 1020px;						/*set the div size to 55em*/
	word-wrap:break-word; 				/*set the div word-wrap for ie5.5 above so that it will break to next line if it gets over horizontally*/
	overflow: hidden;					/*set the div word to be hidden if it goes over the right border for other browser*/
	background-image:url(../image/c.png); /*set the div color with our image*/
	background-repeat: repeat;			/*repeat the image of our background*/
	}

#head {
    padding:4px 0px 1px 25px;
	color:#000000 ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
}

#header {
		background:#EBEBEB;
                
}

#navmain {
	padding:0px 13px 0px 15px; 
}

#nav {
	background-image: url(../image/nav.gif);
	background-repeat: repeat-x;
	height:20px;
}

#icons {
        float:left;
		font-family: Arial, Helvetica, sans-serif;
		color:#000000;
		font-weight: bold;
		font-variant: normal;
		font-size:11px;
        margin : 0px;
        padding: 1px 20px 14px 24px;
}
	
#boxcontent
	{
	padding:1px 20px 10px 30px;
        color:#3B78B4;
        }
        
td {
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
}    
        
#boxcontent td {
 color:#000000;
    font-family:Arial, Helvetica, sans-serif;
			
}

/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	l = left border
	r = right border
	t = top border
	b = bottom border
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;		/*set background color to transparent for our 4 corner so that it will not go overlapped*/
	background-repeat: no-repeat;		/*set background to only display once for our 4 corner*/

	}

#tlc
	{
	background-image:url(../image/1.gif); 	/*set top left hand corner image*/
	background-position: 0% 0%;				/*set the position to start at 0,0, top left*/
	}

#trc
	{
	background-image:url(../image/3.gif);	/*set top right hand corner image*/
	background-position: 100% 0%;			/*set the position to start at max width,0, top right*/
	}

#blc
	{
	background-image:url(../image/6.gif);	/*set bottom left hand corner image*/
	background-position: 0% 100%;			/*set the position to start at 0,max height, bottom left*/
	}

#brc
	{
	background-image:url(../image/8.gif);	/*set bottom right hand corner image*/
	background-position: 100% 100%;			/*set the position to start at max width,max height, bottom right*/
	}

#t
	{
	background-image:url(../image/2.gif); /*set the top border image*/
	background-position: 0% 0%;			/*set the position to start at 0,0, top left*/
	background-repeat: repeat-x;		/*repeat the top border image in x-axis*/
	}

#b
	{
	background-image:url(../image/7.gif); /*set the bottom border image*/
	background-position: 0% 100%;		/*set the position to start at 0,max height, bottom left*/
	background-repeat: repeat-x;		/*repeat the bottom border image in x-axis*/
	}

#r
	{
	background-image:url(../image/5.gif); /*set the right border image*/
	background-position: 100% 0%;		/*set the position to start at max width,0, top right*/
	background-repeat: repeat-y;		/*repeat the right border image in y-axis*/
	}

#l
	{

	background-image:url(../image/4.gif); /*set the left border image*/
	background-position: 0% 100%;		/*set the position to start at 0,max height, top left*/
	background-repeat: repeat-y;		/*repeat the left border image in y-axis*/
	}
	
	
#rhead
	{
	background-image:url(../image/r5.gif); /*set the right border image*/
	background-position: 100% 0%;		/*set the position to start at max width,0, top right*/
	background-repeat: repeat-y;		/*repeat the right border image in y-axis*/
	
	}

#lhead
	{
	background-image:url(../image/l4.gif); /*set the left border image*/
	background-position: 0% 100%;		/*set the position to start at 0,max height, top left*/
	background-repeat: repeat-y;		/*repeat the left border image in y-axis*/
	}