html {
	height: 100%;
}

body {
	background: repeat-x #DFEAFF;
	text-align: center;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
form {
	display: inline;
}
a, a:visited {
	color: #266DB4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, .h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #222185;
	padding-top: 20px;
	margin-top: 0;
	font-weight: bold;
}
h2, .h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #E41C13;
	margin-top: 20px;
}
h3, .h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #222285;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.industry {
	color: #222185;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.small {
	color: #666666;
	font-size: 9px;
}
.small a, .small a:visited {
	color: #FF3300;
	text-decoration: none;
}
.small a:hover {
	color: #FF3300;
	text-decoration: underline;
}


#wrapper {
	width: 960px;
	text-align: left;
	background: #DFEAFF;
	margin: 0 auto;
	overflow: inherit;
	position: relative;
	margin-top: 20px;
	padding-bottom: 20px;
}

#header {
	background: #A6C4E6 url(img/mainbg.gif) repeat-x;
	width: 960px;
	height: 121px;
}

#footer {
	position: relative;
	clear: both;
	background: #C9C9C9 url(img/footer.gif) bottom no-repeat;
	height: 35px;
}

#footer-content {
	color: #666666;
	font-size: 10px;
	position: absolute;
	left: 380px;
	top: 10px;
}

#main {
	float: left;
	position: relative;
	margin-left: 30px;
	padding-bottom: 50px;
	width: 720px;
	min-height: 500px;
}

#footer-links {
	color: #666666;
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 300px;
}

#content {
	background:#FFFFFF url(img/whitebg.gif) repeat-y;
/*	position: relative; 
	overflow: visible; */
}


.menu, noscript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	float: left;
	height: auto;
	width: 160px;
	color: #666666;
	margin-top: 15px;
	height: 500px;
}
.menu ul {
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
}
.menu li {
	display: block;
	list-style-type: none;
	height: 20px;
}
.menu a {
	font-size: 12px;
	color: #266DB4;
	text-decoration: none;
	width: 180px;
	outline: 0;
	margin-bottom: 5px;
	padding-right: 5px;
	height: 20px;
	line-height: 20px;
	background: #FFFFFF;
}
.menu a:hover {
	text-decoration: underline;
}
.menu a.indent {
	margin-left: 10px;
}

.datum {
	color: #666666;
	font-size: 9px;
	margin-bottom: 5px;
}




.srchinput {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;

	width: 96px;
	height: 19px;
	border-width: 0;
	border-style: none;
	background: url(img/txtinput.gif) transparent no-repeat scroll;
	padding: 5px 7px 0px 8px;
}