html {
    position: relative;
    min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#333;
	line-height: 1.7em;
}


input, textarea { 
    padding: 9px; 
    border: solid 1px #E5E5E5; 
    outline: 0; 
    font: normal 13px/100% Verdana, Tahoma, sans-serif; 
    width: 200px; 
    background: #FFFFFF; 
    } 
   
textarea { 
    width: 400px; 
    max-width: 400px; 
    height: 150px; 
    line-height: 150%; 
    } 
   
input:hover, textarea:hover, 
input:focus, textarea:focus { 
    border-color: #C9C9C9; 
    } 
   
.form label { 
    margin-left: 10px; 
    color: #999999; 
    } 
   
.submit input { 
    width: auto; 
    padding: 9px 15px; 
    background: #617798; 
    border: 0; 
    font-size: 14px;
	font-weight:bold;
    color: #FFFFFF; 
    }




a, a:link, a:visited { color:#229BB1; font-weight: normal; text-decoration: none; }
a:hover {color: #06CFEA;text-decoration: underline;text-align: center;}
p { margin: 0 0 10px 0; padding: 0; text-align:left;}
h1 {font-size: 24px;margin: 0 0 20px 0;padding: 5px 0;text-align: left}
h2 { font-size: 16px; margin: 0 0 15px 0; padding: 5px 0; }

p{
	font-family:Verdana, Geneva, sans-serif;
	color:#069;
	font-size:18px;
	line-height:28px;
}

h1{
	font-family:Verdana, Geneva, sans-serif;
	color:#069;
	font-size:18px;
	font-weight:bold;
	line-height:28px;
}


h2{
	font-family:Verdana, Geneva, sans-serif;
	color:#069;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	line-height:28px;
}

h3{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-style:italic;
	color:#069;
	font-size:18px;
	line-height:25px;
}



.footer{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	line-height:10px;
}

.heading{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:800;
	color:#E5CE28;
	font-size:20px;
	line-height:20px;
}

.formtext:{
	font-family:"Comic Sans MS", cursive;
	font-weight:300;
	color:#F60;
	font-size:14px;
	line-height:20px;
}

#header{
	width:100%;
	height:80px;
	background-image:url(gfx/topbg.png);
		
}

#wrapper{
	width:100%;
	height:350px;
	margin-top:0px;
	background:url(gfx/wrapbg.png);
}



#slider{
	margin-top:0px;
	padding-top:0px;
	border-top:0px;
	width:100%;
	min-width:1200px;
	height:1125px;
	margin:0 auto;
	background:#E3F3FC;
	margin-top:8px;
	z-index:500;
}

#shadow{
	width:100%;
	min-width:1200px;
	height:15px;
	background:url(gfx/15.jpg);
	background-repeat:repeat-x;
	}

#bod{
	width:1200px;
	height:auto;
	margin:0 auto;
	text-align:left;
	margin-top:80px;
	margin-bottom:20px;

}

#footer{
	
	width:100%;
	min-width:1200px;
	height:98px;
	background-image:url(gfx/foterbg.jpg);
	background-repeat:repeat-x;
	position:absolute;
	bottom:0;
}

.data{
	width:1200px;
	height:auto;
	min-height:100px;
	margin: 0 auto;
	}

.back{
	width:200px;
	height:80px;
	background-color:#06C;
	margin: auto;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:white;
	font-size:18px;
	line-height:35px;
	}	

.space{
	width:100%;
	height:50px;
	background-color:#FFF;
	display:block;
	}
	
	
