html,body,h1,h2 {
    border:0px;
    margin:0px;
    padding:0px;
    font-family:tahoma,sans-serif;
}
html, body {background-color:silver;}
p {
    border:0px;
    margin:0px 0px 10px 0px;
    padding:0px;
    font-size:12px;
}
li {
    font-size:12px;
}

#pagemission {
    position:absolute;
    left:50%;
    width:770px;
    margin:5px 0px 0px -385px;
}
    #boxheader {
        width:770px;
        height:100px;
        border:0px;
        margin:0px;
        padding:0px;
        background-color:white;
        background-image:url('../images/headerbg.gif');
        background-repeat:no-repeat;
    }
        #boxheader img {
            border:0px;
            margin:0px;
            padding:0px;
        }
    #boxmenu {
        border:0px;
        margin:0px;
        padding:0px;
        width:770px;
        height:25px;
        background-color:black;
        background-image:url('../images/menu.gif');
        font-size:14px;
    }
        #boxmenu ul {
            border:0px;
            margin:0px;
            padding:0px;
        }
            #boxmenu ul li {
                border:0px;
                margin:5px 0px;
                padding:0px;
                float:left;
                list-style-type:none;
                width:110px;
                text-align:center;
            }
                #boxmenu ul li a {
                    border:0px;
                    margin:0px;
                    padding:0px;
                    text-decoration:none;
                    color:red;
                    font-weight:bold;
                }
                #boxmenu ul li a:hover {
                    border:0px;
                    margin:0px;
                    padding:0px;
                    text-decoration:none;
                    color:white;
                    font-weight:bold;
                }
    #boxcontent {
        width:770px;
        background-color:white;
    }

#menu {
    position: relative;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 770px;
    height: 25px;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    background-image: url("../images/menu.gif");
    z-index: 1;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    border: none;
}

#menu ul li {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    top: 4px;
    list-style-type: none;
    text-align: center;
}

#menu ul li a {
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    color: #ffffff;
}

#menu ul li a:hover {
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    color: #ff0000;
}

#submenu {
    border:           0px;
    margin:           0px;
    padding:          0px;
    width:            120px;
    height:           65px;
    position:         absolute;
    top:              25px;
    left:             180px;
    visibility:       hidden;
    background-image: url("../images/submenubg.gif");
}

#submenu a {
    border:          0px;
    margin:          0px 0px 0px 5px;
    padding:         0px;
    line-height:     21px;
    font-family:     arial;
    font-size:       12px;
    font-weight:     bold;
    color:           #ffffff;
    text-decoration: none;
}

#submenu a:hover {
    color: #ff0000;
}

	#sidemenu {
		position: absolute;
		top:      125px;
		left:     535px;
		width:    235px;
		background-color: #c4c3b8;
	}

	/* IE box hack */
	* html #sidemenu {
		top: 128px;
	}

		.thumbnail {
			position: relative;
			top:      3px;
			left:     4px;
		}

		.category {
			position:        absolute;
			left:  			 10px;
			text-decoration: none;
			font-family:     arial;
			font-size:       13px;
			font-weight:     bold;
			color:           #000000;
		}
		
		.on {
			color: #f15f2d;
		}

		.off {
			color: #c4c3b8;
		}

		.divider {
			position: absolute;
			left:     10px;
		}

		.product {
			position:        absolute;
			left:            25px;
			text-decoration: none;
			font-family:     arial;
			font-size:       13px;
			font-weight:     bold;
			color:           #f15f2d;
		}
		.subheading {
			position:        absolute;
			left:            37px;
			text-decoration: underline;
			font-family:     arial;
			font-size:       13px;
			font-weight:     bold;
			color:           #8a060a;
		}
		.arrow {
			position:        absolute;
			left:            25px;
		}
