html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link, a:active, a:hover {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color:#ff0000;
	text-decoration: none;
}
h1 {
  display: block;
  text-indent: -999999px;
  overflow: hidden;
  height: 0px;
}
#wrapper {
	text-align: left;
	padding: 10px;
	height: auto;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
	border-top-width: 7px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #626262;;
	border-right-color: #626262;;
	border-bottom-color: #626262;;
	border-left-color: #626262;;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 778px;
	position: relative;
	background-attachment: scroll;
	background-image:url(../images/linksHeader.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #626262;
}
#header p {
	display: block;
	margin: 0px;
	padding: 0px;
	width: auto;
	position: absolute;
	top: 33px;
	left: 20px;
	font-size: 12px;
	text-transform: lowercase;
}
#container {
	background-color: #ffffff;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	overflow: hidden;
}
#title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
    font-weight: bold;
}

#categories {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
	height: auto;
	width: 100%;
}
#categories li {
	padding: 0px;
	float: left;
	width: 48%;
	margin-top: 0px;
	margin-right: 0.5%;
	margin-bottom: 1%;
	margin-left: 0.5%;
}
#categories li a:link, #categories li a:active, #categories li a:visited {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 100%;
	display: block;
	height: auto;
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #626262;
}
#categories li a:hover {
	color:#000000;
	background-color: #cccccc;
}
#linksdisp {
	line-height: 1.5em;
	clear: both;
	display: block;
	padding: 0px;
	margin: 0px;
}
#linksdisp li {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#linksdisp li a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#linksdisp li a:hover {
	text-decoration: none;
}
.link {
	font-size: 10px;
	font-style: italic;
	color: #000000;
}
.linkcat {
	font-size: 10px;
	color:#000000;
}

#paging {
	padding:0px;
	margin:20px 0px 20px 0px;
}
#paging a:link, #paging a:active, #paging a:visited {
	padding:1px 5px 1px 5px;
	margin:0px 5px 0px 0px;
	border:solid 1px #999;
	text-decoration:none;
	background:#ffffff;
}
#paging a:hover {
	text-decoration:none;
	background:#ffffff;
}
#paging .inactive {
	padding:1px 5px 1px 5px;
	margin:0px 5px 0px 0px;
	background:transparent;
	color:#ccc;
	border:solid 1px #626262;
}

#searchform {
	height: auto;
	width: auto;
	position: relative;
	display: block;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 30px 0px;
    border: solid 1px #626262;
	background-color:#ffffff;
}
#searchwrapper {
	margin: 0px;
	padding: 0px;
}
#searchwrapper th {
  padding: 3px 15px 3px 15px;
  margin: 0px;
  font-weight: bold;
  width: 100px;
  text-align: left;
}
#searchwrapper td {
  padding: 3px;
  margin: 0px;
  text-align: center;
}
#searchform input {
	height: 20px;
	width: auto;
	border: 1px solid #626262;
	margin: 0px;
	padding: 0px;
}
#searchform input#keyword {
  width: 440px;
}
#searchform a {
  padding: 0px;
  margin: 0px 15px 0px 0px;
  color: #000000;
  text-decoration: underline;
}
#searchform a:hover {
	color:#ff0000;
  text-decoration: none;
}

#searchwrapper input.searchbutton, #tblsubmit .btn_submit {
	height: 22px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
    background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-transform: lowercase;
}
#linkField {
	margin: 0px;
	padding: 10px;
	height: 1%;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    border: solid 1px #626262;
}
#formsubmit {
	margin:20px 0px 0px 0px;
	padding:0px;
}
#tblsubmit {
	margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #626262;
	border-left-color: #626262;
}
#tblsubmit caption {
	text-align: left;
	font-weight: bold;
	height: auto;
	width: auto;
	background-color: #ffffff;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #626262;
	border-left-color: #626262;
	text-transform: uppercase;
	border-bottom-style: none;
	border-right-color: #626262;
}
#tblsubmit th {
	background-color: #ffffff;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: right;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #626262;
	border-bottom-color: #626262;
}
#tblsubmit td {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #626262;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}
#tblsubmit tr {
	background-color: #ffffff;
}
#tblsubmit input, #tblsubmit textarea, #tblsubmit select {
  background-color: #ffffff;
  border: 1px solid #626262;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#tblsubmit input, #tblsubmit select {
	width:300px;
}
#tblsubmit textarea {
	width:400px;
	height:100px;
}
#tblsubmit input#addcharl {
	background-color: #ffffff;
	border: none;
}
#tblsubmit input#button {
	width:200px;
	height:auto;	
}
.messagebox {
	background-color:#ffffff;
	text-align:left;
	vertical-align:middle;
	line-height:1.5em;
}
.messagebox p {
	margin:0px;
	padding:0px;
	font-weight: bold;
	color: #000000;
}


#footer {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	background-color: #ffffff;
	clear: both;
}
#footer p {
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer a {
	color: #000000;
	text-decoration: none;
}W
#footer a:hover {
	color: #ff0000;
	text-decoration: none;
}