*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	background: url("/images/site/background.png") repeat-y white;
}

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

#main
{
	width: 802px;
	border: 1px solid black;
	z-index: 50;
}

#logo
{
	background: url("/images/site/logobg.png") repeat-x white;
	height: 130px;
	z-index: 100;
	min-width: 960px;
}

#logocorner
{
	background: url("/images/site/logocorner.png") no-repeat white;
	position: absolute;
	top: 0;
	left: 0;
	width: 208px;
	height: 208px;
	z-index: 200;
}

#logoname
{
	background: url("/images/site/logoname.png") no-repeat white;
	position: absolute;
	top: 23px;
	left: 215px;
	width: 531px;
	height: 76px;
	z-index: 200;
}

#logopic
{
	float: right;
	margin: 0 5px 0 0;
	width: 120px;
	height: 123px;
	background: url("/images/logopix/cpic1.png") no-repeat;
}

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


#content
{
	width: 100%;
	float: right;
	margin: 0 0 0 -220px;
	text-align: left;
	z-index: 10;
}

#content .wrapper
{
	color: #64072c;
	margin: 0 0 0 220px;
	padding: 10px 150px 20px 20px;
	text-align: justify;
	font-size: 8pt;
	min-height: 500px;
	min-width: 600px;
	background: url("/images/site/pagebg.jpg") bottom right white no-repeat;
	z-index: 12;
}

#content h1
{
	color: #64072c;
	font-size: 16pt;
	margin: 2px 0 5px 0;
}

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

#content h2
{
	color: #64072c;
	font-size: 12pt;
	margin: 8px 0;
}

#content h3
{
	color: #64072c;
	font-size: 11pt;
	margin: 3px 0;
}

#content p
{
	font-size: 12px;
	margin: 5px 0;
	text-align: justify;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

li
{
	margin: 4px 0;
}

.dslist li
{
	margin: 10px 0;
}

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

#copyrightbar
{
	margin: 5px 0 0 202px;
	height: 16px;
	text-align: center;
	padding-top: 2px;
	font-size: 10px;
	color: #730630;
	background: url("/images/site/copyrightbg.png") repeat-x red;
	z-index: 20;
}

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

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

/* ********** Page Images ********* */

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

.imgr
{
	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;
	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;
	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;
	margin: 0 0 10px 10px;
}

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

.link
{
	margin-bottom: 15px;
}

.linktitle
{
	background-color: #ad0043;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	padding: 3px 0 3px 10px;
	border-right: solid 2px #7c0534;
	border-bottom: solid 2px #5e082a;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

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

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

#content .linkpages
{
	float: right;
	border: 1px solid black;
	padding: 2px;
	background-color: #0c6b0b;
	color: white;
}

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

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

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

#content .website
{
	font-style: italic;
	margin-left: 35px;
}

#content .website a, #content .website a:visited
{
	font-style: normal;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

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

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

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

#content .faqq a, #content .faqq a:visited
{
	color: #a1013f;
}

#content .faqq a:hover
{
	color: red;
}

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

input#search
{
	width: 130px;
	font-size: 9px;
	background-color: #f9c4d9;
}

/* **** Search Results **** */

.searchres
{
	padding: 5px 1px 5px 25px;
}

#content .searchres a, #content .searchres a:visited
{
	color: #a1013f;
}

#content .searchres a:hover
{
	color: red;
}

/* **** News **** */

.newstitle
{
	background-color: #ad0043;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	padding: 3px 0 3px 10px;
	border-right: solid 2px #7c0534;
	border-bottom: solid 2px #5e082a;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.news
{
	font-size: 8pt;
	margin: 0 0 10px 0;
}

.newstext
{
	margin: 0 0 0 20px;
}

#content .newstext p
{
	font-size: 9pt;
}

.newspub
{
	text-align: right;
	color: #999;
	font-style: italic;
}

.newspic
{
	float: right;
	margin: 0 0 10px 20px;
}

.newspicb
{
	float: right;
	padding: 8px;
	margin: 0 0 10px 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

/* **** Staff Lists **** */

.staffname
{
	background-color: #63082c;
	color: white;
	font-size: 12px;
	padding: 3px 4px;
	margin-top: 10px;
}

.staffrole
{
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 0 15px;
}

.staffnotes
{
	padding: 3px 10px 20px 30px;
}

.staffpic
{
	margin-top: 35px;
	float: right;
}

/* **** Message Board **** */

h3#mbtitle
{
	background-color: #940039;
	color: #ff8;
	font-size: 15px;
	padding: 3px 4px;
}

.mbheader
{
	background-color: #63082c;
	color: white;
	font-size: 12px;
	padding: 3px 4px;
}

.mbdate
{
	float: right;
	color: white;
	font-style: italic;
	font-size: 10px;
}

#msgbdcomments .mbcomment
{
	padding: 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#msgbdcomments .mbcomment p
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#msgbdcomments .mbreply
{
	background-color: #ffe;
	padding: 3px 3px 3px 20px;
	border-top: 1px solid #400;
	border-bottom: 1px solid #400;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* **** 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 */

.clearer
{
	font-size: 0;
	line-height: 0;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	width: auto;
	background-repeat: repeat-x;
}
