body
{
     background: #143F61;
    color: #000;
    font-family: arial, sans-serif;
    font-size: 13px;
    margin: 15px auto;
    text-align: center;
}

a
{
    background: transparent;
    color: #5F0200;
    text-decoration: underline;
}

a:hover
{
    background: transparent;
    color: #000;
    text-decoration: underline;
}

h1
{
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
    padding: 0 10px 0 0;
}

h2,
#pageContent form h1
{
    color: #143F61;
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 10px 0 10px 0;
}

h3
{
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 0;
}

img
{
	border: none;
}

#pageContainer
{
    border: 3px solid #80764D;
    margin: 0 auto;
    width: 775px;
}

#pageTop
{
    color: #000;
    height: 200px; 
    margin: 0 auto;
    text-align: center;
}

#pageEmailLink
{
	position:absolute;
	top:185px; 
	left:480px;
	height:20px;
	width:270px;
/*	border: medium dotted; */
}
#pageTop h1
{
    padding-top: 65px;
    text-align: right;
}

#pageTop .address
{
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
}

ul.navigation
{
/*    background: #F2F7F9;*/
    background: #E7E3DE;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

ul.navigation li
{
    border-right: 1px solid #123F90;
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0 9px 0 6px;
}

ul.navigation li.last
{
    border: none;
}

ul.navigation li a
{
    background: transparent;
    color: #123F90;
    text-decoration: underline;
}

ul.navigation li a:hover
{
    background: transparent;
    color: #80764D;
    text-decoration: none;
}

ul.navigation li.breadCrumbNav
{
	border-right-style:dashed;
}

#pageContent
{
/*    background: #F2F7F9; */
    background: #E7E3DE;
    color: #000;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}

/* guatemala start */
#pageContent #guatemala
{
	background: #ffffff;
	padding: 5px 0 5px 5px;
}

#pageContent #guatemala .guatemalaBody
{
	padding: 0 0 0 35px;
    border-bottom: 10px solid #8F8F8F;
	width: 690px;
}

#pageContent #guatemala .guatemalaImages
{
	margin: 0 0 0 30px;
}

#pageContent #guatemala .guatemalaText
{
	padding: 5px 5px 5px 5px;
}

/* guatemala end */

#pageContent p
{
    line-height: 1.4;
    margin: 8px 0 6px 0;
}

#pageBottom
{
/*    background: #133F90;*/
    background: #143F61;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

#pageBottom ul
{
    background: transparent;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
}

#pageBottom ul li
{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0 6px;
}

#pageBottom a
{
    background: transparent;
    color: white;
    text-decoration: underline;
}

#pageBottom a:hover
{
    background: transparent;
    color: #80764D;
    text-decoration: none;
}

#pageBottom .branding
{
    font-size: 9pt;
}

.imgRight
{
    float: right;
    padding: 5px;
}

.imgLeft
{
    float: left;
    padding: 5px;
}

form ul.errors
{
    color: #CE0000;
    background-color: #FFCFCE;
    padding: 4px 4px 4px 2em;
    margin-top: 0;
    border: 1px solid #CE0000;
}

form ul.errors li
{
    padding-top: 0.25em;
}

form ul.errors li:first-child
{
    padding-top: 0;
}

.print
{
	position:absolute;
	top:285px;
	left:775px;
}
.printSchedule
{
	position:absolute;
	top:230px;
	left:675px;
}

.hidden
{
    display: none;
}