body
{
	background-color: #fdfffd;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	padding: 10px;
	margin: 0;
}

input, textarea, td
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

#main
{
	width: 900px;
}

#corner-tl, #corner-tr, #corner-bl, #corner-tr, #menu-l, #menu-r
{
	width: 20px;
	height: 20px;
}

#corner-tl
{
	background: url("/images/site/corner-tl.png") no-repeat #0c6b0b;
}

#corner-tr
{
	background: url("/images/site/corner-tr.png") no-repeat #0c6b0b;
}

#corner-bl
{
	background: url("/images/site/corner-bl.png") no-repeat #0c6b0b;
}

#corner-br
{
	background: url("/images/site/corner-br.png") no-repeat #0c6b0b;
}

#menu-l
{
	background: url("/images/site/join-l.png") no-repeat #0c6b0b;
}

#menu-r
{
	background: url("/images/site/join-r.png") no-repeat #0c6b0b;
}

.scolumn
{
	width: 20px;
	background: url("/images/site/colbg.png") repeat-y #0c6b0b;
}

#header
{
	height: 20px;
	padding-top: 2px;
	background: url("/images/site/barbg.png") repeat-x #0c6b0b;
	text-align: center;
	font-size: 8pt;
	color: #ffe;
}

#logo
{
	background: url("/images/site/logo.png") no-repeat #0c6b0b;
	height: 120px;
}

#topmenu
{
	height: 20px;
	background: url("/images/site/barbg.png") repeat-x #0c6b0b;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #ffe;
}

#topmenu a, #topmenu a:visited
{
	color: white;
	text-decoration: none;
	padding: 2px 10px;
}

#topmenu a:hover
{
	color: yellow;
/*	text-decoration: underline;*/
	background: url("/images/site/barhi.png") repeat-x #0c6b0b;
}

/* ********** Content area ********* */

#content
{
	background-color: #ffe;
	color: #040;
	text-align: left;
	padding: 5px 5px 20px 5px;
	font-size: 10pt;
}

#content p
{
	font-size: 16px;
}

#content h1
{
	color: #060;
	font-size: 16pt;
	margin: 22px 0 5px 0;
}

#content h1.centered
{
	color: #060;
	font-size: 16pt;
	margin: 22px 0 5px 0;
	text-align: center;
}

#content a, #content a:visited
{
	color: #060;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	color: #6a490a;
	text-decoration: underline;
}

#content li
{
	margin: 4px 0;
	font-size: 15px;
}

#content ul .dslist li
{
	padding: 20px 0;
	font-size: 15px;
}

/* ********** Copyright area ********* */

#copyrightbar
{
	height: 20px;
	background: url("/images/site/barbg.png") repeat-x #0c6b0b;
	text-align: center;
	padding-top: 2px;
	font-size: 8pt;
	color: #ffe;
}

#copyrightbar a, #copyrightbar a:visited
{
	color: #ffc;
	text-decoration: none;
}

#copyrightbar a:hover
{
	color: #fc0;
	text-decoration: none;
}

/* ********** Page Images and Media ********* */

.imgl, .medialeft
{
	float: left;
	padding: 0 10px 10px 0;
}

.imgr, .mediaright
{
	float: right;
	padding: 0 0 10px 10px;
}

.img
{
	padding: 5px;
}

.imgb
{
	padding: 8px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	margin: 10px;
}

.imglb
{
	float: left;
	padding: 10px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	margin: 0 10px 10px 0;
}

.imgrb
{
	float: right;
	padding: 10px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	margin: 0 0 10px 10px;
}

/* ********** Links Pages ********* */

.link
{
	margin-bottom: 15px;
}

.linktitle
{
	background-color: #c0dcc0;
	font-size: 11pt;
	font-weight: bold;
	color: #040;
	padding: 3px;
	border-right: 1px solid #080;
	border-bottom: 1px solid #080;
}

.linktitle a, .linktitle a:visited
{
	color: #040;
	text-decoration: none;
}

.linktitle a:hover
{
	color: #f60;
	text-decoration: underline;
}

#linkpages
{
	float: right;
	border: 1px solid black;
	padding: 2px;
	background-color: #cee6d0;
	color: #060;
}

#linkpages a, #linkpages a:visited
{
	font-weight: bold;
	font-size: 11pt;
	color: yellow;
	text-decoration: none;
}

#linkpages a:hover
{
	color: white;
	text-decoration: underline;
}

.linktext
{
	margin: 0 10px 0 20px;
	text-align: justify;
}

#content .website
{
	margin-top: 3px;
	float: right;
}

#content .website a, #content .website a:visited
{
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	color: #060;
	text-decoration: none;
}

#content .website a:hover
{
	color: #f00;
	text-decoration: underline;
}

/* ********** FAQs ********* */


.faqq
{
	font-size: 11pt;
	font-weight: bold;
	color: #080;
	margin: 0 0 5px 0;
}

.faqa
{
	font-size: 10pt;
	color: #040;
	margin: 0 0 15px 30px;
}

/* ********** Misc ********* */

#errmsg
{
	border: 1px solid red;
	padding: 0 5px 5px 5px;
	background-color: #ffc;
	color: red;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.searchterm
{
	background-color: #c0dcc0;
	color: black;
}

.searchterm2
{
	background-color: #ffffee;
}

#gallerybar
{
	float: left;
	margin: 0 10px 0 5px;;
}

#gallerybar img
{
	margin-bottom: 10px;
}

#mainpic
{
}

.large, #content .large, #content .large p
{
	font-size: 12pt;
}

.small
{
	font-size: 8pt;
}

.tiny
{
	font-size: 7pt;
}

#slideimg
{
	cursor: pointer;
}

