@charset "UTF-8";

#sidebox 
{
    background: url(/images/new/side_back.jpg) no-repeat left top
}
#greenbox 
{
    background: url(/images/new/green_back.jpg) no-repeat center top
}

#greenbox div
{
    display: block;
/*    float: left;   */
/*         border: 1px dashed red; /* debug display */
}
#greenbox div span
{
    display: none;
}

#greenbox div#link1
{
    width: 31px;
    height: 32px;
    cursor:pointer;
}

.footerText 
{
    padding: 15px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.generalText11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.generalText13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.text1 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}

.links1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
}

.mainbox {
	font-family:"Trebuchet MS";
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	margin-top: 8px;
	margin-left: 25px;
}

.boxtext 
{
/*    border:dashed 1px red;
	color: #026338;  */
    color: #003399;
	font-family:"Trebuchet MS";
	font-size: 11px;
	height: 140px;
	line-height: 20px;
	margin-top:5px;
	margin-left:30px;
	text-decoration: none;
    width:220px;	
}

.boxtext1 
{
/*    border:dashed 1px red;
	color: #026338;  */
    color: #003399;
	font-family:"Trebuchet MS";
	font-size: 11px;
	line-height: 20px;  
	margin-top:5px;
	margin-left:30px;
	text-decoration: none;
    width:240px;	
}

.boxtext11
{
/*	color: #026338;  */
    color: #003399;
	font-family:"Trebuchet MS";
	font-size: 11px;
	line-height: 16px;
	margin-left:10px;
	text-decoration: none;
	width:220px
}

.blacktext 
{
	font-family:"Trebuchet MS";
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 4px;
	color: #333333;
	margin-left: 30px;
}
.blacktext1 
{
	font-family:"Trebuchet MS";
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 4px;
	color: #333333;
	margin-left: 10px;
}
.blacktext11 
{
	color: #333333;
	font-family:"Trebuchet MS";
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom:2px;
	margin-left: 20px;
    border:dashed 1px yellow;		
}

.mainbox1 {
	font-family:"Trebuchet MS";
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	margin-top: 8px;
	margin-left: 10px;
}

/* The following are the link colors for the page. */
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #026338;
}

/* The following are link colors for the orange main links. */
a.orange {
	color: #eb8104;
	font-family:"Trebuchet MS";
	font-size: 16px;
	line-height: 20px;
	text-decoration:none;
}
a.orange:link {
	color: #eb8104;
}
a.orange:visited {
	color: #eb8104;
}
a.orange:hover {
	color: #026338;
}

/* The following are link colors for the "News and Event" Title Link. */

a.title1 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	line-height: 25px;
	color: #003399;
	text-decoration:none;
}
a.title1:link {
	color: #003399;
}
a.title1:visited {
	color: #003399;
}
a.title1:hover {
	color: #026338;
}

