
.buttonlink
{
	text-decoration: none;
	color:#000;
}

.buttonlink:hover
{
	text-decoration: none;
	color:#000;
}

.imgbutton_text
{
	line-height:30px;
	height: 30px;
	width: 80px;
	border: none;
	position:absolute;
	font-size:.80em;
	font:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#000;
	text-decoration: none;
   	cursor:pointer;
}


.org_text
{
	line-height:23px;
	height: 23px;
	width: 120px;
	border: none;
	position:absolute;
	font-size:.75em;
	font:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color:#000;
	text-decoration: none;
   	cursor:pointer;
	text-align:center;
}


.imgbutton
{
	background-image: url(/images/buttons/buttonA.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	height: 30px;
	width: 80px;
	border: none;
	position:relative;
	color:#000;
	display:inline-block;
    cursor:pointer;
}

.imgbutton:hover
{
	background-image: url(/images/buttons/buttonB.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	height: 30px;
	width: 80px;
	border: none;
	position:relative;
	color:#000;
	display:inline-block;
    cursor:pointer;
}

.imgbutton:active
{
	background-image: url(/images/buttons/buttonC.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	height: 30px;
	width: 80px;
	border: none;
	position:relative;
	color:#000;
	display:inline-block;
    cursor:pointer;
}

.org_button
{
	background-image: url(/images/buttons/orange_button.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:center;
	height: 23px;
	width: 120px;
	border: none;
	position:relative;
	color:#000;
	display:inline-block;
	cursor:pointer;
	margin-left:50px;
}

.org_button:hover
{
	background-image: url(/images/buttons/orange_button.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:center;
	height: 23px;
	width: 120px;
	border: none;
	position:relative;
	color:#000;
	display:inline-block;
	cursor:pointer;
}

.org_button:active
{
	background-image: url(/images/buttons/orange_button.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:center;
	height: 23px;
	width: 120px;
	border: none;
	position:relative;
	color:#000;
	display:inline-block;
    cursor:pointer;
}

.side_heading
{
	background-image: url(/images/buttons/sidebar_header.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:center;
	height: 15px;
	width: 210px;
	border: none;
	position:relative;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	font-style:normal;
	text-align:center;
	color:#000;
   padding: 2px;
	vertical-align:middle;
	display:inline-block;
	text-decoration: none;
}

#content2{
	float: right;
	width: 760px;
	margin-top: 15px;
}

