﻿
html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #679F60;
    background-image: url('images/bg.jpg');
    background-repeat: repeat-x;
    text-align: center;
}
#container
{
    position: relative;
    display: table;
    height: 100%;
    width: 700px;
    background-color: #FFFFFF;
    background-image: url('images/contentBkgr.jpg');
    padding: 0px;
	border-bottom: 1px solid #555555;

}
#warper
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
    display: table;
    height: 100%;
}
.clear
{
    clear: both;
}


#innerHeader
{
    background-color: White;
    height: 185px;
    background-image: url('images/newHeader.jpg');
    background-repeat: no-repeat;
}

#innerContainer
{
    padding: 10px 10px 0px 10px;
    text-align: center;
    margin: auto;
}

#contentArea
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}

#textArea
{
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
    padding-top: 10px;
}

h2
{
   font-size: 15px; 
   font-family: Arial;
   color: #5C795A;
   margin-top: 10px;
}

h3
{
   font-size: 14px; 
   font-family: Arial;
   color: #5C795A;
   margin-top: 10px;
   font-weight: bold;
}

p
{
    padding-top: 0px;
    font-size: 12px; 
    font-family: Arial; 
}

.contentTable
{
    width: 600px;
    border: 0px none;
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
}

.contentTable td
{
    font-family: Arial;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
}

.plainTextLink
{
    font-size: 12px;
    font-family: Arial;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    cursor: default;
}

ul li
{
    font-weight: bold;
    list-style: none;
    list-style-image: url('images/learnerIcon.gif');
    padding-left:10px;
    margin-left: -10px;
    padding-top: 10px;
	font-family: Arial;
	font-size: 12px;
    
}

.bulletDesc
{
	font-family: Arial;
	font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
    line-height: 20px;
}

.menuLink
{
    font-family:Arial;
    font-size: 14px;
    color: Red;
    font-weight: bold;
}

.menuLink:hover
{
    font-family:Arial;
    font-size: 14px;
    color: #000000;
}

a
{
    font-family:Arial;
    font-size: 12px;
    color: Red;
}

a:hover
{
    color: Black;
}

.maroonWeb
{
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	margin:: auto;
}

.maroonWebLink
{
	color: #FFFFFF;
}

.contactTable
{
	border: 0px none;
}

.contactTable td
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.sideImage
{
    border:2px solid #CCCCCC;
}