/* CSS Document */
body {
   background: white;
   font-size: 12pt;
   }

.roundcont {
	position: absolute;
	left: 10px;
	top: 5px;
	right: 5px;
	width: 99%;
	background-color: #0C3561;
	color: #fff;
}


.roundcont p {
	margin: 0 10px;
	font-family: Tahoma;
	font-size: xx-large;
	font-weight: bold;
	background: url(images/Image1.jpg);
}

.roundtop {
	background: url(images/m_right.gif) no-repeat top right;

}

.roundbottom {
	background: url(images/m_bright.gif) no-repeat top right;

}

.roundcont2{
	background-color: #0C3561;
	color: #fff;
	position: absolute;
	left: 10px;
	top: 102px;
	width: 30%;

}

.roundcont2 p {
	margin: 0 20px;
	font-family: Tahoma;
	font: icon;
	display: none;
}

.roundtop2 {
	background: url(images/m_right.gif) no-repeat top right;
}

.roundbottom2 {
	background: url(images/m_bright.gif) no-repeat top right;
}

.roundcont3 {
	background-color: #96b3e6;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 102px;
	width: 100%;
}

.roundcont3 p {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;

}

.roundtop3 {
	background: url(images/nav_right.gif) no-repeat top right;
}

.roundbottom3 {
	background: url(images/nav_bright.gif) no-repeat top right;
}

.roundcont_footer {
	position: absolute;
	width: 99%;
	left: 10px;
	top: 516px; 
	background-color: #0C3561;
	color: #fff;
}


.roundcont_footer p {
	margin: 0 10px;
	text-align: center;
	font-family: Tahoma;
	font-size: xx-small;
	font-weight: lighter;
	display: none !important;
}

.roundtop_footer {
	background: url(images/m_right.gif) no-repeat top right;
}

.roundbottom_footer {
	background: url(images/m_bright.gif) no-repeat top right;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: none !important;
}

img.left {
	display: none !important;
}

img.latestnews {
	display: none !important;
}



