﻿body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #EBEAEA;
}

#containerTable{
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

#header{
	background-image: url('../images/Header_Gradient.bmp');
	background-repeat: repeat-x;
	height: 105px;
}

#menu{
	background-image: url('../images/Menu_Gradient.bmp');
	background-repeat: repeat-y;
	width: 13%;
	min-width: 13%;
	max-width: 13%;
	vertical-align: top;
	overflow: scroll;
}

.menuHeader{
    color: #FFFFFF;
   	font-family: Arial Narrow;
   	font-weight: bold;
   	font-size: 15px;
}

.wwwmenuButtonSel{
	background-color: #7070C0;
	width: 85%;
	min-width: 85%;
	max-width: 85%;
	white-space: nowrap;
	overflow: hidden;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	padding: 2px 2px 2px 4px;
	font-family: Arial Narrow;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: relative;
	left: 3%;
}

.wwwmenuButton{
	background-color: Transparent;
	width: 85%;
	min-width: 85%;
	max-width: 85%;
	white-space: nowrap;
	overflow: hidden;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	padding: 2px 2px 2px 4px;
	font-family: Arial Narrow;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: relative;
	left: 3%;
}

.wwwMenuBR{
    line-height: 2px;
}

.wwwmenuButton:hover, .wwwmenuButtonSel:hover{
    color:#BBBBBB;
}

#body{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 50px;
	height: 475px;
	vertical-align: top;
	width: 87%;
	min-width: 87%;
	max-width: 87%;
}

#footer{
	background-color: #BE9B34;
	height: 45px;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 25px;
	font-family: Arial;
	font-size: 11px;
}

#wwwLeftCol{
    width:30%;
    min-width:30%;
    max-width:30%;
    vertical-align:top;
}

#wwwMidCol{
    width:5%;
    min-width:5%;
    max-width:5%;
    vertical-align:top;
}

#wwwRightCol{
    width:45%;
    min-width:45%;
    max-width:45%;
    vertical-align:top;
}

.bodyHeading{
	color: #1C1C75;
}

.bodyFooter{
    color: #000000;
    font-weight: bold;
}

.warning{
    color: #990000;
    font-weight: bold;
    font-family: arial;
    font-size: 12px;
}

table caption{
    font-style: italic;
}

.smallFont{
    font-size: 10px;
}

sup{
    font-size: 8px;
}

ul{
    margin-left: 20px;
    margin-top: 0px;
}

ol{
    margin-left: 22px;
    margin-top: 0px;
}

h3{
    margin-bottom: 5px;
}

h4{
    margin-bottom: -10px;
}

h5{
    margin-top: 30px;
    margin-bottom: 10px;
}

h6{
    margin-top: 20px;
    margin-bottom: 0px;
}

div.glossary{
    font-size: 11px;
    width: 60%;
}

p.glossary{
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50%;
}