﻿#mainContent 
{
  float: left; 
  display: inline; 
  width: 578px; 
  margin: 15px 5px 15px 5px;  
}

.msgText {
	color: Red;
	font-style:italic;
	font-weight: bold;
	padding-left: 20px;
}

menu{
display: inline; 
float: right; 
height: 22px; 
width: 420px; 
background-color: none; 
margin: 75px 1px 0 0px;
}

menu 
{
    border:1px solid green;
    width: 200px;
    align: right:
}

.menuStyle {
margin-left: 250px;
}

.menuText 
{
    
	margin-bottom: 7px;
    color:  #C5C9B0;
    width: 75px;
    text-align:center;
   
}
.menuSelect 
{
   
   margin-bottom  : 7px;
   color: #AE6127;
   font-weight:bold;
    
}

.menuHover 
{
    
	margin-bottom: 7px;
    color: #AE6127;
    font-weight:bold;
	
}

.adminMenuStyle 
{
    margin-left: 230px;
}

.loginMenuStyle
{
    margin-left: 410px;
}

table.menuText tr td a:link, table.menuText tr td a:visited
    {
        color: #848455;
        text-decoration: none;
        
        font-weight:normal;
    }

table.menuText tr td a:hover
{
        color: #AE6127;
        text-decoration: none;
        
        font-weight:bold;
}

table.menuSelect tr td a:link, table.menuSelect tr td a:visited
    {
        color: #848455;
        text-decoration: none;
        
        font-weight: normal;
    }

table.menuSelect tr td a:hover
{
        color: #AE6127;
        text-decoration: none;
        
        font-weight:bold;
}




.headerLogo 
{
 float: right; 
 display: inline; 
 margin-top: 125px; 
 width: 64px; 
 height: 64px;   
}



.headerNew 
{
opacity:0.5;
filter:alpha(opacity=50); 
float: left; 
display: inline; 
margin: 28px 0 0 0;   
}
#AdminHeaderBkg 
{
float: left; 
display: inline; 
background: url(images/smallImage.jpg); 
background-repeat: no-repeat; 
height: 165px; 
min-height: 165px; 
width: 588px;
}

.circleArrow 
{
    display: inline; 
    float: left; 
    margin: -47px 0 0 315px; 
    height: 25px; 
    width: 25px;
}

#selectionbox {
	float: left;
	display: inline;
/*	height:auto !important;
	min-height: 54px; */
	height: 55px;
	width: 113px;
	margin: 4px 4px 0 0;
	font-family: georgia;
	font-size: 10pt;
	text-align: center;
	padding: 30px 40px 0px 40px;
	font-style: italic;
	background-color: #C6C9B0;
	color: #AE6127;
}

#selectionbox3 {
	float: left;
	display: inline;
/*	height:auto !important;
	min-height: 55px; */
	height: 45px;
	width: 113px;
	margin: 4px 4px 0 0;
	font-family: georgia;
	font-size: 10pt;
	text-align: center;
	padding: 20px 25px 0px 25px;
	font-style: italic;
	background-color: #D6D8C3;
	color: #665A52;
}

#selectionbox3 a 
{
    color: #665A52
}

#selectionbox3 a:hover   {
	color: #665A52;
}

#selectionbox3 a.selectionbox3Link:hover 
{
    text-decoration:underline;
	color: #848455;
}


.stripopacity {
	opacity: 0.5;
	filter: alpha(opacity=50);
	float: left;
	display: inline;
	margin: 0;
	height: 25px;
	width: 588px;
}

.selectionbox3Link 
{
    width: 209px; 
    margin-right: 0px; 
    font-size: 9pt; 
    font-family: helvetica; 
    font-style: normal;
}


.formLabel {
	font-family:Arial, Helvetica, sans-serif; 
	color: #606040;
	font-size: 9pt;
	text-align:right;
	font-weight: bold; 
}
	
.formField {
	font-family:Arial, Helvetica, sans-serif;
	color: #606040; 
	font-size: 9pt;
}