#banner {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navheader {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 250px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #000000;
}

.navheader {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navfooter {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 250px;
	text-align: center;
	vertical-align: middle;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;
}

.navfooter {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 20px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #999999;
}

.footer {
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	padding: 0px;
	float: none;
}

#wrapper {
	height: auto;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content {
	margin: 0px;
	padding: 0px;
	min-height: 475px;
	width: 760px;
	overflow: auto;
}

/* END LINK PROPERTIES */
.contenth1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.contenth2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.content {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
}


/* LINK PROPERTIES */

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}	

#navheader a:link {
	color: #000000;
	text-decoration: none;
}
#navheader a:visited {
	text-decoration: none;
	color: #000000;
}
#navheader a:hover {
	text-decoration: underline;
	color: #333333;
}
#navheader a:active {
	text-decoration: none;
	color: #000000;
}

#content a:link {
	color: #000000;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #000000;
}
#content a:hover {
	text-decoration: underline;
	color: #333333;
}
#content a:active {
	text-decoration: none;
	color: #000000;
}

#navfooter a:link {
	color: #000000;
	text-decoration: none;
}
#navfooter a:visited {
	text-decoration: none;
	color: #000000;
}
#navfooter a:hover {
	text-decoration: underline;
	color: #333333;
}
#navfooter a:active {
	text-decoration: none;
	color: #000000;
}

#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:hover {
	text-decoration: underline;
	color: #999999;
}
#footer a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.contentrighth2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

