@charset "utf-8";
/* CSS Document */

body
{
background-color:#55b949;
background-image:url(../images/body.jpg);
margin:0px;
background-repeat:repeat-x;
background-position: right top;
}

.left-bg
{
background-image:url(../images/left-body-bg.gif);

/*background-repeat:repeat-x;*/
background-repeat:no-repeat;
background-position: right top;
}

.right-bg
{
background-image:url(../images/right-body-bg.gif);

/*background-repeat:repeat-x;*/
background-repeat:no-repeat;
background-position: left top;
}

.content
{
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
font-size:12px;
line-height:18px;
}

.email-link
{
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
font-size:12px;
line-height:18px;
text-decoration:none;
text-align:left;
}

.email-link:hover
{
font-family:Georgia, "Times New Roman", Times, serif;
color:#55b949;
font-size:12px;
line-height:18px;
text-align:left;
}

.footer-link
{
font-family:Arial, Helvetica, sans-serif;
color:#55b949;
font-size:12px;
text-decoration:underline;
}

.footer-link:hover
{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
text-decoration:none;
}

.butllet-points
{
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
font-size:12px;
line-height:22px;
text-align:left;
vertical-align:top;
list-style:circle;
}

.announcement-bg
{
background-image:url(../images/announcement-bg.gif);
width:410px;
height:159px;
background-repeat:no-repeat;
}

.request-bg
{
background-image:url(../images/request-bg.gif);
width:410px;
height:102px;
background-repeat:no-repeat;
}

.whyimmersion-bg
{
background-image:url(../images/whyimmersion-bg.gif);
width:410px;
height:176px;
background-repeat:no-repeat;
}

.copyright-text
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

.shadow_left{
background:url(images/left_bg.png) repeat-y right;
}
/* jkiran Added for IE6 fix as png and ie6 has known issues */
/* \ */
* html .shadow_left{
background:none;
FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/left_bg.png',sizingMethod='scale')
}
/* */

.shadow_right{
background:url(images/shadow_right.png) repeat-y;
}
/* jkiran Added for IE6 fix as png and ie6 has known issues */
/* \ */
* html .shadow_right{
background:none;
FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow_right.png',sizingMethod='scale')
}
/* */


