/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color:#6699cc;
	background-position:left;
	background-repeat:repeat-y;
	}
	

.topbg{
height:115px;
background-image:url(images/top_bg.jpg);
background-position:left top;
background-repeat:repeat-x;
}


.menubg{
height:31px;
background-image:url(images/menu_bg.jpg);
background-position:left top;
background-repeat:repeat-x;
}

.menulines{
width:27px;
height:31px;
background-image:url(images/menu_line.jpg);
background-position:left middle;
background-repeat:no-repeat;
}

.mainlinks{
font-size:8pt;
line-height:17px;
text-align:left;
font-weight:normal;
text-decoration:none;
color:#FFFFFF;
}
a.mainlinks:hover{
text-align:left;
color:#CCCCCC;
}

.toplinks{
font-size:7.5pt;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
line-height:15px;
text-decoration:none;
color:#006699;
}

a.toplinks:hover{
text-decoration:none;
color:#003366;
}

.rightblue{
width:247px;
background-image:url(images/darkblue_bg.jpg);
background-position:right top;
background-repeat:repeat-y;
}

.rightgray{
width:247px;
background-image:url(images/darkgray_bg.jpg);
background-position:right top;
background-repeat:repeat-y;
}

.leftlinks{
font-size:8pt;
margin-left:20px;
font-family:Verdana, Arial, Helvetica;
font-weight:normal;
line-height:15px;
text-decoration:none;
color:#003366;
}

a.leftlinks:hover{
text-decoration:underline;
color:#FF3300;
}


.bodylinks{
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
color:#003399;
font-size:8pt;
text-decoration:none;
}

a.bodylinks:hover{
color:#FF6600;
}

.leftgray{
width:247px;
background-image:url(images/gray2_bg.jpg);
background-position:right top;
background-repeat:repeat-y;
}

.rightpanel{
width:247px;
background-position:right top;
}

.bullet{list-style-image:url(images/arrow1.gif);
margin-top:0px;
padding-top:5px;
margin-bottom:5px;
padding-left:8px;
margin-left:8px;
}

.mushgreen{
width:247px;
background-image:url(images/mushgreen_bg.jpg);
background-position:right top;
background-repeat:repeat-y;
}

.mushblue{
width:247px;
background-image:url(images/mushbule_bg.jpg);
background-position:right top;
background-repeat:repeat-y;
}


.mushgreenblue{
width:247px;
background-image:url(images/mushgreenblue_bg.jpg);
background-position:right top;
background-repeat:repeat-y;
}

.rightlinks{
font-family:Arial, Verdana, Helvetica;
font-size:8pt;
line-height:17px;
font-weight:bold;
text-align:left;
color:#CCCCCC;
text-decoration:none;
}

.bodynormal{
margin-top:0px;
padding-bottom:0px;
font-size:8pt;
line-height:15px;
text-align:justify;
color:#333333;
}

.feedstext{
margin-top:0px;
padding-bottom:0px;
font-size:8pt;
line-height:15px;
text-align:left;
color:#333333;
}

.textjustify{
margin-top:0px;
padding-bottom:0px;
font-size:8pt;
line-height:15px;
text-align:justify;
color:#333333;
}

.bodybold{
font-family:Verdana, Arial, sans-serif;
margin-top:0px;
padding-bottom:0px;
font-weight:bold;
font-size:8pt;
line-height:15px;
text-align:left;
color:#006699;
}

.footerbg{
height:39px;
background-image:url(images/footer_bg.jpg);
background-position:left middle;
background-repeat:repeat-x;
}

.bodyheader{
font-size:8pt;
font-weight:bold;
font-family:Verdana, Arial, Helvetica;
line-height:18px;
text-decoration:none;
text-align:left;
color:#FF6600;
}

.bodyitalic{
font-size:9pt;
font-weight:bold;
font-family:Verdana, Arial, Helvetica;
line-height:16px;
text-align:right;
color:#669966;
}

.successtext{
font-size:8pt;
font-family:Verdana, Arial, Helvetica;
line-height:14px;
text-align:left;
color:#FFFFFF;
}

.successtextbold{
font-size:8pt;
margin-bottom:2px;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
line-height:14px;
text-align:right;
color:#CCFFCC;
}

.successtextnor{
font-size:8pt;
margin-bottom:2px;
font-family:Verdana, Arial, Helvetica;
line-height:14px;
text-align:right;
color:#CCFFCC;
}




/*
/* ----------left menu start------------- */


#navcontainer { 
width:235px;
}


#navcontainer ul{
margin-left: 0;
margin-top: 0;
padding:0;
padding-left: 30px;
list-style-type:square;
font-size:11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


#navcontainer a
{
display: block;
padding: 1px;
width:200px;
}

#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
color: #CC0000;
text-decoration:underline;
}
#active a:link, #active a:visited, #active a:hover
{
text-decoration:none;
color: #CC0000;
}

