/* CSS Document */

body{
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background-image:url(/images/main_bg.jpg);
background-repeat:repeat-x;
background-color:#D5D5D5;
color:#666666;
line-height:17px;

}


/*page Outline with shadows*/

.top_bg{
background-image:url(/images/top_mid.jpg);
background-repeat:repeat-x;

}

.bot_bg{
background-image:url(/images/bot_mid.jpg);
background-repeat:repeat-x;

}

.side_left{
background-image:url(/images/side_left.jpg);
background-repeat:repeat-y;

}

.side_right{
background-image:url(/images/side_right.jpg);
background-repeat:repeat-y;
}

/*page Outline with shadows ends here*/


/*top nav */

.top_nav{
color:#FFFFFF;
font-size:11px;
font-weight:bold;
background-image:url(/images/top_nav_bg.jpg);
background-repeat:repeat-x;
height:42px;

}


.nav_1 a:link, .nav_1 a:visited{
color:#FFFFFF;
text-decoration:none;
display:block;
width:87px;
height:42px;
background-image: url(/images/p1.jpg);
background-repeat:no-repeat;
text-align:left;
background-position:top left;
line-height:32px;
text-indent:10px;
}

.nav_1 a:hover, .nav_1 a:active{
color:#333333;
text-decoration:none;
background-image: url(/images/q1.jpg);
background-repeat:no-repeat;
text-align:left;
background-position:top left;
width:87px;
height:42px;
}
.nav_2 a:link, .nav_2 a:visited{
color:#FFFFFF;
text-decoration:none;
display:block;
width:87px;
height:42px;
background-image: url(/images/p2.jpg);
background-repeat:no-repeat;
text-align:left;
background-position:top left;
line-height:32px;
text-indent:10px;
}

.nav_2 a:hover, .nav_2 a:active{
color:#333333;
text-decoration:none;
background-image: url(/images/q2.jpg);
background-repeat:no-repeat;
text-align:left;
background-position:top left;
width:87px;
height:42px;
}

.nav_3 a:link, .nav_3 a:visited{
color:#FFFFFF;
text-decoration:none;
display:block;
width:126px;
height:42px;
background-image: url(/images/p3.jpg);
background-repeat:no-repeat;
text-align:left;
background-position:top left;
line-height:32px;
text-indent:10px;
}

.nav_3 a:hover, .nav_3 a:active{
color:#333333;
text-decoration:none;
background-image: url(/images/q3.jpg);
background-repeat:no-repeat;
text-align:left;
background-position:top left;
width:126px;
height:42px;
}

.nav_4 a:link, .nav_4 a:visited{
color:#FFFFFF;
text-decoration:none;
display:block;
width:126px;
height:42px;
background-image: url(/images/p3.jpg);
background-repeat:no-repeat;
text-align:left;
background-position:top left;
line-height:32px;
text-indent:10px;
}

.nav_4 a:hover, .nav_4 a:active{
color:#333333;
text-decoration:none;
background-image: url(/images/q4.jpg);
background-repeat:no-repeat;
text-align:left;
background-position:top left;
width:126px;
height:42px;
}

.nav_5 a:link, .nav_5 a:visited{
color:#FFFFFF;
text-decoration:none;
display:block;
width:126px;
height:42px;
background-image: url(/images/p3.jpg);
background-repeat:no-repeat;
text-align:left;
background-position:top left;
line-height:32px;
text-indent:10px;
}

.nav_5 a:hover, .nav_5 a:active{
color:#333333;
text-decoration:none;
background-image: url(/images/q5.jpg);
background-repeat:no-repeat;
text-align:left;
background-position:top left;
width:126px;
height:42px;
}




/*top nav ends here*/


/*side faded*/

.side_bg_faded{
background-image:url(/images/left_nav_bg.jpg);
 background-repeat: no-repeat; 
 background-position:top left;
  height:95px;

}

.side_faded_bg{
background-image: url(/images/side_faded_bg.jpg);
background-repeat:repeat-y;

}

.left_nav{
margin-top:30px;
font-size:12px;
}

.left_nav a:link, .left_nav a:visited{
color:#525252;
text-decoration:none;
text-indent:25px;
display:block;
text-align:left;
line-height:22px;

}
.left_nav a:hover, .left_nav a:active{
color:#000000;
text-decoration:none;
}

/*side faded ends here*/


/*footer*/

.footer{
background-image:url(/images/footer_bg.jpg);
background-repeat:no-repeat;
background-position:left top;

height:111px;


}

a
{
	color: Red;
}