/* Allied Health Association - Peter Malouff - peter@alliedhealth.net - December 2008 */

@import url();

/*------------------------------------------*/
/* BODY */
/*------------------------------------------*/

body {
	margin:0px;
	font-size:12px;
	font-family: arial, "lucida console", sans-serif;
	color:#444444;
	
	
	}

#top { 
	background-image:url(../images/bg.gif);
	background-position:center bottom;	
	background-repeat:repeat-x;
	height:22px;
	margin:0 auto;
	text-align:left;
	width:100%;
}
	

#wrapper {
	width:850px;
	height:1500px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	
}

h1{
font-family: arial, "lucida console", sans-serif;
font-size:20px;

}


/*------------------------------------------*/
/* HEADER */
/*------------------------------------------*/

#logo {
	background-image:url(../images/aha_logo.png);
	background-repeat: no-repeat; 
	width:189px;
	height:54px;
	position:relative;
	z-index:4;
	left:25px;
	top:30px;
	
	
}


#header { 
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat; 
	width:850px;
	height:221px;
	position:relative;
	z-index:4;
	top:30px;
	
}

#dlBody {
	width:810px;
	margin-left:20px;
	margin-right:20px;
	
}

#dlTitle {
	position:relative;
	left:0px;
	top:5px;
	width:300px;
		
}

#dlWelcome {
	width:100%;
	
	
}

#downloadTable {
	margin-top:40px;
	width:100%;
	
}

.equipPic {
	padding:5px;
	border-bottom:#333 dotted thin;
	
	
}

.equipTitle {
	font-family: arial, "lucida console", sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:none;
	
	
}

.equipDlink {
padding:5px;
border-bottom:#333 dotted thin;
text-align:center;
	
}

.equipDlink a {
color:#333;
font-weight:bold;
	
}

.dlPicture {
	padding:14px 5px 5px 5px;
	text-align: center;	
}

.dlPicture img {
	border:#333 1px solid;
}
	
	

