@charset "utf-8";
/* CSS Document */
@font-face{
	font-family: "Gill Sans";
	src: url("../font/Gill Sans.otf")
}

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: 190px;
	width: 100%;
    text-align: center;
		
}

#main-contents{
    width: 1065px;
	height: auto;
    margin: 0px auto;
    border: double 5px #041894;
	padding-bottom: 35px;
	margin-bottom: 35px;
}


.button
{
	background-color:#041894;
	color:#fff;
	width:200px;
	height:25px;
  	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.button:hover
{
	color:#041894;
	background-color:#ffffcc;
	font-family: 'Nunito Sans', sans-serif;
}

.tables
{
  clear: both;
  border:2px solid #041894;
	color: #041894;
}

.tdoc
{
  width: 500px;
  height: 60px;
}

.tbutton
{
  width: 200px;
  height: 60px;
}

.tables a
{
	text-decoration: none;
	font-size: 12pt;
	color:#041894;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
	
}

#images{
    width: 755px;
    height: 320px;
	margin: 0px auto;
	
}

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


body {
	background-color:#898989;
	font-size: 15px;
	font-family: "Gill Sans sans-serif";
}

a 
{
	font-size: 20px;
	font-family: "Gill Sans sans-serif";
}

p
{
  font-family:"Gill Sans sans-serif";
  font-size: 22px;
  color:#041894;
}

h1
{
  font-family: "Gill Sans sans-serif";
  font-size: 30px;
  color: #041894;
}

h2
{
	font-family: "Gill Sans", "sans-serif";
	color: #041894;
	text-decoration: underline;
}

h3
{
	font-family: "Gill Sans", "sans-serif";
	color: #041894;
    font-size: 18px;
}

#page{
	width:1400px;
	height:auto;
	background-color: #ffffcc;
	border-radius: 50px;
	margin:0px auto;
}


#content{
	margin: 0px auto;
	padding-top: 90px;
}

.button
{
	background-color:#041894;
	color:#ffffcc;
	width:300px;
	height:35px;
	border-radius: 15px;
  	font-family:  'Gill Sans MT','sans-serif';
	font-size: 14pt;
		
}

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

.form
{
	background-color:#041894;
	color:#fff;
	height: 35px;
	border-radius: 10px;
  	font-family:  'Gill Sans MT','sans-serif';
	font-size: 14pt;		
}

.button1
{
	background-color:#041894;
	color:#fff;
	width:50px;
	height:35px;
	border-radius: 15px;
  	font-family:  'Gill Sans MT','sans-serif';
	font-size: 14pt;		
}

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

.button2
{
	background-color:#041894;
	color:#fff;
	width:100px;
	height:35px;
	border-radius: 15px;
  	font-family:  'Gill Sans MT','sans-serif';
	font-size: 14pt;		
}

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

#copyright
{
	float:left;
	height:51px;
	width:600px;
}
