@charset "utf-8";
/* CSS Document */
body{
	background-color: #5C5C5C;
	margin-top:20px;
	margin-bottom: 20px;
	padding: 0px;
}
#page{
    background-color: #ffffcc;
    width: 1200px;
    height: auto;
    margin: 0px auto;
    border-radius: 50px;
}

#header{
    height: 250px;
    width: 100%;
    margin: 0px auto;
	text-align: center;	
		
}


#nav ul li{
	width: 100%;
	height: 160px;
	margin: 0px auto;
	list-style: none;
	font-family: "Gill Sans", "Gill Sans MT";
	font-size: 16pt;
	display: inline;
	padding-left: 15px;
	text-align: center;
}
#nav ul li a {
    text-decoration: none;
    color: #041894;
    text-align: left;
}

h2{
color: #041894;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
text-decoration: underline;
}

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

.button:hover
{
	color:#041894;
	background-color:#ffffcc;

}
#menu{
	margin-top: 15px;
}
.form{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:12pt;
	color:#041894;
}
	.button1{
		width: 80px;
		border-radius: 10px;
		background-color: #041894;
		color: #fff;
		
}
#main-contents{
	
	width: 1065px;
	height: auto;
	margin-top: 35px;
    margin: 0px auto;
    border: double #041894 10px;
	margin-bottom: 35px;
	text-align: center

}
h1{
	color:#041894;
	text-decoration:underline;
	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";
	color: #041894 ;
	font-size: 14pt;
}
#footer{
    width: 100%;
    height: 50px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    color: #041894;
    font-size: 11pt;
    text-align: center;
}
