/* CSS Document */
body
{background-color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
	padding: 0;
	margin: 0;
}
a:link
{text-decoration:none;
color:#AD221F;
font-variant:small-caps;
font-weight:bold;
}
a:active
{text-decoration:none;
color:#660000;
font-variant:small-caps;
font-weight:bold;
}
a:hover
{text-decoration:underline;
color:#3366FF;
font-variant:small-caps;
font-weight:bold;
background-color:#66CCFF;
}
a:visited
{text-decoration:none;
color:#660000;
font-variant:small-caps;
font-weight:bold;
}
h2
{color:#3366CC;
}
h3
{color:#003366;
font-size:14px;
}
p
{color:#000000;
}
.opener
{color:#990000;
font-size:24px;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-align:right;
padding-top:40px;
}
div#wrapper
{margin: 0 auto;
    width: 975px;
}
div.sectionHome
{height:900px;
width:975px;
}
div.section
{background-image:url(images/ScreenBkgrd.jpg);
background-repeat:no-repeat;
height:900px;
width:975px;
float:left;
}
div.frame
{
width: 375px;
height:280px;
margin:85px 0px 450px 240px;
}
div.frame_inner
{
width: 375px; 
height: 250px;
position: relative;
top:0px;
left:0px;
}

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 375px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0;
padding: 0 25px 0 0;
}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 375px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0;
padding: 0 25px 0 0;
}
div.nav
{background-image:url(images/nav2.png);
width: 330px;
text-align: left;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
position: fixed;
left: 50px;
top: 450px;
background-repeat: no-repeat;
background-position:center;
}