/*	@import "all.css"; */ /* just some basic formatting, no layout stuff */

body {
  text-align:center;
  font-family: Geneva, Arial, Helvetica, sans-serif;	
  text-align:left;
}

#frame {
  width:900px;
  margin-right:auto;
  margin-left:auto;
  margin-top:10px;
  padding:0px;
  text-align:left;
}

#contentleft {
  width: 150px;
  padding:0px;
  padding-right: 15px;
  float:left;
  background:#fff;
}

#contentright {
  width:150px;
  padding:0px;
  float:left;
  background:#fff;
}		

#contentcenter {
	width:570px;
	padding:0px;
	margin-right: 15px;
	float:left;
	background:;
	background-color: ;
}



#iframe {
	width:500px;
	height: 584px;
	padding:0px;
	margin-right: 15px;
	float:left;
    border: ;
	background-color: ;
	background: ;
}


#contentheader {
  background:#fff;
  padding-left: 150px;
  padding-bottom: 10px;
}


p,h1,pre {
  margin:0px 10px 10px 10px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:14px;
}

h1 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;		
  font-size:16px;
  padding-top:10px;
}

#contentheader h1 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;		
  font-size:16px;
  padding:10px;
  margin:0px;

}

#contentright p {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:14px;
}

#contentleft p {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:14px;
}

#contentheader p {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:14px;
}

div.sublogo { position:relative; top: 0px; left: -30px; min-width: 120px; width: 120px; margin-top: 1%; padding-right: 10px; vertical-align: middle; float: left; text-align: center; font-weight: bold; border:none;}	
#right { float: right; text-align: center; border:none;}	
#left {  float: left; text-align: center; border:none; margin-right: 10px;}
#rightpad { float: right; text-align: center; border:none;margin:10px;}	
#leftpad { float: left; text-align: center; border:none;margin:10px;}	

#contentheader a:link {
  color: #000000;
  text-decoration: none;
}

#contentheader a:visited {
  color: #000000;
  text-decoration: none;
}

#contentheader a:hover {
  color: #4282f6;
}

#contentheader a:active {
  color: #4484f8;
  text-decoration: none;
} 

#contentheader a:focus {
  background: none;
  text-decoration: none;
}

#contentheader a:focus:hover {
  background: none;
  text-decoration: none;
}

a:link {
  color: #084C8D;
  text-decoration: none;
}

a:visited {
  color: #084C8D;
  text-decoration: none;	
}

a:hover {
  color: #4282f6;
  text-decoration: none;
}

a:active {
  color: #4484f8;  
  text-decoration: none;
} 

a:focus {
  background: none;
  text-decoration: none;
}

a:focus:hover {
  background: none;
  text-decoration: none;
}


