/* CSS Document */

.button-back
{
	background:url(../images/button-back.jpg) no-repeat top;
	height:703px;
	width:198px;
	vertical-align:top;
	padding-top:20px;
}

.button-on
{
	background:url(../images/button-on.jpg);
	padding-left:8px;

	border-bottom-color:#FFFFFF; 
	border-bottom-width:2px; 
	border-bottom-style:inset;

	border-right-color:#FFFFFF;
	border-right-width:2px;
	border-right-style:inset;

	border-top-color:#000000;
	border-top-style:outset;
	border-top-width:2px;

	border-left-color:#000000;
	border-left-style:outset;
	border-left-width:2px;

}

.button-off
{
	background:url(../images/button-off.jpg);
	padding-left:8px;

	border-bottom-color:#FFFFFF; 
	border-bottom-width:2px; 
	border-bottom-style:inset;

	border-right-color:#FFFFFF;
	border-right-width:2px;
	border-right-style:inset;

	border-top-color:#000000;
	border-top-style:outset;
	border-top-width:2px;

	border-left-color:#000000;
	border-left-style:outset;
	border-left-width:2px;

}

.buttonlink
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

a.buttonlink:hover {color: green; }

.blueback
{
	background:url(../images/blue-back.gif) no-repeat top left;
	height:274px;
	width:663px;
	color:#FFFFFF;
}

.blue-content
{
	padding-top:160px; 
	padding-left:50px; 
	padding-right:50px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	font-weight:bold; 
	text-align:justify
}

.content
{
	background:url(../images/content-back.gif) no-repeat;
	text-align:justify;
	padding:20px 10px 20px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:663px;
}

.contentlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.green-back
{
	background:url(../images/border.gif) #336600  no-repeat;
	padding-left:10px;
	padding-bottom:10px
}

.greenlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a.greenlink:hover { text-decoration:underline;}

.heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	font-weight:bold;
	width:660px;
}

.heading1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}



