@charset "UTF-8";

/* Body */


body {
	background: #fff;
	font: 12px/16px "Lucida Grande", Verdana, Arial, sans-serif;	
	color: #000;
	margin: 10px;
	padding: 0;

}

a img {
	border: none;	
}


/* Container */

#contentBox {
	margin: 0 auto;
	width: 898px;
	border: 1px solid #000;
}

/* Header */

#header {
	width: 898px;
	height: 25px;
	position: relative;
	z-index: 9999999;
	
}

/* Main Content */


#contentBoxMain {
	width: 898px;
	margin: 0px 0px 0px 0px;	

}

#contentBoxMain img {
	float: left;
}
	
	
/* Footer */


#footer {
	width: 898px;
	height: 9px;
	clear: both;
	background-image:url(/img/footer.gif);
	background-repeat: no-repeat;
}

/* Facebook */

#facebook {
	margin: 10px auto;
	width: 898px;
	text-align: center;
}

	
/* Common Elements */


p {
	padding: 0px 0px 0px 0px;

}

h1 {
	color: #9e1315;
	
		
}

a {
	color: #D91356;
	text-decoration:none;
		
}

a:hover {
	text-decoration:underline;
}	

a:visited {
	color: #E46C2B;
	text-decoration: underline;
}	

/* Other Links */

#download, #appointment, #continuing {
	float: left;
}

a#download  {
    width: 140px;
    height: 90px;
    background-image:url(../img/download.gif);
    display: block;
    text-decoration: none;
}

a#appointment  {
    width: 238px;
    height: 90px;
    background-image:url(../img/appointment.gif);
    display: block;
    text-decoration: none;
}

a#continuing  {
    width: 230px;
    height: 90px;
    background-image:url(../img/continuing_ed.gif);
    display: block;
    text-decoration: none;
}

a#download:hover, a#appointment:hover, a#continuing:hover {
	 background-position: 0 90px;
}