﻿.ContentBody /* used on all pages */
{
   height:100%;
   background-color:#D3D3D3;
   border:solid 1px #D3D3D3;   
}
.ContentBodyFrameContainer /* used on all pages */
{
   width:800px;
   border:solid 4px #D3D3D3;   
}
.PictureOfNeuron /* used on default page */
{
   float:left;
   background-image:url("../Images/Neuron.jpg");
   background-repeat:no-repeat;
   width:49%;
   height:335px;
   margin-top:5px;
   margin-left:6px;
}
.ContentBodyRightFrame /* used by default only */
{
   width:49%;
   height:335px;
   background-color:Gray;
   text-align:center;
   margin-top:5px;
   margin-left:400px;
}
.RightTable
{
   width: 200px;
}

.ContentBodyTextItalic /* used on default page only */
{
   line-height:50px;
   font-style:italic;
   text-align:center;
}
.ContentBodyRightFrameTextLarge /* used on default page only */
{
   font-size:32pt;
   overflow:hidden;
   line-height:100px;
   color:Maroon;
}
.ContentBodyRightFrameTextMedium /* used on default page only */
{
   font-size:32pt;
   font-style:oblique;
   overflow:hidden;
   line-height:100px;
   color:#130A75;
}
.ContentBodyRightFrameTextSmall /* used on default page only */
{
   font-size:18pt;
   color:#D3D3D3;
   line-height:50px;
   padding-left:12px;
   padding-right:12px;
}
.LeftFrameTextContainer  /* used on all pages except default */
{
   text-align:justify;
   margin-right:25px;
   font-size:12pt;   
   margin-top:25px;
   margin-left:25px;
}
.FoxWindow
{
   height:1000px;
}
a.blue:visited
{
   color:Blue;
}
a.blue:link
{
   color:Blue;
}
.ContentBodyLoginContainer
{
   margin:0 auto 0 auto;
   color:Blue;
   width:7%;
   text-align:center;
   line-height:50px;
}
