@charset "UTF-8";
/* CSS Document */

body
{
	background-color: black;
	background-image: url(images/woman_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS Gothic", Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

.header
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 92px;
}

.footer
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;	
}

.footer .floatRight
{
    float: right;
    color: #444;
    font-size: 8pt;
    text-align: right;
}

.footer img
{
    border: none;
    margin: 10px 0px;
}

address
{
    font-style: normal;
    padding: 0;
    margin: 0;
}

.footer .engageLink a
{
    color: #444;
    font-size: 8pt;
    text-decoration: none;
}

.footer .engageLink a:hover
{
    color: #999;
}

.header img
{
    margin-top: 20px;
    float: right;
}

.mainLayer
{
	width: 800px;
	background-color: white;
	height: 600px;
	border-left: solid 2px white;
	margin-left: auto;
	margin-right: auto;
}

.navigationPane
{
	width: 200px;
	background-color: #9d958a;
	float: right;
	height: 600px;
	background-image: url(/images/nav_background.jpg);
	background-repeat: repeat-y;
	border-right: solid 2px white;
}

.navigationPane ul
{
	padding: 0;
	margin: 0;
	margin-top: 50px;
}

.navigationPane ul li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.navigationPane ul li a
{
	display: block;
	text-align: right;
	padding: 10px;
	color: White;
	text-decoration: none;	
	font-weight: bold;
	border-right: solid 10px #9d958a;
}

.navigationPane ul li a:hover
{
    background-color: #8c8479;
    border-right: solid 10px #b0de00;
}

.contentDiv
{
    width: 598px;
    height: 600px;
}

.contentDiv p
{
    line-height: 14pt;
}

.contentDiv a
{
    color: #b0de00;
    text-decoration: none;
}

.contentDiv a:hover
{
    text-decoration: underline;
}

.packageTable
{
    border: solid 1px #999;
    background-color: #383c45;
}


.packageTable td
{
    vertical-align: top;
    padding: 10px;
    width: 258px;
    text-align: center;
}

.homepageDiv
{
    padding-left: 17px; 
    padding-top: 60px; 
    width: 330px; 
    color: #fff;
}

