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

h1{
	text-align:center;
	font-size:2em;	
}
#mainContent {
	padding:10px;
}
#mainContent h1{
	font-size:1.4em;
	color:black;
	padding-top:10px;
	padding-left:20px;	
}
#mainContent h2{
	font-size:1.5em;
	color:#F0EC0C;
	text-align:center;
}
#mainContent p{
	color:white;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:1em;	
	text-align:justify;
}
#mainContent #vision{
	width:80%;
	margin:0 auto;
	padding:20px;
	background: rgb(22,29,48); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzE2MWQzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iIzA3Mzg3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(22,29,48,1) 3%, rgba(7,56,114,1) 94%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(22,29,48,1)), color-stop(94%,rgba(7,56,114,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(22,29,48,1) 3%,rgba(7,56,114,1) 94%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(22,29,48,1) 3%,rgba(7,56,114,1) 94%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(22,29,48,1) 3%,rgba(7,56,114,1) 94%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(22,29,48,1) 3%,rgba(7,56,114,1) 94%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161d30', endColorstr='#073872',GradientType=0 ); /* IE6-8 */
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;	
}
#mainContent #closing{
	float:right;
	padding-bottom:20px;
	padding-right:30px;	
	color:#F0EC0C;
}