html,
body {
	height: 100%;
}
 
body {
	margin: 0;
	font-family: Times;
	font-size: 14px;
	color: #000;
	line-height: 15px;	
	background-color: #eee;
	-moz-text-size-ajust:none;
}

img {
	display: block;
	border-width: 0;
}

a {
	color: #000;
	text-decoration: none;
	
}
a:hover {
	color: #003865;
	border-bottom-style: solid;
}
a:focus {
	outline: none; /* firefox dotted border fix */
	outline-width: 0; /* ie7 dotted border fix */
}

form {
	margin: 0;
}

/* to fix ie6 <a> style over <img> */
.noBorder {
	border-bottom-width: 0 !important;
}

.clearer {
	clear: both;
}

#adminTop {
	text-align: center;
	line-height: 25px;
	background-color: #DDD;
}

#adminTop strong {
	color:#003865;
}

#global {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
	padding:0 30px;
	
	
}
/* to fix ie6 lack of min-height */
body > #global {
	height: auto;
	min-height: 100%;
	
}

#global #top {
	padding: 1px 0; /* prevent margin collapsing */
	line-height: 30px;
	height:100px;
	
	
}

#global #top #logo {
	width:330px;
	
	float:left;
	margin-right:20px;
}
 
#global #top .logo {
	margin-top:10px;
}

#global #content {
	margin-top:10px
}

#footer .clear { clear:both;}

#global #footer {
	
	position: absolute;
	margin-top:20px;
	width: 94%;
	line-height: 30px;
	text-align:right;
	border-top:1px solid #003865
	
}

#blueBackground {
	width:100%;
	min-width:1010px;
	height:400px;
	position:absolute;
	top:112px;
	background:url(../picture/background.jpg);
}

#blueBackgroundBlog {
	width:100%;
	min-width:1010px;
	height:65px;
	position:absolute;
	top:112px;
	background:url(../picture/backgroundSmall.jpg); 
}

#footer a.jqModal {
	font-variant:small-caps;
	font-size:16px;	
}


#response h3.confirm { margin-top:22% }
