@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#1e3652;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	text-align:left;
	position:relative;
	height:100%;
	}
#HeaderRow1{
	background-image:url(images/header_brown_background.jpg);
	background-repeat:repeat-x;
	height:263px;
}
#menuBackground{
	background-image:url(images/menu_background.jpg);
	background-repeat:repeat-x;
	height:61px;
}
#menuTable {
	height:61px;
	background-color:#7f6d52;
}
#mainBackground{
	background-image:url(images/main_background.jpg);
	background-repeat:repeat-x;
}
#mainTable{
	width:1000px;
	background-color:#FFF;
}
#footerBackground{
	background-image:url(images/footer_background.jpg);
	background-color:#1b2537;
	background-repeat:repeat-x;

}
#rightBarBack {
	background-image:url(images/right_bar_back.jpg);
	background-repeat:repeat-y;
	width:252px;
}
#menuDivider {
	background-image:url(images/menu_divider.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:7px;
	background-position:center;
	background-color:#e6dfd4;
}
.title1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#2e4366;
	font-style:normal;
	font-weight:bold;
}
.subTitle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#882e2e;
	font-style:normal;
	font-weight:bold;
}
.bodyCopy {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:16px;
}
.bodyCopyHighlight {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#2e4366;
	line-height:16px;
}
a.highlighLink:link, a.highlighLink:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 18px;
	font-weight:normal;
	text-decoration:none;
	color:#882e2e;
	text-align:left;
}
a.highlighLink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 18px;
	font-weight:normal;
	text-decoration:underline;
	color:#882e2e;
	text-align:left;
}
.sidebarTitle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#2e4366;
	text-decoration:underline;
	line-height:30px;
}
.sidebarBodyCopy {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	line-height:16px;
}
a.sidebarBodyCopy:link, a.sidebarBodyCopy:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#882e2e;
	line-height:16px;
	text-decoration:none;
}
a.sidebarBodyCopy:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#882e2e;
	line-height:16px;
	text-decoration:underline;
}

.sidebarBodyCopyBlue {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2e4366;
	line-height:16px;
}
.footerBodyCopy{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#6d84ab;
	font-style:normal;
	text-align:left;
}
a.footerBodyCopy:link, a.footerBodyCopy:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 15px;
	font-weight:normal;
	text-decoration:none;
	color:#6d84ab;
	text-align:left;
}
a.footerBodyCopy:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 15px;
	font-weight:normal;
	text-decoration:underline;
	color:#ffffff;
	text-align:left;
}
