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

body{
	background: #5F5F5F;
}

a 
{
	font-size: 20px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

p
{
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 22px;
  color:#041894;
}

h1
{
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 30px;
  color: #041894;
}
h2{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #041894;
	
}
#page{
	width:1200px;
	height: auto;
	background-color: #ffffcc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom:0;
	margin-left: auto;
	border-radius: 50px;

}
#nav ul li{
	list-style-type: none;
	display: inline;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-style: normal;
	color: #000;
	padding-left: 17px;
}

#nav ul li a {
	text-decoration:none;
	color: #041894;
}
	
#nav ul li a:hover{
	background-color:#041894;
	color:#ffffcc;
	font-weight:bold;
}

#dashboard{
	margin: auto;
	width: 1100px;
	height:220px;
	text-align: center;
	border: double 10px #041894;
}

#footer{
	font-family:"Gill Sans", "Gill Sans MT",  "sans-serif";
	width:100%;
	height:51px;
	color: #777;
}

.button
{
	background-color:#041894;
	color:#fff;
	width:230px;
	height:30px;
	border-radius: 15px;
  	font-family: "Gill Sans", "Gill Sans MT", "sans-serif";
	font-size: 14pt;
}

.button:hover
{
	color:#041894;
	background-color:#ffffcc;
	font-family: "Gill Sans", "Gill Sans MT", "sans-serif";
}
