/*
    Site-wide css rules
    URLs should be relative to the css/bmm directory - WHERE THIS FILE SHOULD BE
*/

div, span, a, ul, li, p {
    font-family: Verdana, Aria, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}
img {
    border: 0px;
}
html * { /* With a Strict Doctype, IE needs these on HTML */
    scrollbar-base-color: #BFC666;
    scrollbar-face-color: #7B7B7B; 
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: #BFC666;
    scrollbar-darkshadow-color: #7b7b7b; 
    scrollbar-highlight-color: white;
    scrollbar-track-color: #BFC666;
}
body {
    background: url(../../bmm/Kiwee/greyborder.gif);
    margin: auto auto;
    position: relative;
    width: 906px;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: black;
}
#kiw-mainlogo {
    position: absolute;
    top: 20px;
    left: 25px;
}
#kiw-page-background {
    width: 906px;
    background: url(../../bmm/Kiwee/repeat2.gif) repeat-y;
    margin: auto auto;
    position: relative;
}
#kiw-page-wrapper {
    background: url(../../bmm/Kiwee/inner_shell2.gif) no-repeat;
}
.index #kiw-page-wrapper {
    background: url(../../bmm/Kiwee/inner_shell.gif) no-repeat;
}
.flags #kiw-page-wrapper,
.tridentonly #kiw-page-wrapper {
    background: url(../../bmm/Kiwee/inner_shell3.gif) no-repeat;
}
#kiw-page-content {
    margin-left: 35px;
    margin-right: 35px;
    min-height: 100%;
}
#kiw-page-footer {
    padding-top: 5px;
    text-align:right;
    font-size: 10px;
    color: black;
    background-color: transparent;
    margin-left: auto;
	margin-right: auto;
    clear: both;
	width: 825px;
}
#kiw-page-bottom {
    background: url(../../bmm/Kiwee/bottom2.gif) no-repeat;
    height: 49px;
}


.kiw-text {
    font-size: 11px;
}
.kiw-text-large {
    font-size: 12px;
}
.kiw-text-larger {
    font-size: 13px;
}
.kiw-text-largest {
    font-size: 14px;
}
.kiw-text-small {
    font-size: 10px;
}
.kiw-text-smaller {
    font-size: 9px;
}
.kiw-text-smallest {
    font-size: 8px;
}

.kiw-header {
    font-size: 11px;
    font-weight: bold;
}
.kiw-header-large {
    font-size: 12px;
    font-weight: bold;
}
.kiw-header-larger {
    font-size: 13px;
    font-weight: bold;
}
.kiw-header-largest {
    font-size: 14px;
    font-weight: bold;
}
.kiw-header-small {
    font-size: 10px;
    font-weight: bold;
}
.kiw-header-smaller {
    font-size: 9px;
    font-weight: bold;
}
.kiw-header-smallest {
    font-size: 8px;
    font-weight: bold;
}
.kiw-header-huge {
    font-size: 16px;
    font-weight: bold;
}

.important {
    color: red;
}

h1 {
    font-size: 21px;
    font-weight: bold;
}
h2 {
    font-size: 18px;
    font-weight: bold;
}
h3 {
    font-size: 16px;
    font-weight: bold;
}
h4 {
    font-size: 14px;
    font-weight: bold;
}
h5 {
    font-size: 12px;
    font-weight: bold;
}
h6 {
    font-size: 10px;
    font-weight: bold;
}

.clear {
    clear:both;
    height: 0px;
    width: 0px;
}




