@import url('mambo.css');
@import url('sifr.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}
#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	text-align: center; 
	background: url(../images/bg.gif) center #C4BC8D;
	color: #000;
	
}
html>body #outer {height:auto}
hr {
	border: none;
	border-bottom: 1px dotted #eee;
	border-top: 1px dotted #888;
	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #670001;
}
img {
	border: 3px solid #ddd;
	padding: 2px;
}




#column {
	width: 716px;
	margin: 0 auto;

	background-position: center;
	
}

#logo {

	width: 669px;
	height: 100px;
	background-image: url(../images/logo.gif);
	margin: 0 auto 0 auto;

}
#logo img {
	border: 0;
}

#nav {
	padding: 6px 0 0 0;
	height: 24px;
	width: 700px;
	background-image: url(../images/nav-bg.gif);
	margin: 0 auto;

}
html*#nav {
	padding: 8px 0 0 0;

}


#header {
	
	background-image: url(../images/header.jpg);
	margin: 0px auto 0px auto;
	width: 669px;
	height: 224px;
	background-position:top center;
	padding: 0px 0 0 0;
	background-repeat: no-repeat;
}
html* #header {
	padding: 0;
	height: 224px;
	
}
#leftcol {
	float: left;
	width: 410px;

	margin: 10px auto 0 35px;
	text-align: left;
}
html*#leftcol {
	float: left;
	width: 410px;
	margin: 10px auto 0 20px;
	text-align: left;
}
#rightcol {
	float: right;
	width: 216px !important;
	width/**/: 216px;
	margin: 5px 27px 0 0 !important;
	margin/**/: 5px 10px 0 0;
	background-image: url(../images/Callout-bg.gif);
	background-position: bottom left;
	background-repeat: repeat-y;

}

#right-top {
	background-image: url(../images/right-top.gif);
	height: 23px;
}
#right-bottom {
	background-image: url(../images/right-bottom.gif);
	height: 23px;
}
#rightcol p {
	margin: 10px 5px 15px 20px;
	text-align: left;
	font-size: 10px;
	color: #493815;
}
#rightcol hr {
	border-top: 1px solid #F9FAF6;
	border-bottom: 1px solid #CACCC0;
	margin: 12px 0px 25px 0px;
}
html*#rightcol hr {
	margin: 8px 0px 12px 0px;
}
#tail{

	height: 24px;
}
/*:::::::::::::::::::::::::::::::*/
#content-int {
	margin: 10px 40px;
	text-align: left;
	min-height: 300px;
}

html*#content-int {
	height: 300px;
}
/*:::::::::::::::::::::::::::::::*/

.cleaner
{
  clear:both;

}
.footer {
	

	text-align: center;
	font: Arial, Helvetica, sans-serif;
	color:#7F95BA;
	font-size: 9px;
	padding-top: 4px;
	width: 669px;
	margin: 0 auto;
	padding-bottom: 4px;
	line-height: normal;
	border-top: 1px solid #4B6B9C;
}
.footer a:link {
	color: #7F95BA;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:visited {
	color: #7F95BA;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:hover {
	color: #7F95BA;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}