﻿A.MenuStyle{text-decoration:none; color:yellow; font:bold;}
	A.MenuStyle:hover{border:0px SOLID #white; text-decoration:none; background-color:white; color:teal; cursor:hand; }

td.norm_menu{text-decoration:none; color:yellow; font:bold;} 
td.high_menu{background:white; cursor:hand; color:teal; font:bold;}
#footeritem{
	font-family:Arial;
	font-size:10px;
	color:black;
	text-decoration:none;
}
a.newsitem{
	font-family:Arial;
	font-size:10px;
	color:white;
	text-decoration:none;
}
a.newsitem:hover{
	text-decoration:underline;
}
a.bookmark{
	font-family:Verdana;
	font-size:10px;
	color:#660000;
	text-decoration:none;
	font-weight:bold;
}
a.bookmark:hover{
	text-decoration:underline;
}

body{	
	margin-left:0;
	margin-top:0;
	background-color:#CCE4FC;
	background-image:url('images/page-bg.jpg');
	background-repeat:repeat-x;
}

#globalDiv{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	/*position:absolute;
    left: 50%;    
    margin-left: -450px;	*/
}

#headerDiv{
	width:900px;
	height:186px;
	background-image:url('images/header-bg.jpg');
}
#topMenuDiv{		
	padding-top:145px;
}
#bodyDiv{
	width:900px;
	background-color:#EAF3FD;
	background-image:url('images/pixel.png');
}
#foodterDiv{
	width:900px;
	height:45px;
	background-color:#234057;
}