body {
	background: #e5eff7 url(bgtile2.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #252525;
	font-family: "Lucida Grande";
	font-size: 12px;
}

.box {
background: #ffffff url(bgtile.jpg) repeat-y right;
	position:absolute;
	right:0px;
	_right:-1px;
	width:700px;
	top:0px;
  	min-height:100%;
  	height:auto !important;
  	height:100%;
	
}
.header {
	position:relative;
	margin-top:25px;
	right:0px;
	height:60px;
}

.footer {
	position:relative;
	right:0px;
	height:28px;
	width:700px;
	background: url(footer.jpg) no-repeat left;
	top:0px;
}
a {
	text-decoration: none;
	color: #252525; 
}

a:hover {
	color: #0065b3; 
}


h3 {
	font:3em/1.2 "Lucida Grande";
	font-weight:normal;
	color:#00ADEF;
	margin-bottom: -10px;
	display:none;

}
h2 {
	font-size: 12px;
	font-weight:normal;
	_margin-bottom: 10px;
}
h1 {
	font-size: 12px;
	font-weight:normal;
	color:#0065b3;
}

.wallpaper {
    text-align: left;
}


.content {
	font-size: 12px; 
	width: 600px;
	_width: 620px;
	position: relative;
   	top: 0px;
	left: 58px;
	padding: 0px 10px 0px 10px;
	_padding: 10px 10px 0px 10px;
	
}
  
.content h1 {
	text-align: left; 
	line-height: 10px;
	_margin-bottom: 10px;
}

.content h2 {
	  text-align: right; 
}

.news {
	font-size: 12px; 
	width: 600px;
	_width: 620px;
	position: relative;
   	top: 0px;
	left: 58px;
	padding: 0px 10px 0px 10px;
	_padding: 10px 10px 0px 10px;
	
}
  
.news h1 {
	text-align: left; 
	line-height: 10px;
	_margin-bottom: 10px;
}

.news h2 {
	  text-align: right; 
}


.latest {
	font-size: 12px;
	width: 600px;
	_width: 620px;
	position: relative;
   	top:0px;
	left: 58px;
	padding: 0px 10px 0px 10px;
	_padding: 10px 10px 0px 10px;
}

.latest h1 {
	line-height: 10px;
	_margin-bottom: 10px;
}

.category {
	font-size: 12px;
	width: 600px;
	_width: 620px;
	position: relative;
	top:0px;	
	left: 58px;
	padding: 0px 10px 0px 10px;
	_padding: 10px 10px 0px 10px;

}

.category h1 {
	line-height: 10px;
	_margin-bottom: 10px;
}




 /* common styling */
.menu {
font-family: Lucida Grande; 
width: 380px;
height: 20px;
position:relative; 
left:58px;
top:0px;
font-size:12px;
z-index:100;
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu ul li {
float:left;
position:relative;
}
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#252525; 
width:49px; 
/* height:3em; */
height:20px; 
color:#252525; 
border:1px solid #fff; 
border-width:1px 1px 0 0;  
/* background:#dfc184; */
background:#ffffff;
 
padding-left:10px; 
line-height:22px;
}
* html .menu ul li a, .menu ul li a:visited {
width:49px;
_width:59px;
}
.menu ul li ul {
display: none;
}
table {
margin:-1px; 
border-collapse:collapse;
font-size:12px;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
color:#252525; 
/*background:#bd8d5e;*/
background:#e5eff7;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:20px;
margin-top:1px;
left:0; 
width:150px;
}
* html .menu ul li a:hover ul {
margin-top:0;
marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
/* background:#faeec7; */
background:#e5eff7;
color:#252525; 
height:auto; 
line-height:22px; 
/* padding:5px 10px; */
width:129px;
}
* html .menu ul li a:hover ul li a {
width:150px;
w\idth:129px;
}
.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#e5eff7 url(drop.gif) bottom right no-repeat;
margin-top:-1px;
_margin-top:0px;
}
.menu ul li:hover ul li a.drop:hover,
.menu ul li a.drop:hover ul li a.drop:hover {
background:#252525 url(drop.gif) bottom right no-repeat;
color:#fff;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#252525;
color:#fff;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:140px;
_left:129px; 
top:-2;
width:150px;
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-140px;
top:-2;
}