*{
	margin: 0;
	padding: 0;
}

html, body{
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center; 
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 11px;
	line-height: 16px;
	background-image: url("background.jpg");
	background-repeat: repeat-y;
	background-position: center;
}

body p{
	padding: 0px 15px 10px 15px;
	color: #333333;
}

body ul{

	padding: 0px 15px 10px 15px;

  list-style-position: inside; 
  color: #333333;
}

body a{
  color: #5191CD;
  text-decoration: none;
}

body a:visited{
  color: #5191CD;
  text-decoration: none;
}

body a:hover{
  color: #5191CD;
  text-decoration: underline;
}


body h1{
	padding: 0px 15px 5px 15px;
	color: #333333;
}

#container {
	width: 820px;
	background-image: url("background.jpg");
	background-repeat: repeat-y;
	margin: 0 auto; 
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#content { 
	width: 750px;  
	text-align: left; 
	margin: 0 auto; 
} 

#header { 
	padding: 0;
	margin: 0;
	height: 155px;
  background-image: url("header.jpg");
	background-position: center;	
} 


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear20 { 
	clear:both;
    height:20px;
}


.column250{
	float: left;
	width: 250px;
}


.column500{
	float: left;
	width: 500px;
}



.column500 img{
	border-width: 1px; 
	border-style: solid; 
	border-color: #EBEBEB;
}

.column-header-250{
	display: block;
	width: 220px;
	background-color: #DCEAF5;
	height: 20px;
	line-height: 20px;
	padding: 0 15px 0 15px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;	
}


.column-header-500{
	display: block;
	width: 490px;
	background-color: #DCEAF5;
	height: 20px;
	line-height: 20px;
	padding: 0 15px 0 15px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;	
}

#navbar {
	margin: 0px;
}

#navbar a{
	float: left;
	display: block;
	width: 250px;
	height: 20px;
	line-height: 20px;
	background-color: #EBEBEB;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	text-decoration: none;
	color: #5E9AD0;
	font-weight: bold;
	margin-bottom: 20px;
}


#navbar a:hover{
	background-color: #DCEAF5;
}

#navbarselected{
	float: left;
	display: block;
	width: 250px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}


.row {
  clear: both;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.row span.label {
  float: left;
  text-align: left;
  line-height: 20px;
}

.row span.formw {
  float: right;
  text-align: left;
  width: 350px;
}

.row span.formw input, textarea{
  width: 350px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  font-family: "Lucida Grande", "Lucida Sans";
  font-size: 13px;
  color: #333333;
} 


.submitbutton {
  clear: both;
  margin-left: 120px;
  padding: 10px 15px 0px 15px;
  text-align:right;
  

}

.submitbutton input {
  border: 1px solid #DCEAF5;
  background-color: #DCEAF5;
  width: 200px;
  color: #333333;
  height: 20px;
  font-family: "Lucida Grande", "Lucida Sans";  
  font-size: 11px;
  font-weight: bold;
}


#footer{
  clear: both;
  text-align: center;
  color: #666666;
  font-size: 10px;
  bottom: 5px;
  padding-top: 40px;
}
#footer p{
  margin-top: 10px;
}







