body{
	padding:0px;
	margin:0px;
	background:#1250a6 url('../images/bg01.gif') top repeat-x;
	color:#ffffff;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}
#wrapper{
	min-height:1000px;/*need to sort out IE*/
	height:auto;
	_height:1000px;
	background-image:url('../images/widestarz.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}
#flashcontent {
		height: 100%;
	}

#contentWrapper{
	width:790px;
	margin:0 auto;
	/*overflow:auto;
	_overflow:none;/*need to sort out IE*/
}
#navigation{
	width:790px;
	height:170px;
}
#leftCol{
	width:250px;
	padding:260px 0 0 0;
	float:left;
	background-image:url('../images/authors.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	font-size:1.1em;
}
dl{
	margin:0;
}
dl a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:auto;

}
dl a:hover{
	color:#d3b077;
	font-weight:bold;
	text-decoration:none;
}

p img{
	border:0
}

dt{
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0;
	background-image:url('../images/ul.gif');
	background-repeat:no-repeat;
}
dd{
	padding:0;
	margin:0 0 0 10px;
}
#rightCol{
	float:right;
	width:500px;
	font-size:1.1em;
}
a{
	color:#ffffff;
	text-decoration:none;
}
a:visited{
	color:#ffffff;
	text-decoration:none;
}

#footer{
	width:790px;
	margin:0 auto;
	padding:30px 0 20px 0;
	text-align:center;
	clear:both;
}
/*form*/
form.cmxform fieldset {
  margin-bottom: 10px;
   border:0;
 /* background-color:#fbceec;*/
}
.first {
/*
  background-image:url('../images/form_bg.gif');
  background-position:right top;
  background-repeat:no-repeat;
*/
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  border:0;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform input,select {
	font-size:1.1em;
}
form.cmxform input.fields{
	font-size:1.1em;
	width:150px;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 3px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;

}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px 0;
  font-weight: normal;
  margin:0 0 0 -7px;
  
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}

/*SIFR*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... 
	the negative-letter spacing in this case is used to make the browser text metrics 
	match up with the sIFR text metrics since the sIFR text in this example is so much narrower... 
	your own settings may vary... any weird sizing issues you may run into are usually fixed by 
	tweaking these decoy styles */
.sIFR-hasFlash h1 {
	visibility:hidden;
	font-size:10pt;
	height:40px;
	padding:0;
	margin:0 0 10px 0;
	text-align:center;
}
.sIFR-hasFlash h2 {
	visibility:hidden;
	font-size:10pt;
	height:30px;
	padding:0;
	margin:0 0 10px 0;
	text-align:center;
}

.sIFR-hasFlash h3{
	visibility:hidden;
	font-size:10pt;
	height:20px;
	padding:0;
	margin:0 0 10px 0;
	text-align:center;
}

