*{
	margin: 0px;
	border: 0px;
	padding: 0px;	
	
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393E3A;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
}
a {
	color: #003333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FE5D2A;
}

h1{
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #51A861;
	
}

/*
-------------------------------------------------------
Custom Div tags section
------------------------------------------------------- 
*/

#container{

	width: 735px;
	margin: 24px auto 0px auto;

}
#scrolling{
	margin: 0px 0px 20px 0px;
	color: #FFFFFF;
	font-weight: bold;

}
#mainbody{

	padding: 10px 0px 10px 10px;

}
#copy{
	
	border: 2px solid #B6E3BF;
	padding: 20px;
	font-size:11px;
	text-align: center;
	background-color: #B9FFB9;
	margin:0px 0px 20px 0px;

}


/*
-------------------------------------------------------
Custom class tags section
------------------------------------------------------- 
*/

.imgborder{
	background-color: #FFFFFF;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;	

}

.menubarbg{
	background-image: url(../images/menubarbg.gif);
	background-repeat: repeat-x;
	background-position: center;

}
.border{
	border: 2px solid #DCF3E0;
}
.scrollbg{
	background-image: url(../images/scrolling_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
.leftbutton{
	background-image: url(../images/leftbutton.jpg);
	background-repeat: no-repeat;
	
}

/*
-------------------------------------------------------
Custom class tags section
------------------------------------------------------- 
*/

.mainlink{
	padding: 0px 0px 0px 0px ;
}

a.mainlink:link {
	color: #FE875F;
	text-decoration: none;
}
a.mainlink:hover {
	text-decoration: underline;
	color: #FE5D2A;
	background-image: url(../images/home-active.jpg);
	background-repeat: no-repeat;
}

.CollapsiblePanelTab
{
	background-image:url(../images/green_nav2.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	height:20px;
	padding-top:8px;
	padding-left:28px;
	margin-bottom:3px;
}

a.leftlink{
	padding: 0px 0px 0px 0px ;
	color:#003300;
	font-weight: bold;
}

a.leftlink:hover {
	text-decoration: underline;
	color:#990000;
	background-repeat: no-repeat;
}


.inlink{

}

a.inlink:link {
	color: #003300;
	text-decoration: none;
}
a.inlink:hover {
	text-decoration: underline;
	color: #990000;
}
