body {
margin: 0 auto;
}

body div {
text-align: left
}

#main {
width: 1050px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background-color: #000000;
}

#head {
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
text-align: center;
height: 175px;
width: 1050px;
background-image: url("gcisfbanner2.jpg");
background-position: center;
background-repeat: no-repeat;
}

#head h1 {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
color: #000000;
}

#menu {
float: left;
clear: left;
width: 150px;
font-family: georgia;
margin-bottom: 10px;
margin-left: 10px;
}

#menu h1 {
padding-left: 5px;
font-size: 14px;
margin-top: 5px;
margin-bottom: 5px;
color: #14e33a;
}

#menu a {
color: #127111;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
display: block;
background-color: #FFFFFF;
border-bottom: 1px solid #000000;
}

#menu a.active {
color: #FFFFFF;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
display: block;
background-color: #1490e3;
border-bottom: 1px solid #000000;
}

#menu a:hover {
background-color: #14e33a;
}

#content {
font-family: georgia;
padding: 10px;
margin-left: 175px;
margin-right: 25px;
margin-bottom: 0px;
width: 800px;
background-color: #FFFFFF;
color: #000000;
}

#content h1 {
font-size: 25px;
margin-top: 5px;
margin-bottom: 0px;
color: #1490e3;
}

#content a {
text-decoration: none;
color: #14e33a;
font-style: italic;
}

#content a:hover {
text-decoration: underline;
}

#foot {
margin-left: auto;
margin-right: auto;
text-align: center;
height: 25px;
width: 1050px;
background-color: #000000;
color: #FFFFFF;
font-size: 12px;
}

#foot a {
color: #14e33a;
text-decoration: none;
font-style: italic;
}

#foot a:hover {
text-decoration: underline;
}

