html{
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #174460;
	min-height:100%;
	background-color:#48c7d7;
	background-image:url(../images/city.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	line-height:1.5;
}
	
#container {
	background-image:url(../images/clouds.jpg);
	height:100%;
	width:100%;
	background-position:left top;
	background-repeat:repeat-x;
}
	
a:link {
	text-decoration: none;
	color:#012646;
}
a:visited {
	text-decoration: none;
	color: #012646;
}
a:hover {
	text-decoration: none;
	color: #fe761c;
}
a:active {
	text-decoration: none;
	color: #012646;
}

a.nav:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: none;
	color: #fe761c;
}
a.nav:active {
	text-decoration: none;
	color: #FFFFFF;
}

.style1 {color: #FFFFFF}

.style3 {color: #FFFFFF; font-weight: bold; }

.style4 {
	color: #fe761c;
	font-weight: bold;
}

.style5 {font-size: 11px}

.pad{
	padding-left:10px;
	padding-right:10px;
	}
	
.pad1{
	padding-right:25px;
	}

.pad2{
	padding-left:9px;	}
	
.bottom{
	padding-top:10px;}
	
	
.bottom1{
	padding-bottom:2px;}

#form{
	background-image:url(../images/post_it.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}

input, textarea{
  font-family:"Trebuchet MS", "Times New Roman", Times, serif;
  font-size:12px;
  font-style:italic;
  color:#fe761c;
  padding-left:2px;
}