.aspMenu
{
	margin-bottom: 2px;
	margin-left: 2px;
	margin-top: 2px;
}
.aspMenuLevel2
{
	color: green;
}
.border1{
    border: solid #866c18 1px;
    background-color: #e4e4c1;
}

.border2{
    border: solid #e4e4c1 1px;
	background-color: #866c18;

}

.button{
    border: none;
    background: transparent;
    background-image: url('../images/button.gif');
    color: White;
    width: 125px;
    height: 22px;
    vertical-align: middle;
    font-weight: bold;    
}

.flowBox{
    width: 420px;
    background-color: #866c18;
    padding: 5px;
    padding-left: 15px;   
	border: solid #6a551e 1px;
	
}

.heading{
    border-bottom: solid #6a551e 1px;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.indent{
   padding-left: 10px;
}

input[type="text"], input[type="password"]
{
    border: solid #866c18 1px;

}

li
{
 margin: 0;
 list-style-type: circle;   
}

.listBox
{
    background-color: #f3f28a;
 
 }
.menu{
    background-color: #866c18;
    background-color: #555555;
}

.menuElement
{
	font-size: 10pt;
	background-color: transparent;
	width: 193px;
	border-bottom: solid #555555 2px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 25px;
}
.menuElementLevel2
{
	font-size: 10pt;
	background-color: transparent;
	width: 193px;
	border-bottom: solid #555555 2px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 25px;
}
.menuElementLevel3
{
	font-size: 8pt;
	background-color: transparent;
	width: 193px;
	border-bottom: solid #555555 2px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 25px;
}

.menu Table{
    background-color: #e4e4c1;

}

.menu Table td{
    background-color: #e4e4c1;
	margin-bottom: 3px;
}



.menu Table th
{
    background-color: #f7f3ea;
    padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
.menu Table a:link{
    text-decoration: none;
    font-weight: bold;
}
.menu Table a:visited{
    text-decoration: none;
    font-weight: bold;
}

.menu Table a:hover{
    text-decoration: underline;
}

.paragraphs{
padding-left: 10px;
}

.quote{
    font-size: 11pt;
    color: #e4e4c1;
	font-weight: bold;
}  

.sectionHeading
{
	font-size: 22pt;
	font-style: italic;
	color: #6a551e;
	border-bottom: solid #6a551e 2px;
	vertical-align: text-bottom;	
	line-height: .9em;
	margin-bottom: 10px;
}

.smallBox{
    width: 420px;
    height: 56px;
    background-image: url('../images/bottomBox.gif');
    padding: 5px;
    padding-left: 15px;    
}


table td{
	 vertical-align: top;
}
.textBox{
    border: solid #6a551e 1px;
}


.footer
{
	margin-top:10px;
	margin-bottom: 20px;
	font-size: 8pt;
	color: gray; 
	width: 765px;
	text-align: center;
	margin-left: 210px;
}

.footer img
{
	vertical-align: middle;
}