@charset "utf-8";
/* main stylesheet */

#wrapper {
	margin: auto;
	width: 900px;
	background-color: #fff;
	border: solid 1px #666;
}

#wrap {
	float: left;
	width: 200px;
	background-color: #fff;
}

#header {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 100px;
}

#content {
	width: 680px;
	background-image: url(images/gradient4.png);
	background-repeat: repeat-x;
	float: right;
	padding: 10px;
	background-color:#fff;
	border-top: solid 1px #666666;
}

#fLogos {
    clear: both;
    padding: 5px;
    background-color:#fff;
	text-align: center;
}

#footer {
	clear: both;
	font-size: 8pt;
	text-align: center;
	background-color:#fff;
	padding: 5px;
	border-top: solid 1px #666666;
}

#lowerMenu {
	padding: 5px;
}

body {
	behavior:url("csshover.htc");
	background-color: #fff;
	background-image: url(images/gradient3.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h3 {
	font-size:11pt;
}

h4 {
	font-size: 10pt;
}

h5 {
	font-size: 9pt:
}

p.indent {
	text-indent: 0.25in;
	text-align: justify;
}

img.fltRght {
	float: right;
	padding-left: 5px;
}

img.fltLft {
	float: left;
}

table.cenTered {
	margin-left: 50px;
}

td.large {
	font-size:11pt;
	font-weight:bold;
}

.italFnt {
	font-size: 10pt;
	font-style:italic;
}

.italLg {
	font-size: 12pt;
	font-style: italic;
}

.smFont {
	font-size: 8pt;
}

.thumbHdr {
	font-size: 11pt;
	font-weight:400;
	color: #fff;
	background-color: #69c;
	text-align: left;
	padding: 3px;
}

.bld {
	font-size: 10pt;
	font-weight: 700;
}

.bigBld {
	font-size: 14pt;
	font-weight: 400;
}

.monoFont {
	font-family: Courier New;
	font-size: 10pt;
}

.bldRed {
	color: #FF0000;
	font-weight: bold;
}


