body {
	color: #00628c;
	background-color: #dff1fb;
	background-image: url(../images/pageBG.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
html, body, #wrapper, #bodyTable {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/bodyBG.gif);
}
#bodyTable {
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}
.bottom_txt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #94B7D5;
	font-weight:normal;
	padding-left: 10px;
	padding-bottom: 10px;
}
.bottom_txt a, .bottom_txt a:visited, .bottom_txt a:active {
	font-size: 9px;
	color: #94B7D5;
	text-decoration:underline;
	font-weight:normal;
}
.bottom_txt a:hover {
	color: #54B7E7;
	text-decoration:underline;
}
.title_big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #54B7E7;
	font-weight:bold;
}
.text_main {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005280;
}
.text_main a, .text_main a:visited, .text_main a:active {
	color: #005280;
	text-decoration:underline;
}
.text_main a:hover {
	color: #54B7E7;
	text-decoration: underline;
}
a {
	color: #005280;
	text-decoration:underline;
}
a:hover {
	color: #54B7E7;
	text-decoration: underline;
}
.leftnavSelected {
	font-size: 12px;
	font-weight: bold;
	color: #54B7E7;
	text-decoration: none;
}
.leftnav {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.leftnav:hover {
	font-size: 12px;
	font-weight: bold;
	color: #54B7E7;
	text-decoration: none;
}

.leftnavSubSelected {
	font-size: 12px;
	color: #54B7E7;
	text-decoration: none;
	font-weight: normal;
}
.leftnavSub {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.leftnavSub:hover {
	font-size: 12px;
	color: #54B7E7;
	text-decoration: none;
	font-weight: normal;
}
h1
{
	font-size: 14px;
}

h2
{
	font-size: 12px;
}
.news_date 
{
	font-size: 10px;
	color: #54B7E7;
}

/* -- Additional css code done by IceBlue start --*/
#bbullet 
{
	list-style-image: url(../images/bbullet.gif);
}

#bbullet li ul
{
	list-style-image: none;
	list-style: circle;
}

#bbullet .sibling
{
	list-style: disc;
}

h3
{
	font-size: 12px;
	text-decoration: underline;
}

.fr
{
	float: right;
	padding-left: 8px;
}

.fl
{
	float: left;
	padding-right: 8px;
}
/* -- Additional css code done by IceBlue stop --*/
.divbox
{
	z-index		:10;
	position	: absolute;
	left		: 50px;
	top			: 50px;
	width		: 610px;
	height		: 350px;
	background-color	: #ffffff;
	float: center;
	border		: 1px #000000 Solid;
}
.framebox
{
	z-index		:10;
	position	: relative;
	width		: 600px;
	height		: 300px;
	background-color	: #ffffff;
	border		: 0px #000000 Solid;
}