/* The following code forces a vertical scroll bar to stop page shifts on short pages */
html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#434343;
}

.mastheadprint {
	display:none;
}

:focus {outline: 0;}

td {
	font-size:12px;
	color:#52463A;
}



/*-------------------------*/

/*Navigation Styles */
.navbg {
	background-image:url(../images/nav/repeat_home.gif);
	background-repeat:repeat-x;
	height:66px;
	}

/*-------------------------*/

ul#topnav {
	list-style:none;
	margin:0 auto;
	padding:0 0 0 20px;
	width:1000px;
	height:66px;
}

ul#topnav li {
	float:left;	
	margin:0;
	padding:0;
	height:66px;
}

ul#topnav li a {
	margin:0;
	padding:0;
	height:66px;
}

a {
	color:#52463A;
}

/*Masthead Styles */
.mastheadbg {
	background-image:url(../images/common/masthead-bg.gif);
	}
.mastheadcopy {
	color:#9a9a9a;
	font-size:13px;
	}

.body-copy {
	font-size:15px;
	line-height:1.3;
	t//ext-align: justify;
	}

.italic {
	font-style: italic;
}


.page-title {
	font-size:60px;
	color:#443720;
	line-height:70px;
	font-weight:bold;
	padding-left:10px;
}

.page-title-2 {
	font-size:36px;
	color:#443720;
	font-weight:normal;
	margin:20px;
}

.page-subtitle, .page-subtitle-normal {
	font-size:22px;
	color:#443720;
	line-height:22px;
	font-weight:bold;
}

.page-subtitle-normal {
	font-size:24px;
	font-weight:normal;
}

.site-centre{
	background-image:url(../images/Background_01.gif);
	background-repeat:repeat-x;
	background-color:#f8f7f3;
	}

.subsite-centre{
	background-image:url(../images/common/subpage-bg.jpg);
	background-repeat:repeat-x;
	background-color:#f8f7f3;
	height:79px;
	}

.subsite-bg {
	background-color:#ebe7de;
	}

.footer, .footer a{
	font-size:15px;
	font-weight:100;
	color:#767676;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

div.subsite {
	background-color:#EBE7DE;
	color:#52463A;
	}

div.subsitecentre {
	background-color:#f8f7f3;
	height:430px;
	bo//rder-bottom:1px dashed #C1BCB3;
	background:url(../images/common/subsite_bg.jpg) top left repeat-x;
	}

div.subsitecontent{
	width:1000px;
	margin:0 auto;
	}

div.pagetitle {
	font-size:36px;
	color:#443720;
	font-weight:normal;
	padding:20px 0;
	margin:0 30px;
	position:relative;
	z-index:1000;
	top:-420px;
	left:5px;
}
td.pagetitle {
	font-size:36px;
	color:#443720;
	font-weight:normal;
}

strong.leftpad {
	padding-left:12px;	
}

div#headerimagewrap {
	background:url(../images/common/header_image_bg.jpg) top left no-repeat;
	height:337px;
	position:relative;
	top:-7px;
}

div.subsitebodycontentwrap {
	background:url(../images/common/subsite_content_bg.jpg) top left no-repeat;
}

div.subsitebodycontent {
	width:570px;
	float:left;
	margin:40px 0 40px 30px;
}

div.subsitebodycontent h3 {
	font-size:22px;
	margin:0 0 10px 0;
	padding:0;
}

div.subsitebodysidebar {
	width:345px;
	float:right;
	margin:70px 0;
}

/* side bar style */
div.sidebartop {
	background:url(../images/common/side_panel_top.gif) top left no-repeat;
	height:59px;
}

div.sidebarmiddle {
	background:url(../images/common/side_panel_bg.gif) top left repeat-y;

}

div.sidebarbottom {
	background:url(../images/common/side_panel_bottom.jpg) bottom left no-repeat;
}

div.sidebartext {
	margin: 0;
	padding: 0 0 1em 3px;
	font-size:13px;
	width:322px;
}

div.sidebartext div {
	border-bottom:1px solid #E3E0DA;
	padding: 0 0 0.5em 20px;
	font-size:13px;

}

ul.navlist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.navlist li {
	display: block;
	margin: 0;
	padding: 0;
}

ul.navlist li a {
	display: block;
	width: 100%;
	padding: 5px 0 5px 45px;
	border-bottom:1px solid #E3E0DA;
	border-top: 1px solid #FFFEFD;
	text-decoration: none;
	background: url(../images/common/side_panel_arrow.gif) no-repeat ;
	color:#52463A;
}

ul.navlist li a.last {
	display: block;
	width: 100%;
	padding: 0px;
	border-bottom:0px solid #E3E0DA;
	text-decoration: none;
}

.sidebartext>ul.navlist li a { width: auto; }

ul.navlist li a:hover, ul.navlist li.active a:hover {
	background: #E8E3D9 url(../images/common/side_panel_arrow.gif) no-repeat;
}

ul.navlist li a.homepage {
	border-top:0px;
}




ul.navlistnews {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.navlistnews li {
	display: block;
	margin: 0;
	padding: 0;
}

ul.navlistnews li a {
	display: block;
	width: 302px;
	margin:0 5px;
	padding: 7px 0 7px 20px;
	border-bottom:1px solid #E3E0DA;
	border-top: 1px solid #FFFEFD;
	text-decoration: none;
	background: url(none) no-repeat ;
	color:#52463A;
}

ul.navlistnews li a.last {
	display: block;
	width: 100%;
	padding: 0px;
	border-bottom:0px solid #E3E0DA;
	text-decoration: none;
}

.sidebartext>ul.navlistnews li a { width: auto; }

ul.navlistnews li a:hover, ul.navlistnews li.active a:hover {
	backg//round: #E8E3D9 url(none) no-repeat;
}

ul.navlistnews li a.homepage {
	border-top:0px;
}


/*-------------------------*/

/*Home Page Newsletter Form Styles */
.form {
	font-size:12px;
	color:#52463A;
	background-color:#f5f3ee;
	border-color:#8C8C8C;
	border-style:solid;
	border-width:1px;
	}

.subscribe
{
    background: url(../images/subscribe-up.png) no-repeat;
    height: 27px;
    width: 82px;
    border: none;
	color:#FFFFFF;
	font-size:10px;
}

.subscribe:hover
{
    background: url(../images/subscribe-over.png) no-repeat;
	height: 27px;
    width: 82px;
    border: none;
	color:#FFFFFF;
	cursor:pointer;
}

.learnmore
{
    background: url(../images/learn-more-up.png) no-repeat;
    height: 27px;
    width: 100px;
    border: none;
	color:#000000;
	font-size:10px;
}

.learnmore:hover
{
    background: url(../images/learn-more-over.png) no-repeat;
	height: 27px;
    width: 100px;
    border: none;
	color:#000000;
	cursor:pointer;
}

.readmore {
	margin:10px 0;
	font-size:13px;
	font-weight:bold;
}

div.newsfooterlinks {
	border-top:1px dashed #52463A;
	border-bottom:1px dashed #52463A;
	margin:20px 0 0 0;
	padding:1px 0;
}

div.newsfooterlinks div {
	background-color: #DCD7CB;
	padding:4px 0 0 5px;
	font-size:13px;
}

div.newsfooterlinks div div {
	padding-right:15px;
}

div.newsfooterlinks div div a {
	text-decoration:none;
}
/*-------------------------*/


ul.insidelist li {
	list-style:none;
	mar//gin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	background:url(../images/common/dash.gif) top left no-repeat;
}

table.fancytable {
	background-color:#f6f4f0;
}

table.fancytable tr td {
color:#2a2213;
padding:10px;
margin:2px;
font-size:15px;
}

div.listbox {
background-color:#d3ccbd;padding:7px 30px;color:#2a2213;
}