.body 
{
background-color: rgb(220,220,255);
text-align: center;
}

.outwidth
{
width:850px;
background-color: rgb(255,255,255);
}

.logo 
{
background-color: rgb(255,255,255);
text-align:right;
color: rgb(0,0,255);
}

.topNav
{
color: rgb(0,0,150);
text-align:center;
font-family: verdana;
font-size: 12px;
text-decoration: none;
}

td.selected
{
background-color:"#0E53DE";
}

td.notSelected
{
background-color:"0E3793";
}

a.nav 
{
color: rgb(226,175,0);
text-align:center;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

a.nav:visited
{
color: rgb(226,175,0);
text-decoration: none;
}

a.nav:hover
{
color: rgb(255,0,0);
text-decoration: none;
}

.mainText
{
color: rgb(0,0,0);
font-family: verdana;
font-size: 12px;
margin-top: 20px;
text-align: left;
}

.sideNav
{
color: rgb(90,140,255);
font-family: verdana;
width: 150px;
font-size: 12px;
margin-top: 20px;
text-align: left;
text-decoration: none;
}
.sideNav:visited
{
color: rgb(90,140,255);
text-decoration: none;
}

.sideNav:hover
{
color: rgb(0,0,150);
text-decoration: underline;
}


.bold
{
font-weight: bold;
}

.blueBold
{
font-weight: bold;
color: rgb(0,0,150);
}

.italic
{
font:italic;
}

.regData
{
color: rgb(0,0,0);
font-family: verdana;
font-size: 8px;
margin-top: 20px;
text-align: left;
}

.splash
{
color: rgb(0,0,0);
font-family: verdana;
font-size: 18px;
}

.link 
{
color: rgb(0,0,150);
text-align:center;
text-decoration: none;
}

.link:visited
{
color: rgb(0,0,150);
text-decoration: none;
}

.link:hover
{
color: rgb(255,0,0);
text-decoration: underline;
}

.center
{
text-align:center;
}
