a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}
a:active, a:hover {
	color: #663333;
	text-decoration: none;
}
body {
	background-color: #224275;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin: 0px 0px 0px 0px;
}

.highlight {
  color:#224275;
}

p.standout {
  background:#C3C3C3;
}

/* Ads */
#ad {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	padding: 2px;
	width: 700px;
}
#ad2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-align: center;
	width: 740px;
}
#ad img, #ad2 img {
	padding: 2px;
}

/* Holder */
#holder {
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 760px;
}
#holder p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* Header */
#header {
	background-color: #E1E1E1;
	margin: 0px;
   	 padding: 2px 0px 0px 0px;
	text-align: left;
}
#header h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	text-indent: 25px;
}
#header img {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

/* Menu */
#navlist {
	background-color: #4682B4; /* Menu bar background color*/
	border-bottom: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 5px 10px;
}
#navlist a, #navlist a:link, #navlist a:visited {
	background-color: #C3C3C3; /* Menu button color*/
	border: 1px solid #000000;
	color: #000000; /* Menu text color*/
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active, #navlist a:focus {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}
#navlist #active a {
	background-color: #DDDDDD;
	border: 1px solid #000000;
}
#navlist ul {
	margin: 0px;
	padding: 0px;
}
#navlist li {
	padding-right: 1px;
	display: inline;
	font-size: 0.6em;
}

/* Content */
#content {
	padding: 5px 15px 5px 15px;
	vertical-align: top;
	text-align: left;
}
#content h1 {
	font-size: 26px;
	line-height: 27px;
	padding: 2px;
}
#content h2 {
	font-size: 14px;
	line-height: 17px;
	margin: 1px;
	padding: 1px;
}
#content h3 {
	font-size: 18px;
  line-height:20px;
	margin: 5px 2px;
	margin-lefT: 0px;
	padding: 5px;
	padding-left: 0px;
}

#content h3.basic {
    font-weight:normal;
}
#content h4 {
	font-size: 13px;
	line-height: 13px;
	margin:  0px;
	padding:  3px 0 1px;
}
#content p {
	font-size: 12px;
	line-height: 14px;
	padding: 5px 1px 5px 1px;
}
#content table p {
	text-align: center;
}

/* Footer */
#footer {
	padding: 10px 2px 2px 2px;
	text-align: center;
}
#footer p {
	font-size: 10px;
	font-weight: bold;
}

/* Search Box */
#search {
    margin: 0;
    padding: 5px 10px 0px 0px;
    text-align: right;
}
#search button {
	background-color: #ffffff;
	border-bottom: 2px solid #848484;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #848484;
	border-top: 2px solid #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}
#search input {
	background-color: #E1E1E1;
	border: 1px solid #141414;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding: 2px;
}

/* Directory */
#categories {
    width: 350px;
}
#categories h1 a:link, #categories h1 a:visited {
	color: #353535;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	text-decoration: none;
}
#categories h1 a:active, #categories h1 a:hover {
	color: #C0C0C0;
	text-decoration: none;
	border: 0px none;
}
#categories h1 {
	font-size: 18px;
    line-height: 20px;
	margin: 5px 10px 0px 0px;
}
#l1 ul, #l2 ul {
    float: left;
    margin: 0;
    padding: 1em;
    width: 150px;
}
#l1 li, #l2 li {
	padding-right: 1px;
	display: inline;
	font-size: 0.6em;
}

/* Forms */
#form {
	margin: 2px;
	padding: 2px;
}
#form button {
	background-color: #B5BBD2;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #333366;
	padding: 2px;
	margin: 0px;
}
#form input {
	background-color: #F3F3F3;
	border: 1px solid #333366;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding: 3px;
	color: #000000;
	margin: 1px;
}

/* Event Script */
a.xml {
	background:#f60;
	border: 1px solid;
	border-color: #fc9 #630 #330 #f96;
	color:#fff;
	font: bold 8pt Verdana, sans-serif;
	margin:0;
	padding: 0 4px;
	text-decoration:none;
}
a.xml:link {
	color: #fff;
	text-decoration: none;
}
a.xml:visited, a.xml:hover, a.xml:active {
	color: #fff;
	text-decoration: none;
}
input.bbcode-button {
	background: #efefef;
	height: 20px;	
	font-size: 11px;
	font-weight: normal;
	width: 45px;
	margin: 0px 0px 5px 0px;
}
button.smiley-button {
	background: #efefef;
	height: 23px;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 1px 1px 0px;	
	width: 23px;
}
h4.date {
	font-size: 14px;
	margin: 3px;
	text-indent: 10px;
}
h4.subject {
	color: #0000CC;
	font-size: 12px;
	margin: 3px;
	text-indent: 20px;
}

ul.tagcloud {
	list-style-type: none;
	padding: 0;
	line-height: 2em;
	width: 700px;
}
ul.tagcloud li {
	display: inline;
	line-height: 3em;
/*	white-space: nowrap;*/
}
ul.tagcloud li:after {
	content: ",";
}
ul.tagcloud li:last-child:after {
	content: "";
}
ul.tagcloud .count {
	font-size: 0.875em;
	line-height: 1.714em;
	color: #888;
}
#content h3.preferred {
  /*
  background-image:url('images/preferred-icon.gif');
  background-position:right top;
  background-repeat:no-repeat;
  */
}
h3.preferred, h3.basic {
  margin-top:10px;
  margin-bottom:0;
  padding-bottom:5px;
}

div.listing_wrap p {
  padding:10px;
  margin:10px;
  }
div.listing_wrap {
  border-bottom:1px solid #C3C3C3;
  padding:3px;

}
div.preferred:hover {
  background-color:#C3C3C3;
}
#link_exchange {
	margin-top:20px;
	border:solid #224275 1px;
	padding:5px;
}
