body {
	background:#FFFFFF; /*url(/image/backgrounds/bg.gif)repeat-x;*/
	color:#000000;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:13px;
	text-align: center; 
   margin-top:10px;
}
p {
	text-align:left;
}
table {
	border:medium none;
	max-width:955px;
	padding:0;
	font-size:12px;
}
.form-row{
	height:30px;
	padding:2px;}
form {
	font-size:11px;
}
form img {
	display:inline-block;
	padding:0;
	border:0px solid #999999;
}
fieldset {
	margin:0.5em;
	border:1px solid #cccccc;
	background:#FFFFFF;
	position: relative; 
    padding: 0 0.5em 1em 0.5em;
	/*height:120px;*/
}
label {
	font-weight:bold;
}
#help_window{width:100%; height:480px; overflow:auto; position:absolute; top:63px; background:#333; overflow:auto;}
#content {
	width:960px;
}
#searchSimple {
	width:460px;
	margin-left:5px;
}
#searchByName {
	float:right;
	width:460px;
	margin-right:5px;
}
legend {
  border:solid 2px #999;
  /*text-align:right;*/
  padding:0.1em;
  margin:0;
  font-weight:bold;
  color:#FFF;
  background:#666;
  position: relative; 
  top: -0.5em; 
}

.floatright{float:right;}

.largeHeader {	color:#999999;	font-size:16px;	font-weight:bold;	text-align:left;}
#login_register {	position:absolute;	text-align:center;	width:175px;	right:10px;	top:120px;}

#header,{
	width:940px;
	position:relative;
}
#logo {
	position: relative;
	text-align:left;
	float:left;
}
#divsecondnav {
    position:relative;
    text-align:right;
    color:#000;
    font-weight:bold;
    float:riht;
}
#divsecondnav li a{
    font-size:12px;
    text-transform:lowercase;
}
#divsecondnav li a:hover {
}
#navbar{
	position: relative;
	text-align:left;	
}
#navbar li {
	display:inline;
	padding:0px 30px 0px 0px;
}
#navbar a {
	color:#999999;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
#navbar a:hover {
	color:#000000;
}
.resetBtn{
	border:2px #990000 solid;
	color:#990000;
	font-weight:bold;
}
.thumbTitle {
	font-size:10px;
}
.thumbTitle a, .thumbTitle a:visited {
	color:#999999;
	font-size:10px;
	padding-bottom:5px;
}
.thumbTitle a:hover {
	color:#999999;
	font-size:10px;
	padding-bottom:5px;
}
<!--
select, input, option, textarea {
	font-size:11px;
	padding:1px;
}
-->
.copyright {
	color:#000000;
	font-size:10px;
	font-weight:normal;
	vertical-align:bottom;
}
a.fconstruct {
	color:#666666;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
a.fconstruct:hover {
	color:white;
}
a {
	color:#999;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	color:#000000;
}
div.autocomplete {
	background-color:black;
	border:1px solid #666666;
	margin:0;
	padding:0;
	position:absolute;
	width:100px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div.autocomplete ul li.selected {
}
div.autocomplete ul li {
	cursor:pointer;
	display:block;
	height:15px;
	list-style-type:none;
	margin:0;
	padding:1px 1px 1px 0;
}
input.disabled {
	background-color:#000000;
	border:1px solid #000000;
}
input.required, textarea.required {
	border:1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border:1px solid #FF3300;
	color:#FF3300;
}
input.validation-passed, textarea.validation-passed {
	border:1px solid #666666;
	color:#000000;
}
.validation-advice {
	background-color:#FF3300;
	color:#FFFFFF;
	font-weight:bold;
	margin:5px 0;
	padding:5px;
}
.pageHeader {
	font-size: 16px;
	font-weight:bold;
	color: #999999;
}
.talentTypeHeader {
	font-size: 20px;
	font-weight:bold;
	color: #999999;
}
.smallHeader {
	color: #999999;
}
.bodytext {
	color:#EEEEEE;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
.smallHeader1 {
	color: #A85820;
}
a.smallHeader1:hover{color: #683800; }
/* VERTICAL ACCORDION STYLE*/

.accordion_toggle {
	display: block;
	height: 20px;
	background: #000000;
	padding: 0 10px 0 10px;
	line-height: 20px;
	color: white;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: white;
	border-bottom: 1px solid #555;
	cursor: pointer;
	margin: 0 0 0 0;
}
.accordion_content {
	background-color: #333333;
	color: white;
	padding: 10px;
}
.contactbox {
	float: left;
	background-color:black;
	height:150px;
	color:white;
}
.contactbox a {

}
.contactbox a:hover {
	color:white;
}
#contactwrapper {
   font-size:13px;
   height:200px;
   padding:40px 0px 0px 0px;
   background-color:black;
   position: relative;
   border:  solid 5px #666;
   width:940px;
}