﻿body
{
    background: #717171;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 14px;
    color: White;
    margin: 0;
    padding: 0;
}
.maincontainer
{
    width: 1000px;
    margin: 10px auto 0 auto;
    background: #8f0900;
    height: auto;
    border: solid 1px black;
}
.header
{
    height: 180px;
    width: 1000px;
    background-image: url(      '../images/LMSA_Utah_header.jpg' );
    border-bottom: solid 5px #b8904a;
}
.leftnav
{
    float: left;
    width: 200px;
    height: auto;
}
.contentcontainer
{
    float: left;
    background: white;
    height: auto;
    padding: 10px 10px 10px 10px;
    width: 780px;
    color: Black;
}
.footer
{
    border-top: solid 5px #b8904a;
    clear: both;
    height: 20px;
    text-align: center;
    font-size: 10px;
    padding-top: 5px;
}
.noborder
{
    border: none;
}
h1
{
    font-size: 1.3em;
    font-weight: bold;
    font-family: Arial,Helvetica, "Trebuchet MS" ,Verdana,sans-serif;
    margin: 0 0 10px;
    padding: 12px 0 0 0;
    text-align: left;
    width: auto;
    color: #000000;
    font-size: 130%;
    letter-spacing: 0.02em;
}
h2
{
    color: #990000;
    padding: 0.5em 0 0.2em;
    font-size: .95em;
}

.pdfLink a {
	color: #fff;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.pdfLink a:hover {
	text-decoration: underline;
}


/* Navigation Menu
    Design credit goes to http://www.13styles.com/css-menus/vert-one/
 */

ul.vert-one
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    font: normal 14px Helvetica, Verdana, Arial, sans-serif;
    line-height: 165%;
    width: 200px;
}
ul.vert-one li
{
    margin: 0;
    padding: 0;
    /*border-top: 1px solid #4D0000;*/
    border-bottom: 1px solid #8c8c8c;
}
ul.vert-one li a
{
    display: block;
    text-decoration: none;
    color: #fff;
    background: #8f0900;
    padding: 0 0 0 20px;
    width: 180px;
}
ul.vert-one li a:hover
{
    background: #900 url(  '../images/vert-one_arrow.gif' ) no-repeat 0 9px;
}
ul.vert-one li a.current, ul.vert-one li a.current:hover
{
    background: #8f0900 url(  '../images/vert-one_arrow.gif' ) no-repeat 0 9px;
}


div#mestizosLogoBox {
	margin: 1em;
	float: right;
}