html { 
    height: 100%;
}

body { 
    font: normal 1em 'trebuchet ms', arial, sans-serif;
    background: #F4F4EE;
    color: #5D5D5D;
    margin: 0;
}


.left {
    float: left;
    width: auto;
}

.right { 
    float: right; 
    width: auto;
}

.center {
    display: block;
    text-align: center;
    margin: 0 auto;
}

a {
    color:#015A9E;
	text-decoration: none;
}

a:hover {
	color: #BE2E2A;
	text-decoration: underline;
}

#main, #logo, #menubar, #content_header, #site_content, #content_footer, #footer {
    margin-left: auto; 
    margin-right: auto;
}

#header {
    background: #BE2E2A;
    margin-bottom: 0.5em;
    height: 100px;
}

#logo { 
	width: 878px;
    position: relative;
}

#logo h1, #logo h2 {
    margin: 0 0 0 9px;
    padding-top: 25px;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover  {
    color: #FFF;
}

#content_header, #content_footer {
    width: 940px;
    background: url(../images/content_header.png) no-repeat;
    height: 14px;
}

#content_footer {
    background: url(../images/content_footer.png) no-repeat;
}

#site_content {
    width: 878px;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 0 20px 20px 40px;
    background: #FFF;
    border-left: 1px solid #ECECE0;
    border-right: 1px solid #ECECE0;
} 

#student_search {
    float: right;
    width: 330px;
    padding: 0 15px 20px 15px;
}

#student_search p {
    margin: 0px;
}

#id_search_results {
	position: absolute;
	overflow: auto;
	width:330px;
	max-height: 200px;
	background-color: white;
	z-index: 100;
	font-size: smaller;
	border: black solid 1px;
}

#id_search_results ul {
	margin: 0px;
	padding: 0px;
}

#id_search_results li {
	list-style: none;
}

#content {
    text-align: left;
    padding: 0;
}

#footer {
    width: 916px;
    font: normal 90% sans-serif;
    text-align: center; 
    background: transparent;
    color: #333;
    text-transform: uppercase;
}

#footer a, #footer a:hover {
    color: #888;
    text-decoration: none;
}

#footer a:hover {
    color: #333;
}

th {
	text-align: left;
	background: #D1BDAD;
}

table {
	text-align: left;
	width: 100%;
	overflow: auto;
	border-collapse: separate;
	border-spacing: 2px;
}

tr {
	background: #EFEFEF;
}

td {
	text-align: left;
	overflow: auto;
}

.warn {
	color: red;
}

.errorlist {
	color: red;
	list-style: none;
}

form ul.errorlist {
	padding: 0px;
	margin: 0px;
}

.fieldWrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}
