/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(page.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-left:0px;
	padding: 0px;
	font-family: Tahoma, Gill, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
}
#wrapper {
	width: 980px;
	text-align: left;
}
#head {
	position: relative;
	left: 38px;
	top: 130px;
	width: 420px;
}
#head h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0.3em;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
}
#head h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0.3em;
	border: none;
	padding-bottom: 0px;
	color: #FFEFCD;
}
.col3 {
	text-align: justify;
	float: left;
	width: 276px;
	margin-left: 38px;
	margin-bottom: 1.5em;
}

.col3c	{
	text-align: center;
	float: left;
	width: 276px;
	margin-left: 38px;
	margin-bottom: 1.5em;
}
.col2 {
	float: left;
	width: 433px;
	margin-left: 38px;
	margin-bottom: 1.5em;
	text-align: justify;
}
.col2center {
	float: left;
	width: 433px;
	margin-left: 38px;
	margin-bottom: 1.5em;
	text-align: center;
}
.col1	{
	float: left;
	width: 904px;
	margin-left: 38px;
	margin-bottom: 1.5em;
	text-align: justify;
}

.col1a {
	float: center;
	width: 904px;
	margin-left: 38px;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 2em;
}
.col3a {
	text-align: justify;
	font-size: 0.8em;
	float: left;
	width: 276px;
	margin-left: 38px;
	margin-bottom: 1.5em;
}
.col3vcol1 {
	text-align: justify;
	float: left;
	width: 590px;
	margin-left: 38px;
	margin-bottom: 2em;
}
.col3b {
	text-align: justify;
	font-size: 1.0em;
	float: left;
	width: 344px;
	margin-left: 38px;
	margin-bottom: 1.5em;
}

.colmid {
	text-align: justify;
	font-size: 0.8em;
	float: left;
	width: 138px;
	margin-left: 38px;
	margin-bottom: 1.5em;
}
.rbi {
	float-align: left;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	color: #FF9900;
	margin-bottom: 1.5em
}
.rbni {
	float-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	color: #FF9900;
	margin-bottom: 1.5em
}
.middle  {
	text-align: center;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	text-align: left;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}
#content {
	font-size: 0.9em;
	line-height: 1.4em;
}
.clearing {
clear:both;
display:block;
visibility:hidden;
height: 20px;
}
#footer {
	width: 100%;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	background-color: #E4E4E4;
}
#footer p {
	text-align: center;
	width: 980px;
	font-weight: bold;
	margin: 0px;
	font-size: 0.85em;
}
#footlink {
	background-image : url(footlink.jpg);
	width:100%;
}
#footlink p {
	color:#FFFFFF;
	text-align: right;
	margin-right:20em;
	width 980px;
}
#footlink p a {
	color:#FFFFFF;
}
#logo {
	background-image: url(gibside.gif);
	position: absolute;
	left: 35px;
	top: 15px;
	height: 71px;
	width: 107px;
	z-index: 100;
}

#nav {
	position: absolute;
	left: 200px;
	top: 66px;
	width: 777px;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	font-weight: bold;
	text-decoration: none;
}
#content a {
	color: #333333;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.imagefloat  {
	float: left;
	margin-right: 10px;
}
.imagefloat2  {
	float: right;
	margin-left: 10px;
}
