#frame {
	width: 774px;
	background-color: White;
	border: solid white 2px;
	margin-top: 15px;
}
#header {
	width: 770px;
	text-align: left;
}
#index {
	width: 145px;
	text-align: center;
	/*background-color: #0086BD;*/
	color: White;
	border-bottom: 2px solid White;
}
/*#index ul {
	font-size: 6pt;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0px;
	border: 1px solid White;
}
#index a {
	color: White;
	text-decoration: none;
}
#index a:hover {
	color: White;
	background-color: #6B8E21;
}*/
.subHead {
	color: #044E6C;
	font-weight: bold;
	text-decoration: underline;
}

body {
	width: 100%;
	background-image:url(images/bkgrndGradient.gif); 
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f5fbfe;
	font-size: 55%;
}
a {
	color: #044E6C;
}
#mainBody {
	padding-left: 8px;
	margin-top: 8px;
	border-left: thin solid #B5D7E7;
}
#bodyCopy {
	height: 100%;
}
#mainContent {
	width: 600px;
	text-align: left;
	float: left;
	background-color: White;
}
#mainHeader {
	width: 600px;
	height: 200px;
}
#thumbHead {
	margin-top: 4px;
}
#thumbFrame {
	position: relative;
	height: 110px;
	margin-top: 5px;
	width: 600px;
}
#thumb1 {
	position: absolute;
	width: 146px;
	top: 0px;
	left: 0px;
}
#thumb2 {
	position: absolute;
	width: 146px;
	top: 0px;
	left: 151px;
}
#thumb3 {
	position: absolute;
	width: 146px;
	top: 0px;
	left: 303px;
}
#thumb4 {
	position: absolute;
	width: 146px;
	top: 0px;
	left: 454px;
}
#leftMain {
	width: 284px;
	float: left;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
}
#rightMain {
	width: 284px;
	float: right;
	padding: 8px;
}
#rightCol {
	width: 170px;
	height: 100%;
	float: left;
}
#footer {
	clear: both;
	text-align: right;
	width: 766px;
	background-color: #f5fbfe;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
}
/** {
	margin: 0;
	padding: 0;
}*/

html {
	font-size: 125%;
	font-family: Verdana, Arial, sans-serif;
}

/*body {
	font-size: 55%;
	background: #fff;
	color: #333;
	padding: 0 0 20px 0;
}*/

	/* relative font-size inheritance fix for IE5/Win */
	table, input, select, td, th, li li, li p, td p, p
	{
		font-size: 1em;
	}
	/* End of IE5/Win fix */
.imageRight {
	margin-left: 5px;
	border: 1px solid Black;
}

.imageLeft {
	margin-right: 5px;
	border: 1px solid Black;
}