body
{
	font-family: Arial,Helvetica;
	font-size: 8pt;
	background-color: #e7e7d5;
	margin: 0;
}

html
{
    margin: 0;
}

a			{ color:#406678; 	text-decoration:none; font-weight:normal }
a:link		{ color:#406678; 	text-decoration:none; font-weight:normal }
a:visited	{ color:#406678;	text-decoration:none; font-weight:normal }
a:hover		{ color:#406678;	text-decoration:none; font-weight:normal; text-decoration: underline; }

img         
{
    display: block;
    border: 0;
}

h1
{
    font-size: 10pt;
    font-weight: bold;
}

h2
{
    font-size: 8pt;
    font-weight: bold;
    margin-bottom: 0;
}

P
{
    margin-top: 0;
}
.MainPanel
{
    position: relative; 
    left: 50%; 
    top: 5px; 
    width: 730px; 
    margin-left: -365px;
    border: solid 1px black;
    min-height: 400px;
}

#HeaderPanel
{
    width: 730px;
	height: 77px;
	border-bottom: #a2b8d9 1px solid;
	background-image: url(../images/headerbkgrd1.jpg);
	background-repeat: no-repeat;
}

#HeaderMenus
{
    padding: 10px;
    float: right;
    font-weight: bold;
    z-index: 100;
}

#headerMenus a
{
    font-weight: bold;
    cursor: default;
}

.masterftr
{
	width: 98%;
	padding-top: 30px;
	text-align: center;
	clear: both;
}

.masterftr span
{
	padding-right: 6px;
	font-weight: bold;
	color: #406678;
}

.masterftr A, DIV.masterftr A:visited
{
	padding-right: 6px;
	font-weight: bold;
	color: #406678;
}

.masterftr A:hover
{
	padding-right: 6px;
	font-weight: bold;
	color: #406678;
	text-decoration: underline;	
}

.masteradr
{
	width: 98%;
	text-align: center;
	clear: both;
    color:#406678;	
}


.colLH
{    
    width: 130px;
    float: left;  
}

.colLH A, .colLH A:hover, .colLH A:visited
{
    display: block;
    padding-top: 15px;
    padding-left: 8px;
    font-weight: bold;
}

.colLH .current
{
    padding-top: 15px;
    padding-left: 8px;
    font-weight: bold;
}

.colCT
{
    width: 400px;
    padding-top: 4px;
    float: left;
}


.colRH
{
    width: 180px;
    float: left;
    padding-top: 4px;
    padding-left: 14px;
}    

.Testimonial
{
    margin-top: 4px;
    width: 405px; 
	height: 132px;
	overflow: hidden;	
	font-style:italic;
	font-size:10pt;
	color:Black;
    background-image: url(../images/TestimonialFooter.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;       
}

.Testimonial .upper
{
	font-family:Times New Roman;
	margin-top: 0px;
	margin-left: 0px;
	width: 400px;    
}

.Testimonial .lower
{
	padding-left: 20px;
	margin-left: 2px;
	margin-top: 8px;
	font-family: Verdana,Arial,Helvetica;
	font-size:8pt;
	height: 32px;    
}

.loginBox
{
    float: right;
    width: 160px;
    font-size: 8pt;
    padding-top: 3px;
} 

.loginBox input
{
    width: 50px;
    margin-right: 4px;
    margin-top: 4px;
    height: 14pt;
}  

.loginBoxMsg
{
    padding-top: 8px;
    font-size: 7pt;
}

.loginBox img
{
    display: inline ;
    vertical-align: middle;
    margin-top: -6px;
}

.BottomMenuStrip
{
    clear: both; 
    width: 100%; 
    text-align: center; 
    padding: 18px 0 18px 0;
}   