@font-face {
    font-family: PF Beau Sans;
    font-style:  normal;
    font-weight: normal;
    src: url(PFBeauSansProBbook.TTF);
}

h1{
	color: #58585a;
	font-size: 18px;
}

h2{
	color: #58585a;
	font-size: 16px;
}
h3{
	font-size: 18px;
	font-weight:bold;
	color:#000;
}
h4{
	font-size:13px;
	color:#06c;
}
body{
	margin:0 auto;
	width:960px;
	/* font-family: "PF BeauSans Pro Light","BeauSans Pro Light", "BeauSans Pro", arial; */
	font-family: arial;
	background-image:url(../images/bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:justify;
}

img{
	border:none;
	margin:0;
	padding:0;
}

#header{
	background-image:url("../images/header.png");
	height:295px;
	display:block;
}

#containter > table{
	width:100%;
	margin:28px 0;
}

/*
#subTitleMarquee {
	position:relative;
	background-image:url("../images/header-cnt.png");
	width: 100%;
	height:35px;
	padding:0;
	margin:0;
	text-align:center;
	color:#666666;
	font-family:PF Beau Sans;
	font-size:22px;
}
*/

#subTitleMarquee {
	position:relative;
	background-image:url("../images/header.png");
	width: 100%;
	height:295px;
	padding:0;
	margin:0;
	text-align:center;
	color:#666666;
	font-family:PF Beau Sans;
	font-size:22px;
}

	#mMarquee {
		margin-top:230px;
	}

#left, #main{
	border-right: 1px solid #d3cfca;
	border-top:none;
}

#left, #right{
	width:165px;
	border-top:none;
}

#left, #main, #right{
	vertical-align:top;
}

.menu a{
	display:block;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	color:#515355;
	font-size:10px;
	padding:8px 16px 8px 5px;
}

.menu p{
	display:block;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	color:#515355;
	font-size:10px;
	padding:8px 16px 8px 5px;
}

.menu a:hover{
	background-color:#ffc20e;
	color:#303132;
}

.menu p:hover{
	background-color:#ffc20e;
	color:#303132;
}

.logo_small{
	display:block;
	background-image:url("../images/logo_small.png");
	height:84px;
	background-position: center center;
	background-repeat:no-repeat;
	padding:17px 0;
}

.box {
	border-top: 10px solid #c9c5bf;
	border-bottom: 10px solid #c9c5bf;
	padding:12px 12px 12px 6px;
	padding-right:15px;
	font-size:10px;
	color:#58585a;
}

.box a{
	text-decoration: none;
	color:#58585a;
}

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

.boxCounter {
	/* 
	border-top: 10px solid #c9c5bf;
	border-bottom: 10px solid #c9c5bf;
	*/
	padding:12px 12px 12px 6px;
	padding-right:15px;
	font-size:10px;
	color:#58585a;
	text-align:center;
}

.boxCounter a {
	color:#aaa;
	text-decoration:none;
}

#main{
	background-image:url("../images/swirls.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0px 24px;
	font-size: 14px;
	color:#242424;	
}

#main a{
	color:black;
	text-decoration: none;
}

#main a:hover{
	text-decoration: underline;
}

.box.collaboration{
	padding:11px 0;
	text-align:center;
}

.box.collaboration a{
	text-align:left;
	vertical-align: middle;
	display:block;
	margin:15px 16px;
}

.box.collaboration a img{
	border:none;
	float:right;
}

.footerHome{
	padding-top:50px;
	width:700;
	height:284px;
	margin-left:-24px;
	margin-right:-24px;
	background-image:url("../images/footerHome.png");
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	font-size:10px;
	color:#666;
}
.footerPages{
	padding-top:50px;
	width:700;
	height:100px;
	margin-left:-24px;
	margin-right:-24px;
	background-image:url("../images/footerPages.png");
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	font-size:10px;
	color:#666;
	vertical-align:bottom;
}



P {
	text-align:justify;
}

.docImg {
	padding: 20px;

}

.tableHeader {
	font-size:11px;
	color:#666;	
	border:none; !important
}
TD {
	font-size:12px;
	color:#000;
	border-top:1px solid #ddd;
}

HR {

	height: 1px;
	border:none;
	background-color:#ddd;
}

#optional-social-events{
	border:none;
	margin-left:30px;
	margin-right:30px;

}



/* ======== MENU ACCORDION ========= */

.menu_list {
	width: 170px;
}
.menu_head, .menu_head_upd {
	padding: 5px 10px;
	/*cursor: pointer;*/
	position: relative;
	margin:1px;
       font-weight:bold;
       background: #fff;
}
.menu_head_upd {
	/* background:url(../images/updated.png) no-repeat right;*/
}

.menu_body {
	display:none;
}
.menu_body a {
  display:block;
  color:#000;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover {
  color: #000;
  text-decoration:none;
}