body
{
	margin: 0;
	padding: 0;
	background-color: white;
	background: url(images/fireworkNigelHR.JPG) repeat #fefefe;
	font-size: 100.01%;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

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

#main
{
	position: relative;
	width:800px;
}

#topbar
{
	float:right;
	padding: 30px 20px 0 0;
	height:130px;
	font-size: 1.3rem;
	font-weight: 500;
}

#wrapper
{
	padding: 40px 0 0 0;
}

a
{
	color: #cd2653;
}

#logo
{
	background-color: #fff;
	height: 110px;
	padding: 20px 0px 20px 30px;
}



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

#content
{
	padding: 1px 4px 4px 105px;
	background-color: #fff;
	color: #100;
	text-align: left;
	font-size: 11pt;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	
}

#content p
{
	font-size: 11pt;
}

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

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

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

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

li
{
	margin: 4px 0;
}

.dslist li
{
	margin: 10px 0;
}

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

#copyright
{
	height: 14px;
	text-align: center;
	padding-top: 2px;
	font-size: 8pt;
	color: black;
}

#copyright a, #copyright a:visited
{
	color: #020;
	text-decoration: none;
}

#copyright a:hover
{
	color: #040;
	text-decoration: none;
}

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

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

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


.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: #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: #0c6b0b;
	color: white;
}

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

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

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

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

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

.website a:hover
{
	color: #080;
	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 */

.news
{
	margin-top: 15px;
	background-color: #f0f8ff;
	border: dashed 1px #d0d8df;
	margin-left: 20px;
	padding: 0 10px 5px 0;
}

.newstitle
{
	font-size: 12pt;
	font-weight: bold;
	color: #2b73a5;
	padding: 20px 0 2px 0;
}

.newstext
{
	font-size: 11pt;
}

.newspub
{
	font-size: 7pt;
	text-align: right;
	font-style: italic;
	color: #888;
}

.newspic
{
	float: left;
	padding: 5px 10px 5px 5px;
}

#popuptooltip
{
    text-align: left;
    border: 1px solid black;
    border-radius: 7px;
    font-size: 11px;
    padding: 8px;
    background-color: #ffe;
}

.usertable, .usertable th, .usertable td
{
	font-size: 11pt;
	border: solid 1px black;
	border-collapse:collapse;
	padding-right:7px;
	padding-left:2px;
}
