﻿body
{
	margin: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
}

h1
{
	font-size: 18px;
	font-weight: normal;
}

h2
{
	font-size: 15px;
}

h3
{
	font-size: 12px;
	color: Red;
}

br
{
	clear:left;
}

#main_wrapper
{
	width:870px;
	/*margin-left:auto;*/
	margin-left: 0px;
	margin-right:auto;
	text-align:left;
}

#header
{
}

#nav
{
    border-top: 1px solid #D7D7D7;
	width:153px;
	clear:left;
	float:left;
    border-right:1px solid #D7D7D7;
}

#content
{
    border-top: 1px solid #D7D7D7;
	width:687px;
	float:left;
	top:0px;
}

#footer
{
	clear:both;
}

#header_inner, #nav_inner, #content_innner, #promo_inner
{
	overflow:hidden;
}

#header_inner
{
	/*padding:1em 2em;*/
	height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
	background-image: url('../images/Top.png');
	background-repeat: repeat-x;
}

#nav_inner
{
	padding:1em .6em;
	width:153px;
	height:500px;
	/*background-image: url('../images/Left.png');*/
	background-repeat:repeat-y;
}

#content_inner
{
	padding:1em 1em 1em 1.5em;
}

#footer_inner
{
	padding:.5em 1em;
	text-align:center;
}

.heading
{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 18px;
	position: relative;
	top: -8px;
	left: 10px;
}

.label
{
	position: relative;
	top: -1px;
}

.textBox, .dropDownList
{
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #616161;
	position: relative;
	top: -4px;
	left: 0px;
	margin-top:2px;
	/*margin-bottom:2px;*/
}

.button
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #616161;
}

.linkButton
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	color:#414141;
	position:relative;
	top:-7px;
	margin-top:2px;
	margin-bottom:2px;
}
    .linkButton:hover {
        color:green;
    }

.navHyperLink
{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #414141;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

    .navHyperLink:hover {
        color:green;
    }

.footerHyperLink
{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #414141;
	font-weight: bold;
	text-decoration: none;
}

    .footerHyperLink:hover {
        color:green;
    }

.indent245
{
	float:left;
	width:245px;
}

.indent355
{
	float:left;
	width:355px;
}

.indent255
{
	float:left;
	width:255px;
}

.indent210
{
	float:left;
	width:210px;
}

.indent220
{
	float:left;
	width:220px;
}

.indent100
{
	float:left;
	width:100px;
}

.indent130
{
	float:left;
	width:130px;
}

.indent160
{
	float:left;
	width:160px;
}

.indent180
{
	float:left;
	width:180px;
}

.shiftedUp7
{
	position:relative;
	top:-7px;
}

.receiptLabel
{
	font-weight:bold;
	margin-top:2px;
	margin-bottom:2px;
}