@charset "utf-8";
/* CSS Document */

.container {
	font-family: "Microsoft Sans Serif", "Times New Roman", sans-serif;
	font-size: 18px;
	color:#000;
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	
}
a:link {
	font-family: "Microsoft Sans Serif", "Times New Roman", sans-serif;
	font-style: normal;
	color: #324B9A;
	text-decoration: none;
}

a:visited {
color: #324B9A;
}

a:hover {
	color:#00ADEF;
}


.image{
	width: 800px;
	clear: both;
}




 
#nav_footer{
	font-family: "Microsoft Sans Serif", "Times New Roman", sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #008080;
	width: 500px;
	text-align: center;
	margin-left: 150px;
}


#nav_Sec_footer{
	font-family: "Microsoft Sans Serif", "Times New Roman", sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #324B9A;
	width: 650px;
	text-align: center;
	margin-left: 75px;
	margin-top: 20px;
}



#clear{
	clear: both;
}
