/* CSS Document */

BODY {
	background-color: #1c1638;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #73a8ff;
}

P, TD, {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #73a8ff;
}

/************* Background texture ***********/
.bg_left {
	background-image: url(../images/bg-left.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

.bg_right {
	background-image: url(../images/bg-right.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.bg_body {
	background-image: url(../images/bg-body.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0 17px 0 17px;
}


/************* Navigation menu **************/
.nav_menu {
	color: #a2c5ff;
	padding: 5px 5px 5px 5px;
	background-image: url(../images/divline-01.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

/************* Drop down menu ****************/
#dropmenudiv{
position:absolute;
border:1px solid #5656b3;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #5656b3;
padding: 1px 0;
text-decoration: none;
color: #ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #4949e3;
}



/************* Box style ****************/
.box-body {
	background-image: url(../images/box-body.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.box-pic {
	background-image: url(../images/box-pic.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 10px;
}

.box2-body {
	background-image: url(../images/box2-body.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px;
	text-align: center;
}

.divline-01 {
	background-image: url(../images/divline-02.gif);
	background-position: center left;
	background-repeat: repeat-x;
}

.cell-01 {
	padding: 3px;
	border-bottom: 1px solid #5454ca;
}


/************* Text style ***************/
.txtC-01 { color: #365589; }
.txtC-02 { color: #cfe1ff; }
.txtC-03 { color: #79c8ff; }

.txtS-01 { font-size: 10px; }
.txtS-02 { font-size: 12px; }
.txtS-03 { font-size: 16px; }

/************* Bullet style **************/
UL, OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #929fff;
	margin-top: 0px;
}

li {
	list-style-image: url(../images/bullet-01.gif);
	list-style-position:outside;
}



/************* Footer style *************/
.footer {
	font-size: 10px;
	padding: 0 5px 8px 0;
	vertical-align: bottom;
}


/************* Link style *************/
A { text-decoration: underline; }
A:link, A:active, A:visited { color: #2665cf; }
A:hover { text-decoration: none; color: #538ef1;}

A.navLink { text-decoration: none; }
A.navLink:link, A.navLink:active, A.navLink:visited { color: #00c0ff; }
A.navLink:hover { color: #FFFFFF; }

A.textLink { text-decoration: underline; }
A.textLink:link, A.textLink:active, A.textLink:visited { color: #0099FF; }
A.textLink:hover { color: #FFFFFF; }


