* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background: #FFFFFF url(../images/page_bg.png) repeat-x;
text-align: center; /*** Centers the design in old IE versions ***/

}
body {
font-size: 80%;
}

.clear { clear: both; }
.borderT{
 
margin:0px auto 0px auto;
height:10px;
width:992px;
}
.borderB{
 
margin:0px auto 0px auto;
height:30px;
width:992px;
}
.mainContent {

width: 992px;
margin: 0 auto; /*** Centers the design ***/
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}

/**************************
HEADER
**************************/
.header {
padding:0px;
margin:0px;
}

.menu{
padding:0px;
margin:0px 0px 10px 0px;

background:#FFFFFF url(../images/mn_bck.gif) repeat-x; 

height:28px;
}
.langMenu{
float:right;
height:24px;
line-height:24px;
color:#40495C;
padding:1px 10px 1px 0px;
}
.langMenu a{
float:left;
display:block;
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
line-height:24px;
vertical-align:middle;
color: #FFFFFF;
text-decoration: none;
font-weight:bold;
padding-right:5px;
}

.videoSeperator
{
    line-heighT:3px;   
}
table.videos td
{
    font-size:12px;
    font-family:Verdana,tahoma,arial;
    color:#193e82;
}

.langMenu a:hover{
text-decoration:underline;
}
/**************************
CONTENT AND COLUMNS
**************************/
table.pgContent{

margin-left:auto;
margin-right:auto;

border-collapse:collapse;
}
table.pgContent td.lft{
background-image:url(../images/pg_left_shadow.png);
background-repeat:repeat-y;
width:10px;
}
table.pgContent td.rgt{
background-image:url(../images/pg_right_shadow.png);
background-repeat:repeat-y;
width:10px;
}
table.pgContent td.midContent{

padding-left:10px;
padding-right:10px;
background-color:#FFFFFF;
width:972px;
}

div.pgContentFooter{
margin-left:auto;
margin-right:auto;
width:992px;
height:30px;
font-size:10px;
line-height:10px;
}
table.pageLayout{

border-collapse:collapse;


}

table.pageLayout td.borderL{
background-image:url(../images/pg_left_shadow.png);
background-repeat:repeat-y;
}
table.pageLayout td.borderR{
background-image:url(../images/pg_right_shadow.png);
background-repeat:repeat-y;
}

table .mainContentTbl{

border-collapse:collapse;
margin:0px;

}
table .mainContentTbl td{
padding:0px;
text-align:left;

}
table.newsbox{
border-collapse:collapse;
background-color:#e5f7f9;
}
table .newsbox .txt{
padding:5px;
}
table .newsbox .txt h1{
color:#1d4087;
background: none;
}
/**************************
LEFT COLUMN
**************************/
table.tbl220{
border-collapse:collapse;
/*background:#ebf1f7;*/
margin-top:5px;
margin-bottom:10px;
}
table.tbl220 th{
background-image:url(../images/red_headline_bg.png);
background-repeat:repeat-x;
background-color:#c00000;
color:#FFFFFF;
text-align:left;
height:24px;
line-height:24px;
padding-left:5px;
}
table.tbl220 td{
padding:5px;
}
/*************************
RIGHT COLUMN
**************************/
table.tbl300{
border-collapse:collapse;
/*border: #003300 solid 1px;*/

margin-top:5px;
margin-bottom:10px;
}
table.tbl300 th{
background-image:url(../images/red_headline_bg.png);
background-repeat:repeat-x;
background-color:#c00000;
color:#FFFFFF;
text-align:left;
height:24px;
line-height:24px;
padding-left:5px;
}
table.tbl300 td{
padding:5px;
border-bottom:#CCCCCC 1px dotted;
}
table.tbl300 td.cntr{
padding:5px;
border-bottom:#CCCCCC 1px dotted;
text-align:center;
}
table.tbl300 tr.grn{

}
/*************************
CENTER COLUMN
**************************/
table.tbl432{
border-collapse:collapse;
/*border: #003300 solid 1px;*/
margin-top:5px;
}
table.tbl432 th{
background-image:url(../images/red_headline_bg.png);
background-repeat:repeat-x;
background-color:#c00000;
color:#FFFFFF;
text-align:left;
height:24px;
line-height:24px;
padding-left:5px;
}
table.tbl432 td{
padding:5px;
border-bottom:#999999 1px dotted;
}
.altRow{

}

/**************************
FOOTER
**************************/
.footer {

width: 982px;
height: 100px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -100px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
padding-left:5px;
padding-right:5px;
text-align: center;
}
.footerContent {
margin: 0px auto 0px auto;
height:100px;
text-align:center;
}
/******************
GENERAL ELEMENTS
******************/
p {padding: 0px 10px 10px 10px;}

a {
color: #1d4087;
text-decoration: none;
}
a:hover{
color: #1d4087;
text-decoration: underline;
}

h1, h2, h3 {
font-weight: bold;
margin-bottom:10px;

}
h1 {
color:#FFFFFF;
font-size: 1.4em;
background-color:#d21a1c;
margin-bottom:10px;
}
h1.pageH{
font-size: 1.3em;
background-image:url(../images/h_1.jpg);
background-repeat:no-repeat;
background-color:#d21a1c;
line-height:30px;
padding-left:10px;
}
h2 {
color:#1d4087;
font-size: 1.2em;
padding-left:10px;
}
h3 {
font-size: 1.1em;
color:#000000;
padding-left:10px;
}
h1 a{
color: #fff;
}
table.tresults{
margin-bottom:10px;
}
table.tresults caption{
text-align:left;
font-style:italic;
padding-left:10px;
}
table.tresults th{
color:#FFFFFF;
background: #3f63ac;
padding:4px;
padding-left:10px;
font-size:1em;
font-weight:bold;
text-align:left;
}
table.tresults th.cntr{
text-align:center;
}
table.tresults td{
padding:4px;
padding-left:9px;
/*border-bottom: #077a2a 1px solid;*/
/*border-bottom: #dfefcf 1px solid;*/
border-bottom:#bcd2e6 1px solid;
font-size:12px;
}
table.tresults td.bld{
font-weight:bold;
}
table.tresults td.cntr{
text-align:center;
}
table.tresults td.rt{
text-align:right;
}
table.tresults td.total{
padding:4px;
padding-left:10px;
text-align:right;
font-weight:bold;
border-bottom:#bcd2e6 1px solid;
}
table.tresults .r1{
/*background-color:#d3f2dd;*/

}
table.tresults .r2{
background-color:#ebf1f7;
}
table.tresults .r3{
background-color:#ebf1f7;
}
table.tresults .r3 td{
font-weight:bold;
color:#3f63ac;
border-bottom:#bcd2e6 2px solid;
border-top:#bcd2e6 1px solid;
}
.nwrp{
white-space:nowrap;
}
table.tresults .paging{
background-color:#ebf1f7;

}
.thumb {
border:#555555 1px solid;
}
ol{
margin-left:1em;
padding-bottom:10px;
}
ol.type1{
margin-left:2em;
}
ol.type1 li{
padding-bottom:10px;
}
ul {
padding-bottom:10px;
/*list-style-position: inside;*/

margin-left:1em;
}

li {
margin-left:1em;
}
div.pageContent{
width:722px;
margin-left:auto;
margin-right:auto;
}
div.pageContent div.page{
padding-left:10px;
}
.updateNote {
clear:both;
font-size: 0.8em;
color:#666666;
text-align:right;
padding-right:10px;
}
div.shadow{float: left;padding: 0 6px 6px 0;
    background: url(../images/thumb_shadow.png) no-repeat bottom right}
div.shadow img{display: block;position: relative;
    /*top: -5px;left:-5px*/;padding:0px;background:#FFF;
    border:none;/*1px solid;border-color: #ccc #666 #666 #ccc*/} 
.newsFlash p{
font-size:1em;
}
.newsFlash a{
font-size:1em;
}
table.noStyle{
width:100%;
border-collapse:collapse;
padding-right:30px;
border:#bcd2e6 1px solid;
}
table.noStyle td{
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
border-bottom:#bcd2e6 1px solid;
}
table.pgNum {
width: auto;
padding: 0px;
margin: 0px;
border: 0px;
border-collapse:collapse;
}
table.pgNum td {
font: normal 10px Verdana, Arial, Helvetica, sans-serif;

border: none;
padding: 2px 4px 2px 4px;
}
div.opt{
display:block;
margin:0 10px 10px 10px;
float:left;
}
div.opt label{
margin-right:10px;
line-height:20px;
}

div.opt select, input{
border:solid 1px #CCCCCC;
}
div.opt input[type="submit"]{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../images/button_bg.gif) repeat-x left top;
}

div.wrap1 {background:url(../images/shadow.gif) right bottom no-repeat;float:left;}
div.wrap2 {background:url(../images/corner_bl.gif) -14px 100%  no-repeat;}
div.wrap3 {padding:0 7px 7px 0;background:url(../images/corner_tr.gif) 100%  -12px no-repeat;}
div.breadcrumb{
background-color:#eff6fc;
color:#000000;
font-size:0.7em;
line-height:20px;
border:solid 1px #bcd2e6;
padding-left:10px;
margin-bottom:10px;
}
div.breadcrumb a{
text-decoration:none;
}
div.breadcrumb a:hover{
text-decoration:underline;
}
.newsDate{
text-align:right;
font-size:0.8em;
margin-right:10px;}

.readMore{
padding-left:10px;
}
table.candidateArbiter td
{
    padding-right:6px;
    font-size:12px;
}
table.candidateArbiter input
{
    width:230px;
}

table.disiplinTable td
{
    border-bottom:solid 1px #000;
    border-left:solid 1px #000;
}

table.administrativeBoard td
{
    border-bottom:solid 1px #bcd2e6;
    padding:10px 0px 10px  25px;
}

table.contactInfoTable td
{
    padding:0px;
    border:0px;
}
