body, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	behavior: url(iepngfix.htc);
}
div {
	behavior: url(iepngfix.htc);
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/s_bg.png);
	background-repeat: repeat-x;
	background-color:#6494c0;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight:bold;
	color:#b39968;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
	color:#ffffff;
}
.white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#ffffff;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #2974AE;
}
a:active {
	text-decoration: none;
	color: #333333;
}


/* Menu Begin */
.menu_container {
	width:900px;
	margin-right:3px;

}
.menu_bg {
	background-image: url(images/gs_body_shdw.png);
	background-repeat: repeat-y;
	background-position:center;
	
}
.menu {
	height:226px;
}
.menu ul {
	padding: 0px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0px;
}
.menu ul li {
	display: inline;
	margin-right:-3px;
}
.menu ul li a {
	color: #FFFFFF;
	padding:0px; /*top padding is 6px, bottom padding is 4px*/
	text-decoration: none;
}
.menu ul li a:hover, .menu ul li a.selected {
	color:#caeaff;
}
/* Menu End */




.header_container {
	width:900px;
	height:138px;
}
.header_bg {
	background-image: url(images/gs_header_shdw.png);
	background-repeat: no-repeat;
	background-position:center;
	
}
.header {
	width:900px;
	height:103px;
	padding-top:34px;
}

.content_container {
	width:900px;
}
.content_bg {
	background-image: url(images/gs_body_shdw.png);
	background-repeat: repeat-y;
	background-position:center;
}
.content_text {
	color:#343896;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:left;
	width:900px;
	height:214px;
	background-image: url(images/gs_body.png);
	background-repeat: repeat-x;
}

.content_padding {
padding: 48px 0px 0px 0px;
}
.footer_container {
	width:900px;
	height:148px;
}
.footer_bg {
	background-image: url(images/gs_footer_bg.png);
	background-repeat: no-repeat;
	background-position:center;
}
.footer_text {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	padding-top:52px;
	width:880px;
}
.footer_left {
	float:left;
	color:#6494c0;
}
.footer_left a {
	color:#6494c0;
}


.footer_right {
	float:right;
	text-align:right;
	color:#6494c0;
}
.footer_right a {
	color:#6494c0;
}

.footer_copyright {
	padding-top:30px;
	text-align:right;
	color:#FFFFFF;/*border:#00FF33 solid 1px;*/
}


.footer_logo {
	padding-top:12px;
	color:#FFFFFF;/*border:#00FF33 solid 1px;*/
}
.sp {
	padding:0px 10px 0px 10px;
}


input.formButtons {
	border: solid 1px #FFFFFF;
	background-color: #7477bd;
	width:35px;
	height:22px;
	margin-top:3px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
/* FORM BEGIN */

.form_title {
	color : #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.form_field {
	font-size : 13px;
	font-family: Arial, Helvetica, sans-serif;
	color : #474747;
	font-weight : bold;
	text-align:left;
}
.form_text {
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
}
.text_box {
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	width:200px;
}
.text_area {
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	width:200px;
	height:60px;
}
.text_select {
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
}
.form_error {
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #ff0000;
	font-weight : bold;
}
/* FORM END */

