/* css styles */

.heading {
	font: bold 14pt "Arial";
	color: #000000;
	
}

.link {
	font: 12pt "arial";
	color: #000000;
	text-decoration: underline;
	
}

body {
	font: 12pt "arial";
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
	background-image: url(images/spacer.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

div.holder {
	position:relative;
	height:100%;
  min-height:100%;
 /* margin-left: auto;
  margin-right: auto;*/
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  width: 966px;
  
/*  background-image:url(images/nav_bg.jpg);
  background-position:bottom left;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-color:#131311;*/
}

td.header {
 
  vertical-align: top;
}
.content{
	padding-top:0px;
	margin-top:0px;	
	position:absolute;
	top:196px;
	left:0px;
	right:0px;

	/*float:left;*/

}
#contentbr{
	
	padding-top:0px;
	margin-top:0px;
	
	
	background-color:white;
	margin-left:314px;
}

#contentbr input,
#contentbr textarea{
	position:absolute;
	left:450px;
}

#frmSubmit{
	/*top:320px;*/
}


#contentbr  p, h3{
	margin-top:0px;
}
#contentbr  h3{
	padding-top:10px;
	padding-bottom:10px;
}

/* navigational links */
.nav{
	/*float:left;*/
	z-index:3;
	position:absolute;
	top:196px;
	width:304px;
	
}
.nav ul {
	margin: 0px;
	padding: 0px;
	width:304px;
	/*border:5px solid #FFFFFF;*/
}
.nav li {
	
	/*height:31px;*/
	/*background-color:#00FF99;*/
	margin: 0px;
	padding: 0px;
	width:100%;

	list-style-type:none;
	display:block;
	vertical-align:middle;
}


.nav li a{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color: white;
	
	width:304px;
	display:block;
	text-decoration:none;
}



.nav a:hover {
}


/* end of navigational links */ 

/* footer */

div.footer {

}
div.footer a {
  
}
div.footer a:hover {
 
}

/* end of footer */

/* breadcrumb links */
p.breadcrumb {
  color: #cccccc;
  background-color: #ffeeee;
  margin: 0px;
}

p.breadcrumb a {
  color: #666666;
  text-decoration: underline;
}

p.breadcrumb a:hover {
  text-decoration: none;
}
/* end of breadcrumb links */


/* add additional styles below this point */
#status{
	float:right;
	margin:0px;
	padding:0px;
	display:inline;
	width:138px;
	
}
#status p, h3{
	padding:0px;
	margin:0px;
}
#status h3{
	background-color:#333333;
	padding-top:10px;
	color:#cccccc;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}


.stx h1{
	font-size:100%;
}


ul.sponsorList li{
	list-style-type:circle;
}


dl.form {
  position: relative;
  width: 550px;
}
dt.form {
  clear: both;
  float:left;
  width: 130px;
  padding: 4px 0 2px 0;
  text-align: left;
}
dd.form {
  float: left;
  height:28px;
  width: 400px;
  margin: 0 0 8px 0;
  padding-left: 6px;
}

dd#tarea{
	height:150px;
}

div.formfollow{
	clear:both;
	padding: 4px 0 2px 0;
  text-align: left;
}