/* CSS Document */

	body 		{
					background-image:url(../images/background2.gif)
				}
	
	.headline_text1	{
						font-family:Verdana, Arial, Helvetica, sans-serif;
						font-size:18px;
						font-weight:700;
					}
.headline_text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #333333;
}

					
	.leftside {
						background-image:url(../images/leftside.gif);
						background-repeat: repeat-y;
				
				}
				
	.vertbreak {
					background-image:url(../images/vertbreak.gif);
					background-repeat:repeat-y;
				}
	.mainbody	{
					background-color:#FFFFFF;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:12px;
					font-weight:600;
				}
	.rightside	{
					background-image:url(../images/rightside.gif);
					background-repeat:repeat-y;
				}
	.vertbreak	{
					background-image:url(../images/vertbreak.gif);
					background-repeat:repeat-y;
				}
	.linebreak	{
	background-color: #666666;
				}
/************ sectionLinks styles **************/
#sectionLinks	{
	background-image:url(../images/navbackground.gif);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
					
				}

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	/***background-image:  url(images/bg_nav.jpg);**/
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/******************END************************/
