@charset "utf-8";
/* CSS Document */

body{
	background-color: rgb(235, 231, 211);
	
}

#banner{
	background-color: rgb(43,93,165); /*shade of blue*/
	margin-left: 20px;
	margin-right: 20px;
}

#banner p {
	text-align: center;
}

#main h2{
	margin-left: 20px;
	margin-right: 20px;
	color: rgb(43,93,165);
	border-bottom: 2px solid rgb(43,93,165);
	
}

#main p{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.5em;
	line-height: 1.6em;
}

a{
	color: rgb(43,93,165);
	text-decoration: underline;
}

.nav{
    border:4px solid rgb(46,96,168);
    border-width:5px 0;
    list-style:none;
    margin:0 20px;
    padding:5px 0;
    text-align:center;
	font-size: 1.5em;
	background-color: rgb(46,96,168);
	letter-spacing: 1px;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
	text-decoration: none;
	font-weight: bold;
	color: rgb(217, 167, 50);  /*shade of gold*/
}

#home_tab{
	margin-right: 10px;
}

.nav a:hover{
	background-color: rgb(93,132,187); /*shade of blue*/
	color: white;
}

#main form{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.5em;

}