﻿html, body 
{
	background-color:#DCE2E5;
	background-image:url('/images/body-back.png');
	background-repeat:repeat-x;
	text-align:center;
	padding:0;
	margin:0;
	font-family:"Lucida Grande", "trebuchets ms", "verdana", helvetica, sans-serif;
	font-size:10pt;
	color:#373731;
}

a
{
    color:#4081D0;
    font-weight:bold;
    text-decoration:none;
}

a:hover
{
    color:#1B3C64;
    text-decoration:underline;
}


/*--Main Container divs, in display order, from left to right--*/
#outer
{
	position:relative;
	width:970px;
	height:auto;
	margin:0px 10px 10px 10px;
	border-bottom:#7C8183 6px double;
}

#shadowleft
{
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:100%;
	background-image:url('/images/shadowleft.png');
	background-repeat:repeat-y;
}	

/*--#container div width is always 40px less than #outer div [ (outer 10px-margin x 2 sides) + (shadowright 20px-width) ] --*/
#container
{
	position:relative;
	width:930px;
	background-color:white;
	height:auto;
	padding:1px;
}

#shadowright
{
	position:absolute;
	top:0px;
	right:0px;
	width:20px;
	height:100%;
	background-image:url('/images/shadowright.png');
	background-repeat:repeat-y;
}

#footer
{
    color:white;
    position:relative;
    width:891px;
    height:35px;
    background:#58584D;
    border-top:2px #cccccc solid;
    text-align:center;
    padding:0px 20px 0px 20px;
}
/*--End Main Container divs--*/

#logo
{
	height:150px;
	width:925px;
	text-align:center;
	color:white;
}

#navbar
{
	text-align:center;
	width:925px;
	margin-top:10px;
	margin-bottom:20px;
	background:url('/images/navbar-back.png');
	background-repeat:repeat-x;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}

#hometable tr td
{
	width:350px;
	vertical-align:top;
}

.navtable
{
    width:90%;
    height:30px;
    text-align:center;
    font-weight:bold;
    text-transform:capitalize;
    letter-spacing:-1px;
    font-size:10pt;
	color:#325CA1;    
}

.navtable tr td
{
    width:15%;
    text-align:center;
    border-right:1px white solid;
}

.navtable tr td:hover
{
	background-color:#3264a2;
}


.navtable tr td a
{
    color:#ffffff;
    text-decoration:none;
}

.navtable tr td a:hover
{
    color:#D3E344;
    
}

.header
{
    color:#A0AD30;
    font-weight:bold;
    font-size:12pt;
    margin-top:15px;
    margin-bottom:0px;
}

.bodytext
{
    font-size:10pt; 
    margin: 5px 20px 20px 20px;
    text-align:left;
    width:95%;
}

.headerbig 
{
	text-align:center;
    font-family:"Tahoma";
    letter-spacing:3px;
    font-size:24pt;
    font-weight:bold;
    color:black;
    padding-top:6px;
    margin-bottom:3px;
}

.list
{
    padding-top:10px;
    list-style-image:url('/images/check.png');
    color:White;
    margin:5px 20px 5px 30px;
    vertical-align:middle;
    text-align:left;
    font-size:9pt;
    font-weight:bold;
}

.list li
{
	padding-bottom:10px;
}

.list2
{
    padding-top:10px;
    list-style-image:url('/images/check.png');
    color:Gray;
    margin:5px 20px 5px 30px;
    vertical-align:middle;
    text-align:left;
    font-size:9pt;
    font-weight:bold;
}

.list2 li
{
	padding-bottom:10px;
}


.formtable
{
    width:60%;
    text-align:right;
}

.formtable tr td input
{
    color:#373731;
    font-family:"tahoma";
    font-size:10pt;
    border:1px #58584D solid;
}

.button
{
    background:#2F93ED;
    font-size:8pt;
    border-top:1px solid;
    border-left:1px solid;
    border-right:2px #1C5E99 solid;
    border-bottom:2px #1C5E99 solid;
}

.buttonblue
{
    background:url('/images/12minute-blue.png');
    background-repeat:no-repeat;
    background-position:center center;
    height:90px;
}

.buttonblue:hover
{
    cursor:pointer;
}

.buttongreen
{
    background:url('/images/exmakeover-green.png');
    background-repeat:no-repeat;
    background-position:center center;
    height:90px;
}

.buttongreen:hover
{
    cursor:pointer;
}


.whiteheader
{
    font-size:14pt;
    color:White;   
}