/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
}

div.bodyBoarder{
margin:0 auto;
border:1px solid #E0CEC0;
width:975px;
padding:8px;
margin-top:10px;
}

div.topBar{
width:100%;
height:29px;
background:url(../images/topBarBg3.jpg) repeat-x;
}

div.nav{
margin:0 auto;
width:100%;
background:url(../images/navRepeat.jpg) repeat-x;
text-align:center;
}

div.navUnder{
margin:0 auto;
width:958px;
}

div.banner{
width:958px;
margin:0 auto;
text-align:center;
}

div.body{
margin:0 auto;
width:929px;
padding:10px;
padding-right:24px;
margin-left:14px;
}

div.content{
border:#BFB2A9 solid 1px;
background:url(../images/contentBg.jpg) repeat-x;
width:680px;
padding:10px;
font-size:14px;
margin-bottom:120px;
}

div.contentSub{
border:#BFB2A9 solid 1px;
background:url(../images/contentBg.jpg) repeat-x;
width:908px;
padding:10px;
font-size:14px;
margin:0 auto;
}

div.footer{
margin:0 auto;
color:#6E3824;
font-weight:bold;
text-align:center;
margin-top:10px;
margin-bottom:10px;
}

div.footerHolder{
margin:0 auto;
color:#6E3824;
font-weight:bold;
text-align:center;
width:980px;
}

div.footerLeft{
float:left;
margin-top:20px;
}

div.footerRight{
float:right;
margin-top:20px;
}


span.tagline{
color:#3F58A9;
font-size:24px;
}

/*Home Page Styles*/
div.homeRightTop{
float:right;
width:205px;
}

div.homeRightBottom{
float:right;
width:205px;
clear:right;
margin-top:10px;
}

div.homeRightBottom2{
text-align:center;
width:220px;
margin-top:10px;
clear:right;
}

.rightside
{
	float:right;
	width:220px;}
	
/*End Styles*/

.generalHeading{
color:#9E6633;
font-size:22px;
font-weight:bold;
}

.subHeading{
color:#9E6633;
font-size:14px;
font-weight:bold;
}

a.bottom, a.bottom:active, a.bottom:link, a.bottom:visited {
color:#6E3824;
text-decoration:none;
}

a.bottom:hover {
color:#6E3824;
text-decoration:underline;
}

.red{
	color:#F00;
}

.smart
{
	margin-left:20px;}
