@charset "utf-8";
/* CSS Document */
body{
background:#7c7468;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

div.wrapper{
margin:0 auto;
width:811px;
background:#FFFFFF;
}

div.header{
width:770px;
margin:0 auto;
}

img.logo {
	margin:45px auto 25px;
}

div.headerLeft{
float:left;
width:570px;
}

div.headerRight{
float:right;
width:200px;
text-align:right;
}

div.nav{
margin:0 auto;
clear:both;
width:770px;
}

div.banner{
width:770px;
margin:0 auto;
}

div.homeBody{
margin:0 auto;
width:770px;
padding-top:10px;
}

div.homeBoxLeft{
float:left;
width:240px;
border:solid 1px #a7a7a7;
background:url(../images/homeBoxesBG.jpg) repeat-x;
padding:5px;
margin-bottom:20px;
height:130px;
}

div.homeBoxMiddle{
width:240px;
border:solid 1px #a7a7a7;
background:url(../images/homeBoxesBG.jpg) repeat-x;
margin:0 auto;
padding:5px;
margin-bottom:20px;
height:130px;
}

div.homeBoxRight{
float:right;
width:240px;
border:solid 1px #a7a7a7;
background:url(../images/homeBoxesBG.jpg) repeat-x;
padding:5px;
margin-bottom:20px;
height:130px;
}

div.footer{
width:770px;
margin:0 auto;
margin-top:20px;
padding-bottom:10px;
}

div.footerRight{
float:right;
width:350px;
text-align:right;
margin-right:10px;
}

.homeTextTitle{
font-family:"Times New Roman", Times, serif;
font-size:26px;
font-weight:bold;
}

.homeSecTextTitle{
font-family:"Times New Roman", Times, serif;
font-size:20px;
}

.homeBoxesHeading{
font-size:16px;
font-weight:bold;
}

.homeBoxesLetterSpacing{
word-spacing:5px;
letter-spacing:1px;
}

.pageHeading{
font-size:18px;
font-weight:bold;
}

a.bottom, a.bottom:active, a.bottom:link, a.bottom:visited {
color:#000000;
text-decoration:underline;
}

a.bottom:hover {
color:#000000;
text-decoration:none;
}

.tenPXfont{
	font-size:10px;
}
