body{
	margin:0px;
	padding:0px;
	background-color:#E6E6FA;
}
#main{
	width:1180px;
	background:#ffffff;
	margin:0px auto;
	padding:0px;
}
#header{
	width:1180px;
	height:150px;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
}
#textheader{
	padding: 10px 175px 10px 160px;
}	
	
#menu{
	width:1180px;
	height:40px;
	background:#a1d2f4;
	font: bold 26px Times New Roman, serif;
	color:#e5e9ea;
}
a.menu0{
	text-decoration: none;
	color:#e5e9ea;
}
a.menu0:hover{
	color:#c71585;
}
#home_icn{
	float:left;
	padding: 3px 5px 1px 250px;
}
#textmenu{
	float:left;
	padding:3px;
	text-align:center;
}
#facebook_icn{
	float:left;
	padding: 3px 5px 1px 10px;
}	
#content{
	float:left;
	width:900px;
	min-height:450px;
	background:f4f8fa;
	
}
#location{
	padding: 2px 5px 1px 50px;
	font:bold 14px Arial, sans-serif;
	color:#00008b;
}
a.navigation{
	text-decoration: none;
	font: 14px Arial, sans-serif;
	color:#00008b;	
}
a.navigation:hover{
	color:#c71585;
}
#textcontent{
	padding: 10px;
	font: 14px Arial, sans-serif;
	color:#777b7c;
	text-align:justify;
}
#textcontent p{
	padding:0px;
	margin:0px;	
	text-indent:40px;
}
#news{
	float:left;
	width:280px;
	min-height:450px;
	height:476px;
	background:#e8f2f9;	
}
#news_header{
	margin:5px 0px 5px 0px;
	padding:5px;
	font:bold 16px Arial, sans-serif;
	color:#777b7c;
	text-align:center;
}
.news1{
	margin:5px 0px 5px 0px;
	padding:5px;
	font:14px Arial, sans-serif;
	color:#00008b;
}
a.news0{
	text-decoration: none;
	color:#00008b;
}
a.news0:hover{
	color:#c71585;
}
#links_header{
	margin:5px 0px 5px 0px;
	padding:5px;	
	font:bold 16px Arial, sans-serif;
	color:#777b7c;
	text-align:center;	
}
.links{
	margin:5px 0px 5px 0px;

}
ul{
	padding:0px;
	margin:0px 0px 0px 10px;
	text-align:justify;
}
#footer{
	clear:both;
	width:1180px;
	height:60px;
	background:#6494b6;
}
#address{
	float:left;
	width:387px;
	height:54px;
	padding:3px;
	font: bold 14px Times New Roman, serif;
	color:#e5e9ea;
	text-align:left;
}
#copyright{
	float:left;
	width:388px;
	height:54px;
	padding:3px;
	font: bold 14px Times New Roman, serif;
	color:#e5e9ea;
	text-align:center;	
}
#phone{
	float:left;
	width:387px;
	height:54px;
	padding:3px;
	font: bold 14px Times New Roman, serif;
	color:#e5e9ea;
	text-align:right;	
}

#about{
	width:102px;
	padding:5px;
	background:#a1d2f4;
	position:absolute;
	left:452px;
	top:190px;
	visibility:hidden;
}
#doc{
	width:143px;
	padding:5px;
	background:#a1d2f4;
	position:absolute;
	left:572px;
	top:190px;
	visibility:hidden;	
}
#about a, #doc a{
	color:#e5e9ea;
	text-decoration:none;
	display:block;
}
#about a:hover, #doc a:hover{
	color:#c71585;
	text-decoration:underline;
	display:block;
}