/*Robert's Code*/

#overflowbox  {

                height: 80px; 
                padding-top: 0px;
                font-size: 11px;

}

.overflowbox  {
	scrollbar-arrow-color: #ba4561;
	scrollbar-face-color: white;
	line-height: 1.5;
	scrollbar-darkshadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	overflow: auto;
	scrollbar-track-color: white;
	scrollbar-3dlight-color: white;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;



}

/*Title*/
.sectiontitle  {
                color: #FFFFFF;
                font-size: 20px;
                font-family: Arial, Helvetica, sans-serif;
                line-height: 25px;
                font-stretch: extra-expanded;
                text-decoration: none;
                letter-spacing: 1px;
                font-weight: 300;
                word-spacing: normal;
                vertical-align: middle;

}

/*Body*/

.bodyserif  { 
                color: #00003c; 
                font-size: 17px; 
                font-family: Arial, Helvetica, sans-serif; font-weight: 400; 
                line-height: 25px; 
                font-stretch: condensed; 
                text-decoration: none; 
                text-align: left; 
                margin: 0 0
}


.bodysans  {
                color: #00003c;
                font-size: 17px;
                font-family: Arial, Verdana; font-weight: 500;
                line-height: 29px;
                font-stretch: condensed;
                text-decoration: none;
                text-align: left;
                margin: 0 0
}


.intro  {
                color: #000063;
                font-size: 14px;
                font-family: Arial, Verdana, Helvetica, sans-serif;
                font-weight: 500;
                line-height: 16px;
                font-stretch: condensed;
                text-decoration: none;
                margin: 0 20px
}


/*Image*/

.thumbnail  {
	margin: 0px;
	padding: 10px;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 60px;
	float: none;
	color: #FFFFFF;

}


.imagename  {
                color: #FFFFFF;
                font-size: 14px;
                font-family: Arial, Verdana, Helvetica, sans-serif;
                font-weight: 400;
                line-height: 17px;
                font-stretch: condensed;
                text-align: center;
                font-style: oblique;
                text-transform: capitalize;
                vertical-align: top;
                background-position: top;


}
/*Links*/
a  {
                color: #FFFFFF;
                text-decoration: none
}


a:hover /*  for links  */  {
                color: #fff;
                text-decoration: underline;
                border-bottom: -0.1em dotted #cff
}


a:link  {
                color: #FFFFFF;
                text-decoration: none;
                border-bottom:-0.1em dotted #cff
}



.list  {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 18px;
                font-weight: 500;
                list-style-type: circle;
                letter-spacing: normal;
                text-align: center;
                vertical-align: top;
                word-spacing: normal;
                line-height: 25px;
                color: #FFFFFF;


}
