body {
	font: small Arial, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	padding-bottom: 40px;
	background-color: #FCF9F1;
}

em {
	font-style: italic;
}

p {
	font-size: 1.3em;
	line-height: 1.5em;
}

* html body {
	font-size: small;
}

.padding {
	padding: 10px;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.text {
	position: relative;
	top: 0px;
	color: #231E5B;
	text-transform: uppercase;
}

.text0 {
	text-align: center;
	color: #231E5B;
}

.text1 {
	font-size: 1.2em;
}

.text2 {
	top: 30px;
	color: #231E5B;
	font-size: 1.5em;
	font-weight: bold;
}

.text3 {
	color: #231E5B;
	font-size: 1.8em;
	font-weight: bold;
}


#wrap {
	position: relative;
	width: 800px;
	min-height: 504px;
	margin: 0px auto;
	text-align: left;
	background-color: #F9F5E6;
	border: 1px solid #bbb;
	border-top: none;
}

#branding h1 {
	position: relative;
	width: 800px;
	height: 136px;
	text-indent: -9999px;
	overflow: hidden;
}

#branding h2 {
	display: none;
}

#branding a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

#gs-content {
	position: relative;
	padding-bottom: 120px;
}

#gs-content .blue {
	position: relative;
	background-color: #EDDDA7;
}


.homeblue {
	top: 35px;
	/* left: -10px; */
	width: 800px;
	height: 200px;
}

.studyblue {
	top: 10px;
	/* left: -10px; */
	width: 800px;
	height: 630px;
	background-color: #EDDDA7;
	border-bottom: 3px solid #0a4060;
}

.studyblueLong {
	top: 10px;
	/* left: -10px; */
	width: 800px;
	height: 670px;
	border-bottom: 3px solid #0a4060;
}

#gs-content .blue ul {
	position: absolute;
	padding-left: 0px;
	top: 20px;
	right: 0px;
	left: 88px;
	bottom: 25px;
	background-image: url('../images/sprite_2015.jpg');
	background-repeat: no-repeat;
}

#gs-content .blue ul li {
	position: relative;
	left: 5px;
	top: 5px;
	float: left;
	width: 136px;
	height: 110px;
	margin-right: 20px;
	list-style: none;
}

#gs-content .blue ul li a {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

label {
	float: right;
	position: relative;
	top: 60px;
	right: 400px;
	display: block;
	clear: both;
	font-size: 1.3em;
	color: #231E5B;
	text-transform: uppercase;
}

select {
	text-align: left;
	padding: 4px 0px;
	color: #231E5B;
	font-size: .9em;
	font-weight:normal;
	border:none;
	background-color: #F9F5E6;
}

.selectbox {
	position: relative;
	top: 10px;
	right: 80px;
	clear: both;
	float: right;
	min-width: 285px;
	margin-bottom: 0px;
	background-color: #251C5B;
	border: 3px solid #3A3195;
}

.selectbox dt {
	padding: 6px 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #251C5B;
	border-bottom: 3px solid #3A3195;
}

.selectbox dd {
	padding: 10px 8px;
	text-align: center;
}

.resultsbutton {
	top: 30px;
	margin-bottom: 5px;
	color: #F9F5E6;
	font-size: 1em;
	padding: 3px 8px;
	background-color: #251C5B;
	border: 3px solid #3A3195;
}

.submitbutton {
	position: relative;
	top: 30px;
	right: 80px;
	clear: both;
	margin-bottom: 5px;
	color: #F9F5E6;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 8px;
	background-color: #251C5B;
	border: 3px solid #3A3195;
}

.submitbutton:hover {
	color: yellow;
	cursor: pointer;
}
.wordWrap{
	word-wrap: break-word;
	width: 350px;
}

#footer {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	/* height: 61px; */
	font-size: .9em;
	text-align: center;
	background-color: #c2c2c2;
	border-top: 3px solid #665118;
	width: 100%;
}

#footer .padding {
	padding-top: 3px;
}

.radioButtonLabel {
	float: right;
	position: relative;
	top: 30px;
	right: 400px;
	display: block;
	clear: both;
	font-size: 1.3em;
	color:#231E5B;
	text-transform: uppercase;
}

.radioButtonFont {
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	color: #005d81;
	font-size:.9em;
	font-weight: bold;
}

.smallCenter {
	font-size: .9em;
	text-align: center;
}

.smallLeft  {
	font-size: .9em;
	text-align: left;
}
th.alignTop {
	vertical-align : top;
}

.instructions {
	width:500px;
	/* position: */
	left: 10px;
}

.largeLeft {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

th.required {
	color: Red;
}

td.alignCenter {
	text-align: center;
}

.EmailButton {
	padding: 4px 8px;
	color: #0a5c84;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	font-size: 1em;
}

.surround {
	display:block;
	margin: 10px 20px 10px 20px;
	color:#F9F5E6;
	font-size:.9em;
	font-weight: bold;
}


.dlui {
	text-decoration: underline;
}

.in {
	margin-left:20px;
}

.vis {
	display:inline;
}

.invis {
	display:none;
}

option {font-size: 1.3em;}