* {margin:0;padding:0;} 

img, div, a, input { behavior: url(/resources/js/lib/iepngfix/iepngfix.htc) }

input {border:1px solid silver;}

a {text-decoration:none;}
a:link {color: #0066ff;text-decoration:underline;}
a:hover {color:#0066ff;text-decoration:underline;}
a:visited {color:#0066ff;text-decoration:underline;}

html, body {
	background-image: url(/resources/img/splash1.png); 
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	height:100%;
	font:12px Arial, Georgia, Times New Roman, serif; 
	background-color:#ffffff;
	line-height:1.3em; 
	color:#444444;
	}
	
	
.bolder {  
  width: 750px; height:300px;
}


a img {border:none;}

p {margin:10px 0 5px 0;}

#about {height:270px; padding:20px; overflow:auto;}

#topBar {background-color:#2992CE; height:10px; margin-bottom:5px; }
#topMenu {text-align:right; font-size:14px; padding-right:15px;}
#logo {margin-top:120px; text-align:center;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 50px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	vertical-align:middle;
	line-height:50px;
	/*padding-right:20px;*/
	text-align:center;
	background-color:#3979BD;
	color:white;
	font-size:12px
	} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



