body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	color: #112345; /* chosen font */
	background:#FFFFFF; 
}

.border { /* right hand boxes border (heading) */
	background-color: #C6D4E1;  
	border-bottom: #FFFFFF 1px solid; 
	Border-left: #C6D4E1 1px solid; 
	Border-right: #C6D4E1 1px solid;
	Border-top: #C6D4E1 1px solid;
}

#pp {
	font-size: 16px;
	font-weight: bold;
}

.border2 {
	background-color: #C6D4E1; /* top menu border */
	border: #C6D4E1 1px solid;
}


.box_border { /* right hand boxes border (box structure) */
	background-color: #FFFFFF;
	Border-left: #C6D4E1 1px solid;
	Border-right: #C6D4E1 1px solid;
	Border-bottom: #C6D4E1 1px solid;
	padding: 5px;
} /* unsure */
.box_border a { color:#FFFFFF; text-decoration: underline; }
.box_border a:visited { color:#FFFFFF; text-decoration: underline; }
.box_border a:hover { color:#FFFFFF; text-decoration: underline; }

.bar { /* top bar (menu) */
	font-size: 14px; color: #FFFFFF;
	font-weight: Bold;
	background-color: #3A507F; /* top bar background + right hand background bars */
	padding: 0 5px 0 5px;
	Height: 30px;
	text-align:center;
}
	.bar a:link { /* top bar (menu) links */
		color: #FAFDFD; text-decoration: none;
	}
	.bar a:visited {
		color: #FAFDFD; text-decoration: none;
	}
	.bar a:hover {
		color: #FFFFFF; text-decoration: underline;
	}

.logo {
	font-size: 28px; color: #112345;
	font-weight: Bold;
	background-color: #FFFFFF;
	padding: 30px 0 10px 0;
	text-align:center;
}
	.logo a:link {
		color: #112345; text-decoration: none;
	}
	.logo a:visited {
		color: #112345; text-decoration: none;
	}
	.logo a:hover {
		color: #112345; text-decoration: underline;
	}


.footer {  /* footer control */
	color: #FAFDFD;
	font-size: 12px;
	BORDER-TOP: #C6D4E1 10px solid;
	background-color: #3A507F;
}

	.footer a:link {
		color: #FAFDFD; text-decoration: underline;
	}
	.footer a:visited {
		color: #FAFDFD; text-decoration: underline;
	}
	.footer a:hover {
		color: #FFFFFF; text-decoration: underline;
	}

form {
	Margin: 0px;
}

.button {
	border: #C6D4E1 0px solid; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND: url(../images/search.gif); WIDTH: 70px; COLOR: #fff; HEIGHT: 23px;
}
 /* Front Page Category Links */  
.cat { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A507F;
	padding: 2px 4px 0 10px;
	background: url(../images/folder.gif) no-repeat left; 
	Margin: 0px;
}
	.cat A:link {
		FONT-WEIGHT: bold; COLOR: #3A507F; TEXT-DECORATION: Underline;
	}
	.cat A:visited {
		FONT-WEIGHT: bold; COLOR: #3A507F; TEXT-DECORATION: Underline;
	}
	.cat A:hover {
		FONT-WEIGHT: bold; COLOR: #C6D4E1; TEXT-DECORATION: Underline;
	}

 /* Subcategories (underneath main front page cat links */
.subcat {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A507F;
	padding: 0 0 0 10px;
	Margin: 0px;
}
	.subcat A:link {
		COLOR: #3A507F; TEXT-DECORATION: none;
	}
	.subcat A:visited {
		COLOR: #3A507F; TEXT-DECORATION: none;
	}
	.subcat A:hover {
		COLOR: #C6D4E1; TEXT-DECORATION: Underline;
	}


.break {
	padding: 3px 0 3px 0;
}

.text {
	border: 1px solid #C6D4E1; /* input fields on (title, url, name etc) submit page */
	background: #FFFFFF;
	height: 17px;
	font-size: 12px;
	padding: 2px;
	width: 340px;
	color: #3A507F;
}
.textarea {
	border: 1px solid #C6D4E1; /* border around (desc + recp link) submit section */
	background: #FFFFFF;
	padding: 2px;
	font-size: 12px;
	width: 340px;
	color: #3A507F;
}
.textpy { /* border around (captcha) submit section */
	border: 1px solid #C6D4E1;
	background: #FFFFFF;
	height: 17px;
	font-size: 12px;
	padding: 2px;
	width: 50px;
	color: #3A507F;
}


.linktitle { /* regular link title */
	font-weight: bold; font-size: 12px; color: #3A507F; 
}
	.linktitle a:link {
		font-weight: bold; color: #3A507F; text-decoration: underline;
	}
	.linktitle a:visited {
		font-weight: bold; color: #3A507F; text-decoration: underline;
	}
	.linktitle a:hover {
		font-weight: bold; color: #C6D4E1; text-decoration: none;
	}

.linkshortdesc { /* regular link desc */
	font-weight: normal; font-size: 11px; color: #3A507F; line-height:1.5em;
}
	.linkshortdesc a:link {
		color: #3A507F; text-decoration: none;
	}
	.linkshortdesc a:visited {
		color: #3A507F; text-decoration: none;
	}
	.linkshortdesc a:hover {
		color: #C6D4E1; text-decoration: underline;
	}


.linkurl { /* regular link url */
	font-weight: italic; font-size: 11px; color: #A7B3B4;
}

	.linkurl a:link {
		color: #A7B3B4; text-decoration: underline;
	}
	.linkurl a:visited {
		color: #C6D1D3; text-decoration: underline;
	}
	.linkurl a:hover {
		color: #505758; text-decoration: underline;
	}


.navbar { /* category location, just below top menu */
	color: #3A507F;
	font-size: 12px;
}

	.navbar a:link {
		color: #3A507F; text-decoration: underline; Font-Weight: bold;
	}
	.navbar a:visited {
		color: #3A507F; text-decoration: underline; Font-Weight: bold;
	}
	.navbar a:hover {
		color: #FFFFFF; text-decoration: underline; Font-Weight: bold;
	} 

.f_link { /* featured link  */
	background-color: #FAFDFD;
	padding: 5px;
	Border: #505758 2px dotted;
	margin: 10px 0 10px 0;
}

.r_link { /* reg link  */
	background-color: #FFFFFF;
	padding: 5px 0 5px 0;
	Border-bottom: #505758 1px dashed;
	margin: 10px 0 10px 0;
}


div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg{
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb{
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

.small, .small a {
	padding: 0px;
	margin: 0px;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #ffffff;
	float: right;
	margin: 0 3px 0 0;
	font-size: 10px;
	font-weight: normal;
}

table.formPage {
	border: 1px solid #A0A0A0;
}
td.err {
	padding: 4px;
	color: #FF0000;
	text-align: left;
}
td.msg{
	padding: 4px;
	color: #228b11;
	text-align: left;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
   background:transparent;
   font-size: 11px;
   color: #53646f;
}


span.req {
	color: #FF0000;
	font-weight: bold;
}

select {
	font-size: 8pt;
	color: #000000;
	border: 1px solid #d5d5d5;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#4f5f6b;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #4f5f6b;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
	margin:0 0 5px;
	font-size: 12px;
	padding:2px;
	text-align:center;
	color:#FFFFFF;
	background:#6f808b;
	vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #4f5f6b;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#dbdee0;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}

#toplogo {
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #3A507F;
}
#linkstats {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:11px;
	padding:1px;
	color: #3A507F;
	border-top: solid 1px #C6D4E1;
	margin-top:3px;
	}
.links { 
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.8em;
	font-size:10px;
	color: #3A507F;
	padding: 2px 4px 0 10px;
	background: url(../images/folder.gif) no-repeat left; 
	Margin: 0px;
}
.links a {color: #3A507F; text-decoration: underline;}
.links a:visited {color: #3A507F; text-decoration: underline;}
.links a:hover {color: #C6D4E1; text-decoration: underline;}
#content {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:12px;
	color: #3A507F;
	margin-top:2px;
	maring-bottom:2px;
	padding:1px;
}
#contenttwo {
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:12px;
	color: #3A507F;
}
#content a { color: #3A507F; text-decoration: underline; }
#content a:hover { color: #C6D4E1; text-decoration: underline; }
#contenttwo a { color: #5f5c4d; text-decoration: underline; }
#contenttwo a:hover { color: #C9D683; text-decoration: underline; }
#author { border: dashed 1px #e0e7b2; padding:3px; }
.linksubmit { font-size:12px; color:#3A507F; font-family:Arial, Helvetica, sans-serif; line-height:1.5em; }
