@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

#site {
	width: 967px;
	height: 494px;
	min-height: 494px;
	margin: 0 auto;
	color: inherit;
	background: #fff;
	position: relative;
	z-index: 1;
}

#top {
	width: 967px;
	height: 30px;
	background-image: url(images/indigo/OCT09-BGtop.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	z-index: 1;
}

#menuTop {
	width: 550px;
	height: 20px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 25px;
	float: right;
	text-align: right;
}

#ddtopmenubar {
	width: 625px;
	height: 20px;
	float: right;
}

.menu {
	color: #333333;
	background: none;
	font-size: 9pt;
	text-decoration: none;
}

a.menu {}

a.menu:hover {
	color: #003399;
	background: none;
	text-decoration: underline;
}
	
#titleTop {
	width: 350px;
	height: 60px;
	float: left;
	position: absolute;
	z-index: 2;
}

#mid {
	width: 967px;
	min-height: 408px;
	background-image: url(images/indigo/OCT09-BGmid.png);
	background-repeat: repeat-y;
	padding: 0 15px 0 10px;
	position: relative;
	z-index: 1;
}

#leftBlk {
	width: 770px; 
	text-align: left;
	margin-top: 50px; 
	float: left;
	position: relative;
	z-index: 1;	
}

#rightBlk {
	width: 160px;
	min-height: 400px;
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	position: relative;
	z-index: 1;	
}

#btm {
	width: 967px;
	height: 56px;
	background-image: url(images/indigo/OCT09-BGbtm.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	z-index: 1;
}

#footer {
	right: 0;
	bottom: 0;
	text-align: center;
}

.footer {
	color: #333333;
	background: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
