/* **** Global **** */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: white;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

html, body
{
	height: 100%;
}

#mainbody
{
	position: relative;
	min-height: 100%;
	min-width: 800px;
}

* html #mainbody
{
    height: 100%;
}

#container
{
	padding-bottom: 40px;
}

/* **** Default Field **** */

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

/* **** Logo **** */

#logo
{
	background: url("/images/site/logobg.png") no-repeat top right;
	height: 155px;
	text-align: left;
}

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

#copyrightbox
{
	height: 20px;
	background: url("/images/site/copybg.png") no-repeat right white;
	border-bottom: solid 1px black;
}

#copyrightcontent
{
	text-align: right;
	padding: 6px 10px 0 0;
	font-size: 7pt;
	color: black;
}

#copyrightcontent a, #copyrightcontent a:visited
{
	color: blue;
	text-decoration: none;
}

#copyrightcontent a:hover
{
	color: red;
	text-decoration: none;
}

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

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

#content .wrapper
{
	color: black;
	background: white;
	margin: 0 0 0 230px;
	overflow: none;
	padding: 10px 10px 40px 20px;
	text-align: justify;
	font-size: 10pt;
}

#content p
{
	font-size: 10pt;
	margin: 5px 0 11px 0;
}

#content li
{
	line-height: 1.5em;
}

#content ul
{
	margin-bottom: 10px;
}

#content h1
{
	color: #310082;
	font-size: 16pt;
	letter-spacing: 0.05em;
	margin: 0 0 4px -10px;
	padding: 6px 0 0 10px;
	height: 24px;
}

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

#content h2
{
	color: #310082;
	font-size: 14pt;
	font-weight: bold;
	margin: 12px 0 4px 0;
}

#content h3
{
	color: #310082;
	font-size: 12pt;
	font-weight: bold;
	margin: 5px 0 3px 0;
}

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

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

li
{
	margin: 4px 0 4px 30px;
}

.dslist li
{
	margin: 10px 0 10px 30px;
}

#rhadvert
{
	float: right;
	margin: 0 0 20px 10px;
}

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

.faqq
{
	font-size: 12pt;
	font-weight: bold;
	color: #040;
	margin: 0 0 5px 10px;
}

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

/* **** 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;
	-moz-border-radius: 9px;
	-khtml-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;
	-khtml-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;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	margin: 0 0 10px 10px;
}


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

.link
{
	margin-bottom: 15px;
}

.linktitle
{
	background: url("/images/site/linkbg.png") repeat-x white;
	font-size: 11pt;
	font-weight: bold;
	color: black;
	padding: 3px;
	margin-right: 160px;
}

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

#content .linktitle a:hover
{
	color: #b00;
	text-decoration: none;
}

.linkpages
{
	text-align: right;
	padding: 2px;
	color: #00c;
	font-weight: 10pt;
	margin-right: 170px;
}

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

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

#content .linkthispage
{
	font-size: 12pt;
	font-weight: bold;
	color: #080;
}

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

.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: #080;
	text-decoration: underline;
}

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

.newstitle
{
	background: url("/images/site/linkbg.png") repeat-x white;
	font-size: 11pt;
	font-weight: bold;
	color: black;
	padding: 3px;
	margin-right: 160px;
}

.news
{
	font-size: 8pt;
	margin: 0 160px 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;
}


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

#pridedate
{
	font-family: Verdana, Arial, sans-serif;
	color: #455195;
	font-size: 15px;
	text-shadow: #455175 0px 0px 1px;
	padding-left: 4px;
}

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

#udform td
{
	padding: 5px;
}

#maillistform
{
	margin-top: 45px;
	border: 1px solid #4408b3;
	background-color: #edc6f4;
	padding: 5px;
	font-size: 10px;
}

#maillistform table#udform td
{
	padding: 1px;
	font-size: 11px;
}

#maillistform table#udform td input
{
	font-size: 11px;
}
