body{
	margin:0px;
	background-color: Silver;
	font-family: verdana;
	
}
p{
	font-size:11px;
	text-align:justify;
}
ul{
	font-size: 11px;
	color: #1C45DC;
}
h1{
	font-family: tahoma;
	font-size: 16px;
	color: Navy;
	
}
h2{
	font-family: tahoma;
	font-size: 12px;
	color: Navy;
	
}
#container{
	width:900px;
	height:100%;
	background-color: #ffffff;
}
#header{
	width:400px;
	height:80px;
	background-color: #ffffff;
	float:left;
}
#banner{
	width:100%;
	height:200px;
	background-color: Silver;
	background-image: url(../images/banner.jpg);
}
#footer{
	width: 100%;
	height: 40px;
	background-color: #94A0AB;
}
#leftmenu{
	width: 230px;
	height: 100%;
	background-color: #94A0AB;
	background-image: url(../images/bg_leftmenu.jpg);
	padding:8px;
}
.menu{
	/*background-color: #F0F8FF;*/
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	text-decoration: none;
	width: 230px;
	height: 30px;
	
	color: #1E90FF;
}
.menu:hover{
	/*background-color: #DCE7F3;*/
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	text-decoration: none;
	width: 230px;
	height: 30px;
	/*border-bottom: solid 1px #cccccc;*/
	color: #FF1E1E;
}
.servicesmenu{
	background-color: #F0F8FF;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	width: 150px;
	
	border-bottom: solid 1px #cccccc;
	color: #1E90FF;
}
.servicesmenu:hover{
	background-color: #F0F8FF;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	width: 150px;
	
	border-bottom: solid 1px #cccccc;
	color: #FF1E1E;
}
.link{
	color:#333333;
	
}
.link:hover{
	color:red;
	
}
.toplink{
	color:#333333;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	
}
.toplink:hover{
	color:red;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	
}