﻿.whole_page
{
    margin-left: 10%;
    margin-right: 10%;
    height: 100%;
    width: 1000px;
    background-color:White;
    border-color: Black;
    border-style:solid;
}
.Header
{
    width: 100%; 
    height:110px;
    background-image: url(../../Images/header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}
.HeaderBodyBuffer
{
   width:100%;
   height:25px;
}
.Top_Menu_Bar
{
    width: 100%;
    height:30px;
    background-color: Black;
}
.InsideMenuBar
{
   border-top-style:solid;
   border-top-color:White;
   border-top-width:thin;
}
.Body
{
    width:100%;
    height:100%;
}
.Footer
{
    width: 100%;
    height:125px;
    background-image: url(../../Images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: Black;    
}
.side_menus
{
    float:left;
    width:20%;
    height:100%;
}
.top_menu_link
{
   float:right;
   margin-right:25px;
   margin-top:5px;
   color:#69BD3C;
   text-decoration:none;
}
.top_menu_link:hover
{
   text-decoration:underline;
}
.Menu_Header /* the small black bar labeled features */
{
    width:100%;
    height:25px;
    background-color:black;
    font-weight:bold;
    color:#69BD3E;
    padding-top:5px;
    padding-left:10px;
}
.Menu_Box /* the box that contains menu items for a set of menus */
{
    width:100%;
    height:175px;
}
.Menu_Link_Container
{
    padding-left:10px;
    padding-top:5px;    
}
.Menu_Link:Hover
{
   text-decoration:underline;
}
.Menu_Link
{
    width:100%;
    padding-left:20px;
    padding-bottom:20px;
    color:#6D66AE;
    text-decoration:none;
}
.internal_body
{
    height:1150px;
    margin-left:20%;
}
.body_image
{
    margin-left:100px;
    /*
    height:275px;
    width:775px;
    background-image: url(../../Images/LadyAtComputer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    */
}
.body_text
{
   font-weight:bold;
   text-align:center;
   font-style:italic;
   font-size:120%
}
.body_text2
{
   margin-left:10%;
   margin-right:10%;
   height:65px;
}
.body_text3
{
   margin-left:15%;
   margin-right:10%;
   height:35px;
   font-size:large;
   font-style:italic;
   font-weight:bold;
}
.body_listbox_outer
{
   height:150px;
   width:100%;
}
.body_listbox_inner
{
   float:left;
   height:150px;
   width:50%;
}
.body_listbox_outer2
{
   margin-left:10%;
   margin-right:10%;
   height:150px;
   width:100%;
}
.listitem_links
{
   text-decoration:none;
   color:#6D66AE;
}
