/* CSS Document */
body{
	font: 12px arial;
	background: #fff;
	color: #000;
}

.h1{
    color: #D7A010;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
}

a:link, a:visited {
	color: #D7A010;
	text-decoration:none
	}
	
a:hover {
	color: #D7A010;
	text-decoration:underline;
	}	

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
    width: 802px;
	float: left;
	background: url('layout/mainbg.jpg');
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}

#allinfo
{
    width: 802px;
	float: left;
}

#header
{
    width: 802px;
	height: 139px;
	float: left;
	background: #000;
}

#navbg
{
    width: 802px;    
    height: 32px;
    float: right;
    background: url('layout/nav_bg2.gif');
}

#nav
{
    height: 32px;
    float: right;
}

#ltside {
	float: left;
	width: 165px;
	background: url('layout/left_bg.jpg');
}

#ltnav {
	float: left;
	width: 165px;
	height: 517px;
	background: url('layout/nav_left_bg2.gif') no-repeat;
}

#rtside
{
    float: left;
    width: 637px; 
}

#contenthead
{
    float: left;
	width: 637px;
	height: 184px;
}

#content
{
    float: left;
	background: url('layout/rtcontent_bg.jpg');
	width: 557px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	margin-top: -3px; 
}

#contentfoot
{
    float: left;
	background: url('layout/content_foot.jpg') no-repeat;
	width: 637px;
	height: 39px;
	padding-bottom: 25px; 
}

#footer
{
	background: url('layout/foot_bg.jpg');
    float: left;
    width: 802px;
    height: 34px;
    color: #fff;
    font-size: 10px;
}

#fullwrapper {
	margin: 0px auto;
	padding: 0px;
    width: 802px;
	background: url('layout/mainbg.jpg');
}

table.calc {
    text-align: center;
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    width: 540px;
    background-color: #fafafa;
    border: 1px #6699CC solid;
    border-collapse: collapse;
    border-spacing: 0px;
   	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

table.calc th {
    border-bottom: 1px solid #6699CC;
    border-left: 1px solid #6699CC;
    background-color: #BEC8D1;
    text-align: left;
    text-indent: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #404040;
}

table.calc td {
	border-bottom: 1px solid #9CF;
    border-top: 0px;
    border-left: 1px solid #9CF;
    border-right: 0px;
    text-align: left;
    text-indent: 10px;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: #fafafa;
}
