﻿body 
{
    margin:0px;
    background-image:url(images/justpink.gif); 
    background-repeat:repeat-y; 
    background-position:center;
    font-family: Verdana, Sans-Serif;
    font-size:14px;
    line-height:17px;
}

#wrapper
{
    width:700px;
    margin:0px auto;
    background-color:#BBBCBB;
}

#menu
{
    width:150px;
}

#menu img
{
    border-width:0px;
    padding:0px;   
}

#content
{ 
    background-color:#BBBCBB;
    padding-top:20px;
}

#cTable
{
    width:700px;
}

#cTable td
{
    vertical-align:top;
}

#cTable .leftCol
{ width:150px;}

#cTable .rightCol
{ width:550px; padding-left:20px;}


#header
{
    background-image:url(images/header.gif); 
    background-repeat:no-repeat; 
    background-position: center bottom;
    height:110px;
    text-align:left;
    background-color:#BBBCBB;
}

#header .logo
{
    padding-top:2px;
    padding-left:5px;
}

#header img
{
    border-width:0px;
}

#box
{
    width:500px;
}

#box .copy
{
    padding: 5px 5px 2px 5px;
    background-color:#C2D8F4;
    border-top:1px solid #000000;
}

.boxTitlePink
{
    background-image:url(images/boxpink.gif);
    background-position:center top;
    background-repeat:no-repeat;
    color:#000000;
    padding: 10px 0px 2px 5px;
     font-size:13px;
     font-weight:bold;
}

#box a
{text-decoration:none;color:#02305E;}

#box a:hover
{text-decoration:underline;}

#banner
{
    text-align:right;
    margin-top:10px;
    margin-left:350px;
    width:335px;
    top:-80px;
    position:relative;
}

h5
{font-size:14px;}
   
   #footer
   {
    position:relative;
    background-color:#B3CCED;
    padding-bottom:5px;
    padding-top:5px;
    width:700px;
    text-align:center;
    margin:0px auto;
    margin-top:20px;
   }
   
   #footer a
   {
    text-decoration:none;
    color:#02305E;
    font-weight:bold;
   }
   
   #footer a:hover
   {
    font-weight:bold;
    text-decoration:underline;
    color:#02305E;
   }
