@charset "utf-8";
/* ------------------------------------------------------------
Ingenium Global CSS Stylesheet
Title:	  Global.css
Media:    Screen, Projection, Print, etc.
Author:   Stephen J. Withington, Jr.
Version:  April 24, 2008
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, ol, li, p, img {
	margin: 0;
	border: 0;
}
/* hack to generate vertical slider in Firefox, & Safari doesn't work in Opera */
/* hide from IE mac \*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */
body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	color: #CC3333;
	font-size: 14px;
}
h2 {
	padding-top: 10px;
	color: #CC3333;
	font-size: 12px;
}
h3 {
	padding-top: 10px;
	color: #666666;
	font-size: 11px;
}
ul {
	list-style-type: square;
	padding-left: 24px;
	padding-bottom: 12px;
	margin-right: 6px;
}
ol {
	padding-left: 24px;
	padding-bottom: 12px;
}
li {
	padding-bottom: 0px;
}
p {
	padding: 0 0 10px 0;
}
/*---------------------------------- DEFAULT LINK SETTINGS ----------------------------------*/
a, a:link, a:active {
	color: #0000FF;
	font-weight: normal;
}
a:visited {
	color: #0000FF;
}
a:hover, a:focus {
	color: #0000FF;
	text-decoration: none;
}
select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	width: 916px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	height: 255px;
	background-image: url(../images/bg_header2.jpg);
	background-repeat: no-repeat;
} 
#sidebar1 {
	float: left;
	width: 200px;
	padding: 0 0 0 240px;
}
#sidebar2 {
	float: right;
	width: 200px;
	padding: 0 240px 0 0;
}
#mainContent {
	margin: 0 345px;
	padding: 0 10px;
} 
#footer {
	clear: both;
	padding: 100px 20px 20px 20px;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #contentWrapper {
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	height: 405px;
}
#container #contentWrapper #tblContent {
	width: 700px;
	background-position: center;
}
.contentText {
	padding-left: 28px;
}
#container #header #subheader {
	color: #FFFFFF;
	padding: 145px 250px 10px 33px;
	font-size: 110%;
}
