/* CSS Document */

body {
	margin-top: 0px;
	text-align: center;
	background-image: url(gradient.jpg);
	background-repeat: repeat;
}

a:link {
	text-decoration: none;
	color: #ff6600;
}
a:visited {
	text-decoration: none;
	color: #ff6600;
}
a:active {
	text-decoration: none;
	color: #ff6600;
}
a:hover {
	text-decoration: none;
	color: #669933;
}

webLink.a:link {
	text-decoration: none;
	font-weight: bold;
	color: fffeee;
}
webLink.a:visited {
	text-decoration: none;
	color: fffeee;
	font-weight: bold;
}
webLink.a:active {
	text-decoration: none;
	color: #fffeee;
	font-weight: bold;
}
webLink.a:hover {
	text-decoration: none;
	color: #669933;
	font-weight: bold;
}

#pageSurround {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
	width: 860px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ff6600;
	border-left-color: #ff6600;
}

#topHeader {
	height: 180px;
}

.colLeft {
	float: left;
	width: 180px;
	margin-left: 2px;
}


.colMid {
	float: right;
	width: 96%;
	padding: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6ems;
	margin-left: 10px;
	margin-right: 16px;
}

.H1 {
	font-size: 22px;
	font-weight: bold;
	color: #666666;
}

.H2 {
	font-size: 1.4ems;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.tfs {
	font-style: italic;
	font-weight: bold;
}

.list {
	font-size: 1.1ems;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}


.footer {
	clear: both;
	background-color: #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fffeee;
	height: 80px;
	padding-left: 2px;
}

.webLink {
	text-indent: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

