.box {
	margin-top: 2px;
	margin-bottom: 10px;
	border: 1px solid #229ace;
	padding: 10px;
	font-size: 9pt;
}

.box h2 {
        color: #229ace;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 9pt;
}

.leftContent .box h2, .rightContent .box h2 {
	background-color: #229ace;
	color: #FFF;
	padding: 5px 10px;
	margin: -10px -10px 5px -10px;
	text-transform: uppercase;
	font-size: 9pt;
}

.box p a {
	text-align: right;
	background-image: url(../img/menu/sidemenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 6px;
	margin-left: auto;
	color: #FF8040;
	text-decoration: underline;
	font-weight: bold;
}

.box p a:hover {
	color: #303060;
	font-weight: bold;
}

.box ul li {
	padding-left: 10px;
	color: #FF8040;
	margin-bottom: 10px;
}

.box ul li a {
	display: block;
	text-decoration: underline !important;
	color: #303060 !important;
	font-weight: bold !important;
	background-image: url(../img/menu/sidemenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: -5px;
	padding-left: 5px;
}

.box ul li a:hover {
	color: #FF8040 !important;
	background-image: url(../img/menu/sidemenu_hover.gif);
	font-weight: bold;
}

.box ul li p {
	color: #229ACE;
}

.box ol li {
	padding-left: 0px;
	color: #FF8040;
}

.box ol li p {
	color: #229ACE;
	display: inline;
}

.box hr {
	background-color:#229ACE;
	border:0 none;
	color:#229ACE;
	height: 1px;
}

.box p {
	color: #229ACE;
}

.box label {
	display: block;
}

.box input[type=text] {
	width: 100%;
}

.box button {
	float: right;
	clear: both;
}



/*
.box a:visited {
	color: #F00;
}

.box a:visited:hover {
	color: #FF8040;
	
}
*/
/********** IE bugs fix ****/

ul.relatedLinks, ul.relatedLinks li {
	width:170px;
	
}
ul.relatedLinks {
	margin-top:20px;
}
ul.relatedLinks li{
	display:block;
	padding-bottom:10px;
	margin-bottom:0;
}

/***   contact box ***/
.contactbox {
	border: 1px solid #FF8040;
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 2px;
    padding: 10px;
    overflow:auto;
    background: #fff;
}
.contactbox h2{
	text-align:center;
	padding-bottom:5px;
}
	
.pg-banner-sidemenu {
	background-color: #feba12;
	border: 1px solid #e2a610;
	color: #0b2236;
	font-size: 11pt;
	font-weight: 600;
	text-align: center;
	padding: 8px;
	margin-bottom: 10px;
  }
  
  a.pg-link {
	color: #0b2236;
	text-decoration: none;
  }

  a.pg-link:hover {
	text-decoration: underline;
  }