﻿#container
{
      width: 673px;
      border: solid 1px black;
      margin: 0px auto;
}
 
#header
{
      color: #FFFFFF;
      width: 221px;     height: 100px;
      background-color: #778CB3; 
}
#sidePanel
{
      width: 213px;     height: 372px;
      margin-top: 5px;
      background-color: #778CB3;
      color: #FFFFFF;   padding: 4px;
}
#content
{
      width: 446px;     
      float: right;
      height: 380px;    
      margin-top: 5px;
      background-color: #A0AFCB;
}
#footer
{
      background-color: #F7CB33;
      padding: 12px;    
      width: 649px;
      color: #000000; 
      font-size: 90%;
      text-align: center;     
      clear: both;
      border-top: 5px solid #FFFFFF;
}



body 
{
	background-color:#ffffff;
	border-color:#ffffff;
	
}

.MainHeading
{
	font-size: x-large;
	font-family: 'Times New Roman';
	font-size:xx-large 
}

.heading1
{
	font-size: x-large;
	font-family: 'Times New Roman';
}

.headingRed
{
	font-size: x-large;
	font-family: 'Times New Roman';
	color:Red
}

.heading2
{
	font-weight: bold;
	font-size: small;
	font-family: Arial;
}

#nav 
{
	display:block;
}

.adv {
   display: block;
}

.stdTextBox
{
    height:20px;
    width:250px;
}

.shortTextBox
{
    height:20px;
    width:60px;
}

.longTextBox
{
    height:20px;
    width:450px;
}

.mediumTextBox
{
	height:20px;
    width:130px;
}

.mediumShortTextBox
{
	height:20px;
    width:230px;
}

.stdDropDown
{
    height:22px;
    width:250px;
}

.medDropDown
{
    height:22px;
    width:150px;
}

.longDropDown
{
    height:22px;
    width:450px;
}

.shortDropDown
{
    height:22px;
    width:50px;
}

.rightLink
{
	float: right;	
}

.leftlink
{
	float: left;	
}

.rightLabel
{
	float: right;	
}

.leftLabel
{
	float: left;	
}


.mainPageNavCtrl
{
	float: left;	
}
