@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color:#e0e4ef;
	min-width:950px;    
	font-family: Arial, Helvetica, sans-serif; 
	color:#444;
	
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #999999;
	background-color:#304e80;
	background-image:url(../images/top_banner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	z-index: 300;
	height:85px;
}
#sdmslogo {
	position:absolute;
	top: 5px;
	left: 5px;
	z-index:5000;
}
#aflogo {
	float:right;
	margin:0px;
	padding:0px;
	border:0px;
	top:0px;
	right:0px;
	display:block;
}
#aflogo a, #aflogo img {
	margin:0px;
	padding:0px;
	border-width:0px;
	height:56px;

}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	z-index: 300;
}
/* 1 column full page settings */
.fullpage {
	background-color:#e0e4ef;
	background-image:url(../images/body_gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	z-index: 350;
	padding: 25px 25px 25px 25px;

}
.fullpage .col1 {
	/*
	margin:25px 25px 25px 25px;
	*/
	background-color:#FFF;
	border:1px solid #999999;
	padding: 10px 20px;
	z-index: 400;
	padding-bottom: 10px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	background-color:#e0e4ef;
	z-index: 200;
}
#footercontent {
	border-style:solid;
	border-color:#999999;
	border-width:1px 0px 1px 0px;
	background-image:url(../images/footer_background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	/*
	margin:0px 25px 30px 25px;
	*/
	margin:0;
	background-color:#FFF;
	text-align:right;
	height:32px;
	padding:7px 15px 0px 0px;
	display:block;
	position:relative;
}
#footerAppendage {
	text-align:center;
	padding-top:5px;
}












