
body {
	background-repeat: no-repeat;
	margin-top: 0;
	text-align: center;
	margin-left: 0
}


/***************/
/* MENU  STUFF */
/***************/

td.menutd {
	background-image: url('images/menu.png'); 
	background-repeat: no-repeat;
}

#navlist {
	position: relative;
	left: 0px;
	top: 50px;
	width: 136px;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 1.0em;
}

#navlist li {
	margin: 0;
	padding: 0; /*removes indent Mozilla and NN7*/
}

#navlist a {
	display: block;
	padding: 2px 6px 2px 15px;
	border: 0px solid;
	border-color: #ddd #000 #000 #ddd;
	/*background-color: #AAAAAA;
	background-image:  url(images/l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;*/
}

/* INACTIVE MENU ITEMS */
#navlist a:link, #navlist a:visited {
	/*background-color: #FFFFFF;*/
	color: #BBBBBB;
	text-decoration: none;
	font-weight: bold;
}

/* MOUSEOVER MENU ITEMS */
#navlist a:hover, #navlist a:active {
	background-color: #FF2E2E;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

	/*background-image:  url(images/l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;*/
}

/* CURRENT MENU */
#uberlink a:link, #uberlink a:visited, #uberlink a:hover, #uberlink a:active {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

	/*background-image:  url(images/l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;*/
}


.footer2 {
	background: #000000;
	color: red;
	font-weight: none;
	font-family: Arial;
	font-size: 12;
	line-height: 1.2
}

.footer2 a:link { 
	font-family: Arial;
	color: red; 
	font-size: 12;
	line-height: 1.2;
	font-weight: medium; 
	text-decoration: underline
}

a:link { 
	font-family: Arial;
	color: red; 
	font-weight: medium; 
	text-decoration: none
}

a:visited { 
	font-family: Arial;
	color: red; 
	font-weight: medium; 
	text-decoration: none
}

a:hover { 
	font-family: Arial;
	color: #AAAAAA; 
	font-weight: medium; 
	text-decoration: underline
}

a:active { 
	font-family: Arial;
	color: red; 
	font-weight: medium; 
	text-decoration: underline
}

/*p:first-letter { color: #CCCCCC; font-size: 115%}*/

.text {
	color: #777777;
	font-weight: 400;
	font-family: Arial;
	font-size: 16;
	line-height: 1.4
}

.heading {
	color: #000000;
	font-weight: bold;
	font-family: Arial;
	font-size: 19;
	line-height: 1.4
}

.linktext {
	color: #888888;
	font-weight: 400;
	font-family: Arial;
	font-size: 14;
	line-height: 1.2
}

#divExCont {
	position:absolute; 
	left:0px; 
	top:0px; 
	clip:rect(0px 0px 0px 0px); 
	layer-background-color:#ffffff; 
	background-color:#000000
}

#divCircle {
	position:absolute; 
	z-index:500; 
	visibility:hidden; 
	width:310px; 
	height:310px
}

/*MENU*/

.menuh{
	BORDER-COLOR : #FF0000 ;
	cursor : hand ;
	Border-Left : #FF0000 ;
	Border-Top : #FF0000 ;
	Padding-Left : 1px ;
	Padding-Top : 1px ;
	Background-Color : #FF0000 ;
	font-family: arial ; 
	font-size: 10 ; 
}

.menu{
	Background-Color : black ;
	font-family: arial ; 
	color: white; 
	font-size: 10 ; 
}

.home{
	cursor : hand ;
}

.menulinks{
	text-decoration:none;
}
.bg { 
    background-repeat: no-repeat 
}



