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

* {
	margin: 0px;
	padding: 0px;
}
:focus { outline: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #434345;
	background-image: url(/resources/images/site/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-size:62.5%;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #FFFFFF;
	line-height: 1.3em;
}
a { text-decoration: none; color:#ffffff; }
a:hover { text-decoration: underline; }
.relative_content { position: relative; }
#centered_column {
	background-color: #2c2a2c;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#this_row {
	line-height:1.5em;
	font-size:1.2em;
}
#this_row {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header_row { height: 140px; }
#header_row #logo {
	left: 35px;
	top: 23px;
	position: absolute;
}
#header_row h1 {
	font-size: 1.8em;
	color: #FFFFFF;
	left: 614px;
	top: 58px;
	position: absolute;
	font-weight: normal;
}
table {
	margin-bottom:25px;
	border: 1px solid #7bc143;
}
h3 {
	font-size: 1.3em;
	color: #7bc143;
	font-weight: normal;
}
form input,
form textarea {
	padding:1px;
	font-size: 1.2em;
	border: 2px double #999999;
	background-color: #F2F2F2;
	color: #333333;
}
input.submit {
	border: 3px double #999999;
	background-color: #FFFFFF;
	padding:4px;
	color: #333333;
	font-size: 1.2em;
}
input.submit:active { border: 1px double #CCCCCC; }
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #FFFFFF;
}
.curved_box {
	width: 298px;
	margin-bottom: 25px;
}
.curved_box .top,
.curved_box .bottom { height: 6px; }
.curved_box table { border:none; margin-bottom:0; }

.curvy_p {
	color:#E6E8E9;
}

.curvy_padding {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.curved_body {
	background-image: url(../images/education/curved_back.gif);
	background-repeat: repeat-y;
}
.leftcol {
	float:left;
	width: 400px;
	margin-bottom:20px;
}
.leftcol p {
	margin-bottom:10px;
}
.rightcol {
	float:right;
}
.sectionbox {
	border-bottom: 1px solid #7bc143;
	margin-top:20px;
}
