html, body 
{
height: 100%;
}

/* CONTAINER STYLES */

DIV#containerDiv
{
height: 100%;
background: #000000;
}

DIV#homeWrapper
{
width: 821px;
}

DIV#headerLogo
{
height: 37px;
padding-top: 10px;
padding-left: 10px;
}

DIV#bodyContent
{
postion: relative;
width: 821px;
height: 450px;
background: #C8B42F;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

DIV#bullsEyeImage
{
position: absolute;
width: 821px;
height: 448px;
background-image:url(/media/templates/bullseye.gif);
background-repeat: no-repeat;
background-position: 0 0;
background-attach: fixed;
filter: alpha(opacity=30);
opacity: .3;
}

DIV#lessonImageLeft
{
position: absolute;
}

DIV#articleWrapper
{
position: absolute;
left: 200px;
height: 448;
width: 619px;
paddding: 10px;
}

#lessonMenu
{
padding: 2px;
}

/* MENU STYLES */

#mainMenu
{
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}

a.mainMenuLink
{
display: block;
font: bold 10px "verdana";
text-decoration: none;
text-transform: lowercase;
text-align: center;
color: #FFFFFF;
white-space: nowrap;
padding: 5px;
border-left: 1px solid #CCCCCC;
}

a:hover.mainMenuLinkActive, a:hover.mainMenuLink, a.mainMenuLinkActive
{
dispaly: block;
font: bold 10px "verdana";
text-decoration: none;
text-transform: lowercase;
text-align: center;
color: red;
white-space: nowrap;
padding: 5px;
border-left: 1px solid #CCCCCC;
}

/* FOOTER MENU IMAGE STYLES */

a.borderColor
{
display: block;
border: 1px solid #000000;
}

a:hover.borderColor, a.borderColorActive, a:hover.borderColorActive
{
display: block;
border: 1px solid #CCCCCC;
}

/* CONTENT BODY BOXES */

DIV#articleClean
{
margin: 3px;
}

DIV#lessonDefaultArticleBox
{
width: 350px;
margin-left: 4px;
margin-top: 3px;
margin-bottom: 3px;
}

DIV#lessonTipBox
{
width: 350px;
margin-left: 4px;
}

DIV#lessonTeacherMenu
{
position: absolute;
top: 0px;
left: 355px;
width: 255px;
margin-left: 4px;
margin-top: 3px;
}

/* ARTICLE MENU STYLES */

DIV#articleMenuItem
{
display: block;
height: 158px;
overflow: hidden;
margin-bottom: 10px;
}

a.readMore
{
text-align: right;
text-decoration: none;
display: block;
color: #000000;
padding: 2px;
margin-bottom: 15px;
border-bottom: 1px solid #000000;
}

a:hover.readMore
{
text-align: right;
text-decoration: underline;
display: block;
color: #000000;
padding: 2px;
margin-bottom: 15px;
border-bottom: 1px solid #000000;
}


.articleMenuTitle
{
font-weight: bold;
display: block;
}

.articleMenuBody
{
}

/* ARTICLE TEXT STYLES */

DIV#boxTitle
{
border: 1px solid #C9CCDD;
background: #FFFFFF;
filter: alpha(opacity=75);
opacity: .75;

font-family: verdana;
font-size: 12px;
font-weight: bold;
padding:3px;
padding-left: 10px;
padding-right: 10px;
color: #000000;
}

DIV#boxBody
{
margin-top: 3px;

overflow: auto;
scrollbar-face-color: #FFFFFF; 
scrollbar-shadow-color: #FFFFFF; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-3dlight-color: #CCCCCC; 
scrollbar-darkshadow-color: #CCCCCC; 
scrollbar-track-color: #FFFFFF; 
scrollbar-arrow-color: #CCCCCC;

border: 1px solid #C9CCDD;
background: #FFFFFF;
filter: alpha(opacity=75);
opacity: .75;
}

DIV#articleBody
{
font-family: verdana;
font-size: 11px;
font-weight: normal;
line-height: 16px;
color: #000000;
padding: 10px;
}

