body{
 background-color: #4575A2;
 background-image: url(../images/bg1.png);
 background-position: top right;
 background-repeat: no-repeat;
 background-attachment: fixed;
 font-family: Arial, Helvetica, sans-serif;
 font-style: normal;
 font-size: 10pt;
 color: #000000;
 margin: 0;
}

body.content{
 background-color: #FFFFFF;
 background-image:  url(../images/ncaa.png);
 margin: 10px;
}

.mainDataBar{
 border-top: 2px solid #FFD63A;
 border-bottom: 2px solid #FFD63A;
 border-right: 2px solid #FFD63A;
 background-color: #ffffff;
 padding-top: 2px;
 padding-right: 4px;
 padding-bottom: 2px;
 margin-right: 1px;
}

.menuBar{
 background-image: url(../images/menubg.jpg);
 background-repeat: repeat;
 border-top: 2px solid #FFD63A;
 border-bottom: 2px solid #FFD63A;
 border-right: 2px solid #FFD63A;
 vertical-align: top;
}

a:link
{
 color: #FFD63A;
 text-decoration: none;
 font-size: 12pt;
}

a:visited
{
 color: #FFD63A;
 text-decoration: none;
 font-size: 12pt;
}

a:active
{
 color: #FFD63A;
 text-decoration: blink;
 font-size: 12pt;
}

a:hover
{
 color: #FFD63A;
 text-decoration: underline;
 font-size: 12pt;
}


.content a:link
{
 color: Navy;
 text-decoration: none;
 font-size: 10pt;
}

.content a:visited
{
 color: Purple;
 text-decoration: none;
 font-size: 10pt;
}

.content a:active
{
 color: Blue;
 text-decoration: blink;
 font-size: 10pt;
}

.content a:hover
{
 color: blue;
 text-decoration: underline;
 font-size: 10pt;
}


h1{
 font-size: 47px;
 font-family: Baskerville Old Face;
 font-weight: 600;
 margin:0px;
}

h2{
 font-size: 14pt;
 font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: 600;
 margin:0px;
}

h3{
 font-size: 10pt;
 font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 margin:0px;
 margin-bottom: 10px;
}

br{
 height: 5px;
}

.rightBar{
}

.underMain{
 text-align: center;
}

.bodyFrame{
 height: 100%;
 width: 100%;
}

.navButton{
 border: 1px solid #FFD63A;
 text-align: center;
 color: #FFFFFF;
 font-size: 10pt;
 font-weight: bold;
 background-color: #365C80;
}

.navButtonHover{
 border: 1px solid #FFD63A;
 text-align: center;
 color: #FFFFFF;
 font-size: 10pt;
 font-weight: bold;
 background-color: #4273A2;
}

.navButtonSelected{
 border: 1px solid #FFD63A;
 text-align: center;
 color: #000000;
 font-size: 10pt;
 font-weight: bold;
 background-color: #FFFFFF;
}

.signBox{
 border: 1px solid #000000;
 height: 17px;
 width: 17px;
 margin: 0px;
 text-align: center;
 vertical-align: middle;
 font-style: 12pt;
}

.indentContent{
 padding-left: 20px;
}

td{
 font-family: Arial, Helvetica, sans-serif;
 font-style: normal;
 font-size: 10pt;
}

.roman{
 font-family: "Times New Roman", Times, serif;
}

.script{
 font-family: Edwardian Script ITC;
 font-size: 40px;
}

.evHeader{
 background-color: #4575A2;
 color: #FFFFFF;
 font-weight: 600;
 border-top: 1px solid Navy;
 border-right: 1px solid Navy;
 border-bottom: 1px solid Navy;
}

.evData{
 border-right: 1px solid Navy;
 border-bottom: 1px solid Navy;
 padding-left: 10px;
 padding-right: 10px;
 font-size: 8pt;
}