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

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
#banner {
	background-image: url(../images/ggc_banner.png);
	height: 175px;
	width: 968px;
}
#line_a {
	background-image: url(../images/line.png);
	height: 50px;
	width: 958px;
	padding-top: 50px;
	padding-left: 10px;
}
#main_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: #039;
}
#main_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 90px;
	padding-left: 90px;
	text-align:  left;
	letter-spacing: 1px;
}
.state_format {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C03;
	text-decoration: underline;
}
.state_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	text-align:  left;
	font-weight:  normal;
}
.title_format {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.link_in_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #F00;
}

.holiday_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
.holiday_title_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


.header_format {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.officer_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000;
}
.officer_address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
}




#line_b {
	background-image: url(../images/line.png);
	height: 75px;
	width: 968px;
}

#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	height: auto;
}

