/* CSS Document */
/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100.01%/120% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
img {
	border: 0;
}
/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
/* Page setup */
body {
	text-align: center;
	background-image: url(../im/bkg.jpg);
	background-repeat: repeat;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 802px;
	background-image: url(../im/in_cen_bkg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
/* top logo and menu */
#logo {
	height: 38px;
	width: 802px;
	background-image: url(../im/in_logo.jpg);
	background-repeat: no-repeat;
}
/*middle column */
#flashcontent {
	width: 760px;
	margin: auto;
	vertical-align: top;
}
#flashcontent a {
	text-decoration: none;
	color: #000000;
}
#flashcontent a:visited {
	color: #000000;
}
#flashcontent a:hover {
	color: #CCCCCC;
}
#flashcontent a:active {
	color: #FF0000;
}
#flashcontent div {
	margin: 10px 0;
}
/* footer and bottom menu */
#ft {
	height: 40px;
	width: 802px;
	background-image: url(../im/in_ft_bkg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
}
#badd {
	width: 802px;
	vertical-align: top;
	font-size: 11px;
	color: #000000;
}
#badd p {
	margin: 0 0 3px 0;
	}
#bmnu {
	width: 802px;
	color: #666666;
	text-align: center;
}
#bmnu ul {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}
#bmnu li {
	margin: 0 10px 0 0;
	display: inline;
	font-size: 10px;
}
#bmnu a {
	text-decoration: none;
	color: #666666;
}
#bmnu a:visited {
	color: #666666;
}
#bmnu a:hover {
	color: #990099;
}
#bmnu a:active {
	color: #FF0000;
}
/* Styles */
.center {
	text-align: center;
}
.purple {
	color: #990099;
}
.purple-bld {
	color: #990099;
	font-weight: bold;
}
.sm80 {
	font-size: 80%;
}
.black {
	color: #000000;
}
.clearit {
	clear: both;
	height: 1px;
}