/* CSS Document */

body{
margin: 10px 0px 0px 10px;
padding: 0px 0px 0px 0px;
background-color:#fff;
font-size:11px;
font-family:Arial, Helvetica, Verdana, sans-serif;
}

#wrapper{
width: 649px; /*Width of main container*/
margin: 0px 0px;
}

#header
{
border-top: 1px solid #000;
border-bottom: 1px solid #000;
margin: 0px 0px 15px 0px;
padding: 6px 0px 5px 0px;
}

#attyName
{
float:left;
margin: 0px 0px 0px 5px;
}

#grLogo
{
float:right;
margin: 4px 1px 0px 0px;
}

#bodyWrapper
{
clear:both;
margin: 0px 0px 0px 0px;
}

#leftcolumn{
float: left;
width: 135px;
margin: 0px 25px 0px 5px;
font-size: 11px;
}

#bodyContent
{
width:473px;
float:right;
font-size: 14px;
font-family: Palatino Linotype, Times New Roman;
margin: 0px 5px 0px 0px;
}

#contactInfo
{
clear:both;
width:100%;
font-size: 14px;
font-family: Palatino Linotype, Times New Roman;
margin: 15px 5px 15px 0px;
}

.officeBox
{
float:left;
width:auto;
margin: 0px 0px 0px 0px;
}

#footer{
clear:both;
font-size:9px;
font-weight: bold;
width: 100%;
color: #978879;
background-color:#ffffff;
text-align: center;
padding: 8px 0;
}

#footer a{
color: #4A0500;
text-decoration: none;
}
#footer a:hover{
color: #AD450C;
text-decoration: underline; 
}

b{font-size: 110%;}
em{font-style:italic;}

a{
color: #000000;
text-decoration: none;
}
a:hover{
color: #000000;
text-decoration: none; 
}
a:visited{
color: #000000;
}

h1{
color: #38939B;
font-weight:bold;
font-size: 22px;
letter-spacing: -.1px;
margin:0px 0px 0px 0px;
font-family: Arial;
}

h2{
color:#000000;
font-weight:bold;
font-size: 16px;
margin: 0px 0px 5px 0px;
}
#leftcolumn h2{
color:#3B6EAD;
font-weight:bold;
font-size: 12px;
margin-bottom: 5px;
text-transform:uppercase;
}
#leftcolumn h3{
color:#3B6EAD;
font-weight:bold;
font-size: 11px;
margin: 0px 0px;
}

#bodyContent h3{
color:#38939B;
font-weight:bold;
font-size: 16px;
margin: 0px 0px;
}

#contactInfo h3{
color:#38939B;
font-weight:bold;
font-size: 16px;
margin: 0px 0px 15px 0px;
}

p 
{
margin-top: 5px;
margin-bottom: 10px;
line-height: auto;
}

#leftcolumn p{
margin-top: 0px;
margin-bottom: 10px;
line-height: auto;
}

#bodyContent p{
margin-top: 0px;
margin-bottom: 13px;
line-height: 1.2em;
}


.leftTitle
{
color: #3B6EAD;
}
