/* CSS Document */

body
{
	padding:0;
	margin:0;
	background-image:url(../images/bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#1d4b99;
	font-family: tahoma;
}
.navipattern
{
	background-image:url(../images/top_2.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:54px;
	text-align:center;
	font-size:12px;
}
.spacer
{
	padding:0 4px 0 4px;
}
.spacer2
{
	padding:0 3px 0 3px;
}
.mainimg
{
	background-image:url(../images/main_img.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#ffffff;
}
.blueheading
{
	font-size:18px;
	color:#1c4b98;
	font-family: "arial narrow";
	font-weight:bold;
}
.blackheading
{
	font-size:18px;
	color:#000000;
	font-family: "arial narrow";
	font-weight:bold;
}
.genetaltext
{
	font-size:11px;
	line-height:16px;
	color:#414042;
}
.bluebox
{
	border:1px solid #c0d8e3;
	background-image:url(../images/blue_pattern.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#f4fbfe;
	padding:8px;
	vertical-align:top;
}
.boxblueheading
{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#1d4c99;
}
li
{
	margin-bottom:10px;
}
.bottomnavi
{
	color:#a4defd;
	font-size:11px;
	text-align:center;
	height:45px;
}
.copyright
{
	text-align:center;
	font-size:11px;
	color:#a4defd;
}

/* Menus Style */

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #898b8e;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #f1f1f2;
width: 200px;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid #898b8e;
text-decoration: none;
font-weight: bold;
padding: 4px 0 4px 0;
text-indent: 4px;
color:#1d4b99;
text-decoration:none;

}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #dcddde;
	color:#000000;
	text-decoration:none;
}


/* End Style */
