﻿html {
	text-align: center;
	font-family: Verdana, Arial, helvetica;
	font-size: 62.5%;
	background-color: #CCCCCC; 
}

body {
	background-color: #ffffff;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
	width: 760px;
	margin: auto;
}

a:link {
	color: #990000;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #ffffff;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0.5em 0 1em;
}

p {
	margin: 0.5em 0 1em;
}

.error {
	color: #ff0000;
}

div#container {
	border-bottom: 3px solid #000000;
}

div#header {
	padding: 1em;
	border-bottom: 3px solid #000000;
}

div#main {
	border-left: 150px solid #990000;
	padding: 1em;
	background-color: #c7bca6;
}

form fieldset {
	border-top: 1px solid #990000;
	margin: 0.5em 0 1em;
}

form legend {
	color: #990000;
	font-weight: bold;
	padding: 0 2px;
	margin: 0 -7px;
}

form fieldset ol li {
	padding: 0.5em;
	border-bottom: 1px solid #B7AC96;
	clear: both;
}

form fieldset ol li label, form fieldset ol li .label {
	float: left;
	display: inline;
	width: 200px;
}

form fieldset ol li span {
	float: left;
}

form fieldset ol li li {
	border: none;
	padding: 0;
}

form fieldset ol li span label {
	float: none;
	width: auto;
}

form fieldset ol li label.addl_input {
	float: none;
	width: auto;
}

form li textarea {
	width: 80%;
	height: 9em;
}

form fieldset fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

table {
	border: 1px solid #B7AC96;
}

td, th {
	border-bottom: 1px solid #B7AC96;
	padding: 0.2em 0.4em;
}

th, thead td {
	font-weight: bold;
	background-color: #990000;
	color: #ffffff;
}

form fieldset table tr td label {
	width: auto;
	float: none;
}

fieldset#fldHighSchool fieldset legend, fieldset#fldCollege fieldset legend {
	color: #000000;
	font-weight: normal;
}

input#txtHighSchoolSearch, input#txtCollegeSearch {
	width: 15em;
}

input#txtComments {
	width: 25em;
}



/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
