/* text styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px 0px 0px;
	margin: 0px;
	font-size: 72%;
}

/* centre the page */
#wrapperDiv {
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#headerNavBar {
	background: #000000;
	width: 750px;
	margin: 0px;
	padding: 0px;
}
#mainContentDiv {
	width: 708px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 20px 20px;
}
#contactDiv {
	margin: 0px;
	padding: 10px;
	border: 1px solid #999999;
}
#refineSearchDiv {
	background: #E8E8E8;
	border: 1px solid #999999;
	margin: 0px;
	padding: 5px;
}

#refineSearchDiv a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#refineSearchDiv a:link, a:visited  {
	color: #000000;
}
#refineSearchDiv a:hover, a:active {
	color: #9F0050;
}

#experienceCodeDiv {
	background: #E8E8E8;
	border: 1px solid #999999;
	margin: 0px;
	padding: 5px;
}

p {
	font-size: 11px;
	color: #000000;
	line-height: normal;
	padding: 0px;
	margin: 0px 0px 10px;
}
h1 {
	font-size: 1.5em;
	color: #666666;
	font-weight: bold;
	line-height: normal;
	padding: 0px;
	margin: 0px 0px 10px;
}
h2 {
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	line-height: normal;
	padding: 0px;
	margin: 0px 0px 10px;
}
h6 {
	padding: 0px;
	margin: 10px 0px 0px;
}
.purpleTxt {
	color: #9F0050;
}
.error {
	color: #990000;
}
hr {
	/*this will align it for ie*/
	text-align: left;
	
	/*this will align it left for Mozilla*/
	margin-right: auto;
	margin-left: 0;
 	
	/* by setting the height and border to 0, we're making the hr tag invisible */
	height: 0px;
	border: 0px; 

	/* apply a 1px coloured border */
	border-top: 1px solid #E8E8E8;
}
.hrPurple {
	/* over ride the default coloured border */
	border-top: 1px solid #9F0050;
}
.hrDarkGrey {
	/* over ride the default coloured border */
	border-top: 1px solid #999999;
}
/* end */


/* global link styles */
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited  {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	color: #9F0050;
	text-decoration: none;
}
/* end */

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

table {
	padding: 0px;
	margin: 0px
}
td, th {	
	font-size: 1em;
	line-height: 2em;
}
.cellTitles {
	font-weight: bold;
	color: #9F0050;
}

/* footer table styles */
#footerTable td, th {
	color: #CCCCCC;
}
#footerTable a {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
#footerTable a:link, a:visited  {
	color: #CCCCCC;
}
#footerTable a:hover, a:active {
	color: #FFFFFF;
}
/* end */

/* form styles */
form {
	padding: 0px;
	margin: 0px;
}
textarea, input, select, optgroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px;
	margin: 2px 0px;
	vertical-align: middle;
}
.inputError {
	color: #990000;
	/*/*/border: 1px solid #990000; /* */
}
select, optgroup {
	vertical-align: middle;
}
.checkRadio {
	padding: 0px;
	margin: 0px;
	border: none;
}
/* end */

ol {
	margin-left: 2.5em;
	padding-left: 0;
}
