body {
	margin:0px;
	background-color:#535353;
	background-image:url('images/main_bg.jpg');
	background-repeat: repeat-x;
}

table.sample {
	border-width: 2px;
	border-spacing: ;
	border-style: solid;
	border-color: rgb(0, 255, 1);
	border-collapse: collapse;
	background-color: white;
	border-top: 0px;
	border-bottom: 0px;
	background-color: rgb(0, 0, 0);
}

a.news {
	font-family:arial,helvetica,verdana;
	font-size:14px;
	color:#C2BEBE;
	text-decoration:none;
}

a.news:hover {
	color:#FFFFFF;
}

.bodyTable
{
	background:url('../images/acc_table_background.jpg');
	background-repeat: repeat-x;
	background-color:#141C24;
}

.leftTable
{
	padding-left:16px;
	padding-right:5px;
}

.header
{
	color:#57BF00;
	font-size:1.2em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.bodytext
{
	color:#CCCCCC;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}

.contactformbtn
{
	border: 1px solid #000000;
	background-color: #333333;
	color: #CCCCCC;
}

.bodytext a
{
	color:yellow;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
}

#greyrule-left
{
	border: 0;
	color: #3D434C;
	background-color: #3D434C;
	height: 1px;
	width: 223px;
}

.rightTable
{
	padding-left:15px;
	padding-right:13px;
}

#greyrule-right
{
	border: 0;
	color: #3D434C;
	background-color: #3D434C;
	height: 1px;
	width: 439px;
}


#dropmenudiv{
	position:absolute;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:2px solid black;
	border-bottom:2px solid black;
	font:normal 10px Verdana;
	color: #000066;
	line-height:18px;
	z-index:100;
	text-align:left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px dashed #DAD8D9;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #000066;
	text-align:left;
	z-index:100;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #DAD8D9;
	text-align:left;
	z-index:100;
}

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 10px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #5F615F;
width: 250px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #FFFFFF;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: #00FF01;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 10px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}