.menutitle
{ 
	   font-size: 120%; 
      font-family: san-sarif;
}

.shadow{
background: #CBD0D6;
background-image: url("http://shadowplanes.com/right.gif");
background-repeat: repeat-y;
background-position: top right;
margin: 0px;
padding: 0px;
}

.topbox{
background-image: url("http://shadowplanes.com/up.gif");
background-repeat: repeat-x;
background-position: top left;
padding: 0px;
margin: 0px;
height: 45px;
}

.bottombox{
background-image: url("http://shadowplanes.com/down.gif");
background-repeat: repeat-x;
background-position: top left;
padding: 0px;
margin: 0px;
clear: both;
height: 45px;
}

.middlebox{
background-image: url("http://shadowplanes.com/left.gif");
background-repeat: repeat-y;
background-position: top left;
padding: 0em 3em;
margin: 0px;
clear: both;
}


.topbox .leftcorner{
float: left;
background-image: url("http://shadowplanes.com/upleft.gif");
width: 43px;
height: 45px;
}

.bottombox .leftcorner{
float: left;
background-image: url("http://shadowplanes.com/downleft.gif");
width: 43px;
height: 45px;
}

.topbox .rightcorner{
background-image: url("http://shadowplanes.com/upright.gif");
background-repeat: no-repeat;
background-position: top right;
height: 45px;
}

.bottombox .rightcorner{
background-image: url("http://shadowplanes.com/downright.gif");
background-repeat: no-repeat;
background-position: top right;
height: 45px;
}

IMG.titleimg {
display: block;
margin-left: auto;
margin-right: auto;
}

.maincontent{
background: #CBD0D6;
padding: 1em;
border-style: solid;
}

.subtitle
{ 
font-weight: bold;
COLOR: #65728F;
font-family: san-sarif;
}

.instructions
{ 
font-style: italic;
COLOR: #3F4C67;
font-size: 80%; 
	  
}

.menu{
float: left;
width: 30%;
}

.content{
float: right;
width: 66%;
}

.title{
text-align: center;
padding-bottom: 1em;
}

.copyright{
clear: both;
text-align: center;
font-size: 80%;
}

A{
COLOR: #687498;
TEXT-DECORATION: none;
}

A:active, A:hover, A:focus{
COLOR: #5F6F71;
}

P {
text-align:justify;
}

BODY
{
BACKGROUND-COLOR: #4F4F4F;
COLOR: #737373;
TEXT-ALIGN: justify;
margin:70px;
}

INPUT,  TEXTAREA, SELECT, OPTION    {
background-color: #E1E5E9;
color: #535353;
font-family: arial, verdana, sans-serif;
font-weight: 800;
} 

INPUT,  TEXTAREA, SELECT   {
border-width: 2px;
border-style: solid;
border-color: #999999;
} 

OPTION{
border-style:none;
}

.selectbutton{
background-color: #C8C8C8;
border-color: #9C9C9C;
}

li{
list-style-type:circle;
list-style-position: inside; 
}

.submenu{
border-style: solid none;
border-color:#5D6887;
color:#5D6887;
border-bottom-width: 2px;
border-top-width: 2px;
border-left-width: 0px;
border-right-width: 0px;
margin-left: 20px;
margin-right: 20px;
 background-color: #D5D5D5;
}

.error{
color: #660000;
}