body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#shadow {
	background-image: url(../images/shadowtile.gif);
	background-repeat: repeat-y;
	width: 860px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#shadowtop {
	background-image: url(../images/shadow_header.gif);
	height: 13px;
	background-repeat: no-repeat;
	margin: 0px;
}

#shadowbottom {
	background-image: url(../images/shadowbottom.gif);
	height: 13px;
	background-repeat: no-repeat;
	margin: 0px;		
}

#container {
	width: 800px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#topmenu {
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
}

#contentbg {
	background-image: url(../images/grngrad.jpg);
	background-repeat: repeat-x;
}

#leftcol {
	float: left;
	width: 495px;
	clear: none;
	margin: 15px;
}

#rightcol {
	float: right;
	width: 275px;
	clear: none;
	padding-top: 15px;
}

#breaker {
	clear: both;
}

#call {
	background-color: #333333;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	font-size: 22px;
	font-style: italic;
	text-align: center;
}

#footer-left {
	vertical-align: middle;
	width: 200px;
	float: left;
	padding: 8px;
	background-color:#CC3300
}

#footer-right {
	text-align: right;
	vertical-align: middle;
	width: 550px;
	float: right;
	padding: 8px;
	background-color:#FF9966
}

#calctitle {
	width: 98%;
	background-color: #cc0000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bolder;
}

/*#shadow {
	width: 814px;
	background-image:url(../images/shadow.jpg);
	background-repeat:repeat-y;
	padding: 0px;
	margin: 0px;
}

#shadowbottom {
	width: 814px;
	background-image:url(../images/shadowbottom.jpg);
	background-repeat: no-repeat;
	height: 11px;
}*/

h1 {
	color: #ffffff;
	font-size: 18px;
	font-weight: lighter;
}

h2 {
	color: #000000;
	font-size: 18px;
	font-weight: lighter;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}

a.topmenu:hover {
	color: #ed1c24;
}

.AIMFooter {
	font-size: 10px;
}