body{
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-color: #F4EFDC;
	color: #333333;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 18px;
	margin:5px 0px 0px 0px;
	padding:0px;
}

a:link, a:visited
{
    color:#5D8CBA;
    text-decoration:none;
}

a:link:hover, a:visited:hover
{
    color:#7EA8CE;
    text-decoration:underline;
}

.menu a:link, .menu a:visited, menu a:link:hover, .menu a:visited:hover
{
    text-decoration:none;
}


.divPageWrapper
{
	width: 819px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image:none;
	border: solid 1px #DFE1CC;	
	padding:0px;
}

.divheader{
height:126px;
width: 819px;
color:#F8981D;
font-size:10pt;
font-weight:bold;
text-align:right;
background-color: #FFFFFF;
}
.divHeaderLeft
{
    
    float:left;
}
.divHeaderLogo
{
    padding:20px 0px 0px 21px;
    width:228px;
}
.divHeaderLogo a
{
    text-decoration:none;
}
.divHeaderLogo img
{
    border:0px;
}
.divHeaderRight
{
    float:right;
}

.divHeaderContactInfo
{
width:550px;
height:80px;
padding:0px 20px 0px 0px;
*height:70px;
*padding:10px 20px 0px 0px;
text-align:right;
overflow:hidden;
color:#5D8CBA;
font-size:10px;
}
.divSearchControls
{
    height:31px;
    overflow:hidden;
    padding:15px 20px 0px 0px;
}
.search_text_box
{
    vertical-align:middle;
    padding:0px 0px 0px 0px;
    height:17px;
}
.search_button
{
    vertical-align:middle;
    padding:0px 0px 0px 0px;
}
.divTopDivider
{
width:817px;
height:26px;
border-left:solid 1px #ffffff;
border-right:solid 1px #ffffff;
background-color:#E3DCB7;
}

.divMiddleWrapper
{
    width:817px;
}
.divMenuWrapper
{
    float:left;
    height:100%;
    width:150px;
    padding:20px 0px 20px 20px;
    margin:0px 0px 0px 0px;
}

.content
{
float:right;
width:589px;
background-color: #FFFFFF;
text-align:left;
padding:30px 30px 30px 0px;
margin:0px 0px 0px 0px;
}

.divPageBottom
{
    width: 819px;
	margin: 0 auto;
	padding:5px 0px 0px 0px;
	color:#5D8CBA;
	font-size:11px;
}
.divPageBottomCopyright
{
    width: 300px;
	float: left;
}
.divPageBottomCopyright img
{
    padding:0px 0px 0px 10px;
    border:0px;
}
.divPageBottomLinks
{
	text-align:right;
	float:right;
	width:519px;
	
}

.divClear
{
    clear:both;
}

/*Classes not used on the master page but common to all pages*/
.divPageTitle
{
    font-size:18px;
    color:#C59945;
}
hr
{
    border:0;
	color:#E0E0D6;
	background-color:#E0E0D6;
	height:1px;
}
.divTopDividerFade
{
    border:solid 1px #ffffff;
    background-image:url(../images/TopDividerFade.png);
	background-repeat:repeat-x;
}
