
    /** !!!!!!!!!!!!!!!!!!!!! see coolmenus.css for Menu styles !!!!!!!!!!!!!!!!!!!!! **/

	body {
		margin-left: 35px;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		background-image:url(../image/backgroundSilver.gif);
		background-position:top;
		background-color: #989898;
		background-repeat: repeat-x;
	}

    INPUT, SELECT, TEXTAREA, OPTION, TD, body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9.5pt;
        font-weight: normal;
        color: rgb(0,0,75); // dark blue
    }


	a {
        color: rgb(0,0,75); // dark blue
        text-decoration: underline;
	}
    a:hover {
		color: rgb(132,0,0);
    }


	#pagearea {
		width: 750px;
		height: 100%;
		margin: 0px;
		padding: 0px;
		border: 1px solid rgb(132,0,0);
		text-align: left;
		background-color: white;
	}
	#pagearea table {
		width: 100%;
	}

	#header {
		margin: 0px;
		background-color: white;
		height: 68;
		vertical-align: top;
	}


	#breadcrumb {
		margin: 0px;
		padding: 2px;
		padding-left: 5px;
		background-color: #9CA6CA; /* blue/gray */
	    font-weight: bold;
		font-size: 8.5pt;
	    color: rgb(0,0,132); /* dark blue */
	    text-decoration: none;
	    height: 14px;
		vertical-align: middle;
		border-top: 1px solid rgb(0,0,132);
	}
	#breadcrumb a {
	    color: rgb(0,0,132); /* dark blue */
		text-decoration: none; 
	    font-weight: normal;
	}
    #breadcrumb a:hover { 
        background-color: #ffffa0;  /* yellow */
        text-decoration: none; 
	    font-weight: normal;
    }

	#titlearea {
		margin: 0px;
		padding: 0px;
		padding-left: 0px;
		font-size: 14px;
	    color: white;
	    text-decoration: none;
	    font-weight: bold;
	    background-color: rgb(132,0,0);
	    height: 18px;
		vertical-align: middel;
		font-style: italic;
		text-align: center;
		background-image:url(../image/middle.gif);
		background-repeat: repeat-x;
	}

	#centerarea {
		margin: 0px;
		padding: 0px;
/*		
		height: 100%;
		width: 100%;
*/		
	}

	#sidemenu {
		padding: 30px 12px 1px 5px;
		background-image:url(../image/side.jpg);
		background-position:top;
		background-color: white;
		background-repeat: repeat-x;
		height: 100%;
		vertical-align: top;
		color: white;
		border-right: 3px solid rgb(132,0,0);
	}

	#sidemenu a {
		color: white;
        text-decoration: none; 
        font-size: 10.5;
	}
    #sidemenu a:hover { 
    	color: yellow;
        text-decoration: underline; 
    }
    #sidemenu HR {
       color: rgb(132,0,0);
       width: 100%;
       height: 1px;
       text-align: left;
    }

	HR {
		color: rgb(132,0,0)
	}
	#insertarea {
		margin-left: 15px;
		margin-top: 15px;
		margin-right: 15px;
		margin-bottom: 5px;
		background-color: white;
		height: 100%;
/*		width: 100%; */
		vertical-align: top;
		text-align: left;
		border-bottom: 2px solid rgb(132,0,0);
	}

	#footer {
        font-size: 8pt;
        text-decoration: none; 
		background-color: rgb(0,0,132);
        text-align: right;
        font-size: 7pt;
        color: gray;
        height: 9;
        vertical-align: middle;
        margin: 0px;
        pad: 0px;
        padding-right: 25px;
	}


	div.product {
		padding-left: 10px;
		font-weight: bold;
		font-style: italic;
		font-size: 10.5pt;
	}
	div.desc {
		font-size: 9.0pt;
		padding-left: 25px;
		display: block;
		padding-bottom: 15px;
	}
	a.more {
		font-style: italic;
		font-weight: bold;
		font-size: 8.0pt;
		text-decoration: none;
	}
	div.news {
		padding-left: 10px;
		font-weight: normal;
		font-style: normal;
		font-size: 10.5pt;
	}


    /* used on home.jsp to create a panel that has a header. */
    .headingBorder {
        font-weight: bold;
        font-size: 11.0pt;
    	text-align: center;
        color: white;
        background-color: rgb(0,0,132);
     
        margin: 0px;
        padding: 0px 0px 0px 0px; /* t,r,b,l */
        
        border-top: 1px solid rgb(0,0,132);
        border-left: 1px solid rgb(0,0,132);
        border-bottom: 2px solid gray;
        border-right: 2px solid gray;
    }

    /* used on home.jsp to create a panel that has a subheader. */
    .subheadingBorder {
        font-weight: bold;
        font-size: 9.0pt;
        text-align: center;
        color: white;
        background-color: #9CA6CA; /* blue/gray */
    }

    /* used on home.jsp to create a panel inside of headingBorder. */
    .panel {
        font-weight: normal;
        font-size: 9.25pt;
        text-align: left;
        color: black;
        background-color: white;
        padding: 2px 8px 2px 8px; /* t,r,b,l */
    }


	
	
	
	
	
	
	
	
	
	
	