body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FCF5E8;
	background-image: url(images/bg_pages.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
h1 {
	font-size: 18px;
	color: #000066;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin-top:0px;
}
h2 {
	color: #E2B75F;
	font-size: 14px;
}
a {
	color:#000066;
	text-decoration:underline;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #666666;
	padding:3px;
}
.home {
	background-color: #FCF5E8;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.box {
	width:950px;
}
.nav {
	height:40px;
	width:950px;
}
.mid {
	background-image: url(images/mid_bg.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 950px;
	text-align: left;
}
.mid_nav {
	text-align:center;
	line-height:25px;
}
.mid_nav a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
}
.mid_nav a:hover {
	color:#FFFF99;
	text-decoration:underline;
}
.mid_button {
	margin-top:105px;
	margin-left:80px;
}
.info_home {
	width:950px;
	background-image:url(images/info_bg_home.jpg);
	background-repeat:repeat-y;
}
.info_home_left {
	padding:0px 10px 0px 10px;
	width:460px;
	float:left;
}
.info_home_right {
	padding:0px 10px 0px 30px;
	width:430px;
	float:left;
}
.info {
	padding-top:10px;
	width:950px;
	background-image:url(images/info_bg.jpg);
	background-repeat:repeat-y;
	margin-top:10px;
}
.footer {
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 20px;
	width:950px;
}
.info_left {
	float: left;
	width: 140px;
	text-align:left;
	padding-right: 10px;
	padding-left: 10px;
}
.info_left a {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#996633;
	text-decoration:none;
}
.info_left a:hover {
	color:#000066;
	text-decoration:underline;
}
.info_mid {
	float: left;
	width: 550px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
.info_right {
	float: left;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.featured_bg {
	background-color:#E2B75F;
}
.featured_pic {
	border:1px solid #000000;
}
.row_0 {
	background-color:#DCDCDC;
}
.row_1 {
	background-color:#EDEDED;
}
.row_header {
	background-color:#000066;
	color:#FFFFFF;
	font-weight:bold;
}
/* ARTICLE PAGES */
.article {
	margin:5px;
	padding:5px;
	border:1px solid #CCCCCC;
	background-color:#F8EEDD;
}
.article_title {
	font-size:14px;
	font-weight:bold;
}
.article_author {
	font-size:10px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:7px;
	padding-bottom:7px;
}
.article_leadin a {
	color:#333333;
	text-decoration:none;
	display:block;
	width:100%;
}
.article_leadin a:hover {
	color:#000000;
}
.calc_iframe {
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	width:540px;
	height:500px;
	background-color:#FFFFFF;
}
