﻿body 
{
    font-family: Arial; 
    color: #696969;
    font-size: small;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}
#MainContent
{
    margin-left:0px;
    margin-top:0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-left: 8px;
    background-image: url(http://www.journeyintohope.com/Images/layout/TopRight_Girl_bg.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    width: 100%;
    height:100%;
}

#CenterContent
{
    padding-top: 8px;
    padding-left: 8px;
    margin-right: 540px;
    height:100%;
}

#SchoolMainContent
{
    margin-left:0px;
    margin-top:0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-left: 8px;
    background-image: url(http://www.journeyintohope.com/Images/layout/school_poster_right.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    width: 100%;
    height: 600px;
}

#MedicalMainContent
{
    margin-left:0px;
    margin-top:0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-left: 8px;
    background-image: url(http://www.journeyintohope.com/Images/layout/medical_poster_right.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    width: 100%;
    height: 600px;
}

#ConstructionMainContent
{
    margin-left:0px;
    margin-top:0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-left: 8px;
    background-image: url(http://www.journeyintohope.com/Images/layout/construction_poster_right.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    width: 100%;
    height: 600px;
}

#MainLeftSide
{
    width: 525px;
    height: 419px;
    margin-left: 0px;
    margin-top: 0px;
    background-image: url(http://www.journeyintohope.com/Images/layout/TopLeft.jpg);
    float: left;
}

#MainRightSide
{
    width: 525px;
    height: 419px;
    margin-right: 0px;
    margin-top: 0px;
    background-image: url(http://www.journeyintohope.com/Images/layout/TopRight_Girl_bg.jpg);
    float: left;
}


.clear
{
    clear:both;
}

#TopBanner
{
    background-image: url(http://www.journeyintohope.com/Images/layout/topBarGreen_3d.jpg);
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    height: 55px;
    float: left;
    padding-top:7px;
    padding-left:8px;
}

#Footer
{
    background-image: url(http://www.journeyintohope.com/Images/layout/topBarGreen_3d.jpg);
    background-position:bottom;
    margin-left:auto;
    margin-right: auto;
    padding-top: 7px;
    padding-left:8px;
    height: 35px;
    width: 100%;
    text-align:center;
    font-size:x-small;
    color:White;
    
}

/* Navigation */
#menu
{
    font-weight:bold;
    color:White;
    margin-left: 250px;
    float:left;
    
}

#menu A
{
    color:White;
}

/* Flyout Window*/
#showWinHeader
{
    background-image: url(http://www.journeyintohope.com/Images/layout/topBarGreen_3d.jpg);
    background-color:Black;
    background-position:bottom;
    width:302px; 
    text-align:left; 
    color:Black; 
    padding-left:5px
}
#showWinContent
{
    background-color:white; 
    float:left; 
    width:300px; 
    text-align:left; 
    color:Black; 
    padding-left:5px;
    border:solid 1px #696969;
}
#showWinContent a
{
    text-decoration:none;
    color:#c60001;
}
#showWinContent a:hover
{
  text-decoration:none;
    color:#860001;  
}
#showWinContent a:visited
{
    text-decoration:none;
    color:#c60001;
}

/* Titles */
.mainTitle
{
    font-size:xx-large;
    color:White;
}

.pageTitle
{
    font-size:x-large;
}
/* Links */

A
{
    color: #696969;
    text-decoration:none;
}

A.hover
{
    text-decoration:underline;
}

A.visited
{
    color: #696969;
    text-decoration:none;
}