/* CSS Document */

/* ---------- Page Structure ---------- */
html, body {
}
body {
	text-align: center;
	background-color: #fdf5eb;
	background-image: url(page_bg.gif);
	background-repeat: no-repeat; 
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
h1 {
	color: #574134;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 30pt;
	padding-top: 30px;
	padding-bottom: 30px;	
}
#intro_box {
	max-width: 760px;
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
}
#intro_box P {
	text-align: left;
	color: #574134;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	line-height: 18pt;
}
#intro_box a:link, #intro_box a:visited {
	text-decoration: none;
	color: #574134;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	line-height: 18pt;
}
#intro_box a:hover {
	position: relative;
	text-decoration: none;
	color: #8d0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	font-style: normal;
}
#inst_row {
	text-align: center;
}
#inst_box {
	width: 400px;
	height: 450px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #c6b59f;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	display: inline-block;
}
#box_content {
	width: 100%;
	height: 400px;
	float: left;
}
#box_content H2 {
	color: #574134;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20pt;
	line-height: 18pt;
}
#box_content P {
	text-align: left;
	color: #574134;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	line-height: 18pt;
}
#box_content a:link, #box_content a:visited {
	text-decoration: none;
	color: #574134;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	line-height: 18pt;
}
#box_content a:hover {
	position: relative;
	text-decoration: none;
	color: #8d0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	font-style: normal;
}
#button {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
}
#button a:link, #button a:visited {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
}
.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #574134;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #8d0000;
  text-decoration: none;
}
#footer_row {
	width: 100%;
	float: left;
}
#footer {
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px;
	border-top-color: #c6b59f;
	border-top-style:solid;
	display: inline-block;
}
#footer P {
	text-align: center;
	color: #574134;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	line-height: 18pt;
}