body {
	margin: 0px;
        font-family: Arial;
    	background: #FFFFCC;
}
div { position: relative; }
.margin {
     background: none repeat scroll 0 0 #FFFFFF;
     margin: auto;
     padding-left: 10px;
     padding-right: 10px;
     width: 920px;
}
.container a { color: #0099CC; text-decoration: none; font-size: 9pt; }
.container a:hover { text-decoration: underline; }
.container {
 	width: 900px;
        margin: auto;
        z-index: 1;
        background: #FFF;
        color: #634F54;
        font-size: 10pt;
}
.header {
	width: 880px;
	height: 100px;
        padding: 10px;
}
.menubox {
    height: 60px;
    z-index: 3;
    padding-top: 10px;
    padding-left: 12px;
    background: url(/images/menu-bg.png) top left no-repeat;
}
.menu, .submenu {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.submenu {
    display: none;
    position: absolute;
    left: 0px;
    width: 98%;
    margin-top: 4px;
    margin-left: 4px;
    background: #FFF;
}
.menu > li {
    float: left;
    height: 46px;
    text-align: center;
    /*background: url() top left repeat-x;*/
}
.menu .item {
    width: 139px;
    margin-right: 7px;
    background: url(/images/menu-btn.png) top left no-repeat;
}
.submenu > li {
    float: left;
}
.menu > li:hover, .menu .selected {
    background: url(/images/menu-btn-over.png) top left no-repeat;
}
.menu .selected .submenu {
    z-index: 1;
}
.menu .item:hover .submenu {
    z-index: 2;
}
.menu .selected .submenu, .menu .item:hover .submenu {
    display: block;
}
.menu a {
    display: table-cell;
    width: 138px;
    height: 40px;
    color: #6A6A6A;
    font-size: 9pt;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}
.menu a:hover {
	text-decoration: none;
}
.submenu a {
    padding: 4px 20px;
}
.menu .space {
    width: 2px;
    height: 42px;
}
.menu .space:first-child, .menu .space:last-child {
	display: none;
}
.submenu-box {
    position: absolute;
    top: 28px;
    right: 0px;
    height: 20px;
    width: 50px;
}
.content {
    min-height: 20px;
    z-index: 1;
}
.footer {
    /*height: 100%;*/
    z-index: 1;
}
.footer-bg {
	border-top: 1px solid #DDDDDD;
}
.footer .footer-bg {
    height: 60px;
    padding: 0px 10px 0px 6px;
    /*background: url(../images/footer-bg.png) top left no-repeat;*/
    color: #C0C0C0;
    font-size: 9pt;
}
.footer a { color: #C0C0C0; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.widget {
	float: left;
	min-height: 20px;
	min-width: 20px;
}
.col1, .col2, .col3 {
	float: left;
	min-width: 50px;
	min-height: 50px;
}
.col1, .col2 {
	margin-right: 10px;
}
.altrow {
    width: 100%;
}
.altrow tr:nth-child(odd) {
    background: #DDDDDD;
}
.shadow-left, .shadow-right {
	position: absolute;
	top: 0px;
	width: 7px;
	bottom: 0px;
	background: url(/images/body-shadow.png) repeat-y;
}
.shadow-left {
	left: -7px;
	background-position: top left;
}
.shadow-right {
	right: -7px;
	background-position: top right;
}
.shadow-btm {
	position: absolute;
	left: -7px;
	right: -7px;
	bottom: -7px;
	height: 7px;
	background: url(/images/body-bg-btm.png) top left no-repeat;
}
.bc a { font-size: 8pt; }
