@import url('mambo.css');
@import url('menu.css');
@import url('callouts.css');


body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background-color: #000;
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;

}
html>body #outer {height:auto}

td,tr,p,div {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	}
td {
	color: #555;
}

/* Links */
a:link, a:visited {
	font-size: 12px; 
	color: #DAD402; 
	text-decoration: none;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a:hover {
	color: #fff;	text-decoration: none;
	}

img {
	background: #fff;
	padding: 2px;
}

#column {
	text-align: left;
	width: 730px;

	border: 3px solid #124F0B;
}

#header {
	width: 730px;
	margin: 0 0 0px 0;
	height: 237px;
}
#header img {
	border: 0;
	padding: 0;
	margin: 0;
}
#nav {
	float: right;
	width: 171px;
	height: 235px;
	background-image: url(../images/nav-bg.gif);

}
#main-bg {
	width: 730px;
	background: url(../images/body-bg.jpg) no-repeat #2F5B2A;

}
#int-bg {
	width: 730px;
	background: url(../images/intbg.jpg) no-repeat #2F5B2A;

}
#leftcol {
	padding: 0px 15px 0 15px;
	width: 220px !important;
	width/* */: 220px;
	padding: 20px 0 0 0;
	float: left;

	line-height: 20px;
}
#rightcol {

	width: 460px !important;
	width/**/: 490px;
	line-height: 23px;
	float: right;
	text-align: left;
	color: #fff;
	padding: 20px;
	border-left: 1px solid #426A3D;
	
}
#rightcol p {
	margin: 10px;
}


#content-int {
	margin: 20px 15px 0 15px !important;
	margin/**/: 20px 20px 0 20px;
	line-height: 23px;
}


img {
	padding: 1px;
	border: 2px solid #E2E7A1;
}











.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	clear: both;
	text-align: right;
	color: #ddd;
	font-size: 9px;
	margin: 10px 0 0 0;
	font-weight: normal;
	border-top: 1px solid #eee;
	padding: 10px  10px 10px 0;
	width: auto;
		border-top: 1px solid #426A3D;

}
.footer a:link {
	color: #D0D86C;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:visited {
	color: #D0D86C;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:hover {
	color: #D0D86C;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}




