
BODY {
 margin: 0px;
 background-color: white;
 font-family: Arial, sans-serif;
 font-size: 9pt;
 color: #0E165B;
}

TD {
 font-size: 9pt;
}

IMG {
 border: none;
}


H1 {
 color: #007BB7;
 font-size: 14pt;
}

H2 {
 color: #007BB7;
 /*font-weight: normal;*/
 font-size: 13pt;
}

H3 {
 color: #336B97;
 /*font-weight: normal;*/
 font-size: 11pt;
}

H4 {
 color: #47547D;
 font-size: 9pt;
 margin-bottom: 10px;
}

P {
 margin-top: 10px;
 margin-bottom: 10px;
}
/*
UL {
 list-style-type: square;
}
*/
.selected {
 color: red;
}

A {
 color: #323973;
}

#wholePage {
 margin-left: auto;
 margin-right: auto;
 max-width: 1400px;
}

P.title {
 color: #007BB7;
 font-weight: 900;
 text-transform: uppercase;
 text-align: center;
 margin-top: 10px;
 margin-bottom: 12px;
}

#head {
 border-left: 1px solid black;
 border-right: 1px solid black;
}

#search {
 background: url(/images/right_bg.gif);
 padding-bottom: 6px;
 white-space: nowrap;
 text-align: right;
 padding-right: 20px;
}
#search INPUT.text {
 border: 1px solid #0C4A83;
 background-color: #97C3DE;
}

#contentArea {
 width: 62%;
 padding: 12px 42px 20px 42px;
}

/** begin News **/
#news SPAN {
 background-color: #0E165B;
 color: white;
 font-size: 8pt;
 padding: 0px 2px 0px 2px;
}
#news P {
 margin-top: 5px;
 margin-bottom: 20px;
}

.newsTable {
 margin-bottom: 16px;
}
.newsTable TD {
 padding-right: 6px;
}
/** //end News **/


#events DIV {
 background-color: #0E165B;
 color: white;
 font-size: 8pt;
 text-align: center;
}
#events P {
 padding: 4px;
 margin-top: 5px;
 margin-bottom: 20px;
}

#bottMenu {
 text-align: center;
 width: 742px;
 background: url(/images/bc_bg.jpg) no-repeat;
 color: white;
 padding-top: 16px;
 font-size: 12px;
}
#bottMenu A {
 color: white;
 text-decoration: none;
 text-transform: lowercase;
 padding: 0px 4px 0px 4px;
}
#bottMenu #mSelected {
 color: #FF9941;
}


/** begin Forms **/
FORM {
 margin: 0;
}
INPUT {
 font-family: Tahoma, Arial, sans-serif;
}
INPUT.text {
 border: 1px solid black;
 font-size: 9pt;
}
INPUT.button {
}

.star {
 color: #940000
}

.error {
 color: red;
}
/** end Forms **/

#bottom {
 border-top: 1px solid black;
 border-left: 1px solid black;
}
#bottLeft {
 text-align: right;
 background: url(/images/br_bg.gif) top right no-repeat;
 background-color: white;
 width: 20%;
}

/** second level menu **/
#menu2 {
 border-collapse: collapse;
 color: #949494;
}
#menu2 A {
 color: #949494;
 text-decoration: none;
}
#menu2 TD.item {
 border-top: 1px solid #EDEDED;
 border-bottom: 1px solid #EDEDED; 
 padding-left: 20px;
 padding-right: 24px;
 padding-top: 10px;
 padding-bottom: 10px;
 font-size: 8.5pt;
 text-align: right;
}
#menu2 TD.sel {
 background-color: #EAECF5;
 background-image: url(/images/more.gif);
 background-position: right 13px;
 background-repeat: no-repeat;
}
#menu2 TD.empty {
 font-weight: bold;
 text-align: left;
 padding-left: 30px;
 color: #48577F;
}
/** //second level menu **/

/** third level menu **/
#menu2 TD.item2 {
 padding-left: 40px;
 text-align: center;
}
/** //third level menu **/



