﻿#backToTop
{
    margin:20px 0 0 0px;
}

#homeBtn
{
	position:relative;
	left:-40px;
	top:20px;
    float:right;    
}

.leftContentTop
{
	min-height:8px;
	height:8px;
}

.leftContentImage
{
    border-bottom:1px solid #fff;
}

.leftContentBody
{	
    padding:12px;
    min-height:100px;
}

.leftContentBottom
{
    min-height:14px;
    height:14px;
}

.leftContent
{
    width:234px;     
    float:left;
    margin-left:10px;   
    display:block;
}


/* Purple */
.leftContentToppurple
{
    background:url(../images/leftcol-purple.gif) no-repeat left top;
    min-height:8px;
    height:8px;
}

.leftContentBottompurple
{
    background:url(../images/leftcol-footer.gif) no-repeat left bottom;
}

.leftContentpurple
{
    background-color:#D9D6D6;
    width:234px;
}


/* Orange */
.leftContentToporange
{
    background:url(../images/leftcol-orange.gif) no-repeat left top;
    min-height:8px;
    height:8px;
}

.leftContentBottomorange
{
    background:url(../images/other.gif) no-repeat left bottom;
}

.leftContentorange
{
    background-color:#FFD8A9;
    width:234px;
}

.leftContentBodyorange
{	
    color:black;
}

/* Pink */
.leftContentToppink
{
    background:url(../images/leftcol-pink.gif) no-repeat left top;
    min-height:8px;
    height:8px;
}

.leftContentBottompink
{
    background:url(../images/education.gif) no-repeat left bottom;
}

.leftContentpink
{
    background-color:#fbaed9;
    width:234px;
}

/* Blue */
.leftContentTopblue
{
    background:url(../images/leftcol-blue.gif) no-repeat left top;
    min-height:8px;
    height:8px;
}

.leftContentBottomblue
{
    background:url(../images/scotland.gif) no-repeat left bottom;
}

.leftContentblue
{
    background-color:#BBD9FF;
    width:234px;
}

/* Green */
.leftContentTopgreen
{
    background:url(../images/leftcol-green.gif) no-repeat left top;
    min-height:8px;
    height:8px;
}

.leftContentBottomgreen
{
    background:url(../images/regeneration.gif) no-repeat left bottom;
}

.leftContentgreen
{
	color:#333333;
    background-color:#95c8c8;
    width:234px;
}

