body {
    padding: 0;
    margin: 0;
    font-family: "Garamond", garamond, "Times", times, serif;
    font-size: 14px;
    line-height: 17px;
    vertical-align: top;
    background-color: #ccc;
}

#mainTable {
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border-left: 1px solid #036;
    border-right: 1px solid #036;
	width: 762px;
}

#logoBar {
    background: #fff url('/images/greyGrad.gif') repeat-x;
    height: 80px;
    text-align: left;
}

#navArea { /*td*/
	width: 100%;
	text-align: right;
	text-transform: uppercase;
	vertical-align: top;
	color: #fff;
}

#navcontainer {
	padding-top: 5px;
	background: #036 url('/images/bigGrad.gif') repeat-x;
	height: 205px;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li {
	margin: 0;
	padding-right: 10px;
	white-space: nowrap;
}

#navcontainer li a {
	display: block;
	padding: 4px 0px 1px 0;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover {
	background-color: #2586d7;
	color: #fff;
}

#bigPic {
	/*	width:480px; */
	/* border: 1px solid #000; */
}

#sidebar {
	width: 325px;
	padding: 0 50px 50px 50px;   	text-align: center;
	vertical-align: top;
	font-size: 14px;
	background-color: #fff;
}

#sidebar h2 {
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 0px;
	color: #036;
		font-family: "Futura", futura, san-serif;
	background: #fff  no-repeat;
}

#sidebar img {
	margin-right: 0px;
}

#sidebar a:link, #sidebar a:visited {
	color: #036;
	text-decoration: underline;
}

#sidebar a:hover, #sidebar a:active {
	color: #036;
	text-decoration: none;
}

#mainContent {
	padding-right: 10px;  text-align: left;
	width: 480px;
	vertical-align: top;
	background-color: #fff;
	padding-top: 10px;
}

#mainContent a:link, #mainContent a:visited {
	color: #036;
	text-decoration: underline;
}

#mainContent a:hover, #mainContent a:active {
	color: #036;
	text-decoration: none;
}

#mainContent img {
float: left;
padding-right: 0px;
border: 0;
}

#mainContent .gallery img {
	float: none;
	padding-right: 0px;
	border: 0;
}

#mainContent h1 {
	padding: 0 0px 0 0px;	font-size: 0px;
	color: #036;
}

#mainContent p {
	padding: 0 0px 0 0px;
}

#copyright {
    background: #036 url('/images/lilGrad.gif') repeat-x;
    text-align: center;
    color: #fff;
}

#copyright a:link, #copyright a:visited {
    color: #fff;
    text-decoration: underline;
}

#copyright a:hover, #copyright a:active {
    color: #fff;
    text-decoration: none;

#calc {
	width: 149px;
	height: 178px;
	margin: 0 auto;
}

.disclaimer {
	margin-top:10px;
	margin-bottom:20px;
	font-size: 10pt;
	color: #999;
}