@charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
a {
	text-decoration: none;
	color: #900;
}
p {
	margin-bottom: 13px;
	font-size: 11pt;
	line-height: 14pt;
	text-align: justify;
}

h1 {
	color: #213672;
	font-size: 18pt;
	font-weight: normal;
}
h2 {
	color: #c4161c;
	font-weight: normal;
	font-size: 16pt;
}
h3 {
	color: #496DCB;
	font-size: 13pt;
	font-weight: bold;
}
ol {
	margin-left: 30px;
	font-size: 11pt;
}
ol li {
	margin-bottom: 10px;
}

.clr {
	clear: both;
}
.layoutBox {
	width: 1250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.layoutBox .headerBox {
	min-height: 100px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 0px;
}
.layoutBox .headerBox .headAdvertisementSmall {
	height: 80px;
	width: 242px;
	float: left;
	margin-right: 5px;
}
.layoutBox .headerBox .headAdvertisementLarge {
	float: left;
	margin-right: 5px;
}

.layoutBox .headerBox .logo {
	float: left;
	width: 390px;
	margin-top: 5px;
}
.weatherWidget {
	height:90px;
	width: 490px;
	overflow:hidden;
	float: right;
	text-align: left;
	font-size: 9pt;
}
.weatherWidget a {
	font-size: 10pt;
}

.weatherWidget img {
	display: none;
}
.weatherWidget p {
	font-size: 9pt;
}


.layoutBox .menuBox {
	background-color: #223774;
	height: 30px;
	background-image: url(images/menuGradient.jpg);
	background-repeat: repeat;
}
.layoutBox .menuBox ul {
	list-style-type: none;
}
.layoutBox .menuBox ul li {
	float: left;
}
.layoutBox .menuBox ul li a {
	color: #FFF;
	display: block;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	font-size: 10pt;
	font-weight: bold;
}
.layoutBox .contentBox-small {
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.layoutBox .contentBox {
	margin-top: 10px;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*ADD in */
.contentBox img {
display: block;
margin: 4px auto;
}
/*END ADD in*/
.layoutBox .contentBox .leftBox {
	float: left;
	width: 300px;/*was 160px*/
	/*margin-right: 10px;*/
	margin: 2px auto;
}
.layoutBox .contentBox .leftBox .advertisement {
	width: 300px;/*was 150px*/
	float: right;
	margin-bottom: 10px;
	text-align: center;
}
.layoutBox .contentBox .pageTextBox {
	width: 550px;/*was 400px*/
	margin-right: 10px;
	float: left;
}
/*ADD in*/
.pageTextBox h2{
text-align: center;	
}
/*END ADD in*/
.layoutBox .contentBox .rightBox {
	float: right;/*was left*/
	width: 300px;/*was 308px*/
	margin: 2px 8px 2px auto;/*Added in*/
}
.layoutBox .contentBox .rightBox .advertisement {
	width: 300px;
	margin-bottom: 10px;
}
.layoutBox .contentBox .rightBox .advertisementMedium {
	width: 300px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: center;
}
.layoutBox .footerBox {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #575757;
	color: #FFF;
	background-image: url(images/footerMenu.jpg);
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 10pt;
}.layoutBox .footerBox a {
	color: #000;
}
.dailyNews {
}
.dailyNews img {
	margin-right: 3px;
}
.dailyNews p {
	font-size: 10pt;
	line-height: 14pt;
	color: #333;
}
