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

em {
	font-style: italic;
}

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

* html body {
	f\ont-size: small; 
}

.padding {
	padding: 10px;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

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

.text1 {
	font-size: 1.2em;
}

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

.text3 {
	font-size: 1.8em;
	font-weight: bold;
}


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

#branding h1 {
	position: relative;
	width: 800px;
	height: 131px;
	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/branding.jpg');
	background-repeat: no-repeat;
}

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

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

.homeblue {
	top: 35px;
	left: -10px;
	width: 800px;
	height: 170px;
}

.studyblue {
	top: 10px;
	left: -10px;
	width: 800px;
	height: 437px;
	border-bottom: 3px solid #0a4060;
}

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

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

#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:#005c80;
	text-transform: uppercase;
}

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

.selectbox dt {
	padding: 6px 10px; 
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #005d81;
	border-bottom: 3px solid #0080b4;
}

select{text-align: center;padding: 4px 0px;color: #005d81;font-size: .9em;font-weight: bold;border:none; background-color: #d7e7f4;}
.selectbox dd {
	padding: 10px 8px;
	text-align: center;
}

.submitbutton {
	position: relative;
	top: 30px;
	right: 80px;
	clear: both;
	width: 140px;
	margin-bottom: 5px;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	padding: 3px 8px;
	background-color: #005d81;
	border: 3px solid #0080b4;
}

.submitbutton:hover {
	color: yellow;
	cursor: pointer;
}


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

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