body
{
   margin:0px;
   /*text-align:center;*/
   background-color:#ffffff;
   font-family: Verdana;
}


.top-element
{
   text-align:left;
   padding-left:30px;
   padding-top:20px;
   width:900px;
   height:50px;
   background-color:#d4d2bb;
   /*border-left: 1px solid black;
   border-right: 1px solid black;*/
   border-top: 1px solid black;
   border-bottom: 1px solid black;
}

.content-container
{
   padding-left:3px;
   width:705px;
   height:375px;
   /*background-image:url('images/contentbg.jpg');
   background-repeat:repeat-y;*/
   background-color:#d4d2bb;
   font-family: Verdana;
   font-weight:500;
}

.content-container-intro
{
   padding-left:3px;
   width:97%;
   height:375px;
   /*background-image:url('images/contentbg.jpg');
   background-repeat:repeat-y;*/
   background-color:#d4d2bb;
   font-family: Verdana;
   font-weight:500;
}

.content
{
   font-family: Verdana;
   font-weight:400;
   font-size:90%;
   padding-left:3px;
   /*width:100%;*/
}

.small-content
{
   font-family: Verdana;
   font-weight:400;
   font-size:80%;
}

.footer
{
   font-family: Verdana;
   font-size:90%;
   color:white;
}

.form-text
{
   font-family: Verdana;
   font-weight:400;
   font-size:90%;
}

input
{
   font-size:80%;
}

select
{
   font-size:80%;
}

/* houses the left navigation image */
.left-nav
{
   height:450px;
   width:165px;
   background-color:#bb0a29;
   padding-top:25px;
}

/* this is the main content container */
.middle-content-container
{
   background-color:#fefbde;
   width:710px;
}

.middle-content-container-intro
{
   background-color:#fefbde;
   width:910px;
}


.right-content-edge
{
   background-image:url('images/content-rightedge.jpg');
   width:10px;
   background-repeat:repeat-y;
}

.bottom-content-edge
{
   width:695px;
   height:5px;
   background-image:url('images/contentbg-bottom.jpg');
   background-repeat:repeat-x;
}

.lowright-content-corner
{
   background-image:url('images/content-lowrightcorner.jpg');
   background-repeat:no-repeat;
}
.bookBorder
{
   margin-top:6px;
}

