body {
	background-color:#EAEAEA;
	background-image: url(../graphicsTemplate/background.jpg);
	background-repeat: repeat;
	margin-top: 4px;
	padding-top: 0px;
	text-align: center; /* IE5 workaround for centering */
}

a {
	outline: none;  /* removes focus box around links in Firefox */
}

h1 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#FF6633;
	font-size:18px;
	font-style:italic;
	margin:24px 0px 2px 0px;
}
h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#FF6633;
	font-size:15px;
	margin:16px 0px 2px 0px;
}
div#text ul {
	list-style-position: outside;
	list-style:none;
	margin-top:0px;
	margin-left:20px;	/* required to Firefox / IE compatibility */
	padding-left:0px; 	/* required to Firefox / IE compatibility */
	margin-bottom:10px;
}
div#text ul li{
	background-image:url(../graphicsTemplate/bullet.gif);
	padding-left:13px; 	/* space between bullet and text */
	background-repeat: no-repeat;
}
div#text ol {
	list-style-position: outside;
	margin-top:0px;
	margin-left:10px;	/* required to Firefox / IE compatibility */
	padding-left:13px; 	/* required to Firefox / IE compatibility */
	margin-bottom:10px;
}
div#text ol li{
	padding-left:0px; 	/* space between bullet and text */
}
div#text ol ol ul li{
	padding-left:13px; 	/* space between bullet and text */
}

/* template */
div#aspe55wrap {
	position:relative;
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#bannerTop {
	position:relative;
	height:90px;
	width:800px;	
	background-image:url(../graphicsTemplate/bannerTop2.jpg);
	z-index:10;
}
div#bannerBottom {
	position:relative;
	height:39px;
	width:800px;	
	background-image:url(../graphicsTemplate/bannerBottom2.jpg);
	z-index:10;
}

div#body {
	position:relative;
	width:780px;
	background-color:White;
	padding:12px 10px 12px 10px;
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#body a:link {
	color : #3399FF;
	text-decoration: underline;
}
div#body a:visited {
	color : #3399FF;
	text-decoration: underline;
}
div#body a:hover {
	color : #3399FF;
	text-decoration: none;
}
div#body p {
	margin-bottom:10px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;	
}
div#footer {
	position:relative;
	height:20px;
	width:800px;
	background-image: url(../graphicsTemplate/footer.jpg);
	text-align:center;
}
div#copyright {
	position:relative;
	float:right;
	width:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	text-align:right;
	vertical-align:top;
}
div#copyright a:link {
	color:#999999;
	text-decoration:none;
}
div#copyright a:visited {
	color:#999999;
	text-decoration:none;
}
div#copyright a:hover {
	color:#999999;
	text-decoration:none;
}


/* home page */
div#home {
	width:760px;
	position:relative;
	height:1900px;
	margin:0px 10px 0px 12px;
}
div#home #content {
	position:absolute;
	width:580px;
	height:400px;
	top:0px;
	left:-1px;
	z-index:1;
}
div#home #ads {
	position:absolute;
	width:170px;
	height:300px;
	top:35px;
	right:0px;
}
div#home #watermark {
	position:absolute;
	width:291px;
	height:291px;
	top:70px;
	left:235px;
	background-image:url(../graphics/ASPElogoWatermark.jpg);
	z-index:0;
}
div#todaysdate {
	position: absolute;
	width:200px;
	height:16px;
	top:0px;
	right:4px;
	text-align:right;
}
div#home p.dropcap:first-letter {
	color: #666666;
	float: left;
	margin-top: 6px; /* firefox */
	font-family: "Times New Roman", Times, serif;
	font-size: 350%;
	font-weight: bold;
	line-height:36px;
}

/* ads classes */
.adHeader {
	background-image: url(../graphics/adTop.gif);
	background-repeat: no-repeat;
	height:20px;
}
.adFooter {
	background-image: url(../graphics/adBottom.gif);
	background-repeat: no-repeat;
	height:12px;
}
.adMid {
	background-image: url(../graphics/adMid.gif);
	background-repeat: repeat-y;
	padding:6px 0px 6px 0px;
	text-align:center;
}


/* about/goals */
div#goals {
	position:relative;
	height:350px;
}
div#goals #text {
	position: absolute;
	width:575px;
	right:10px;
	top: 16px;
	z-index:2;
}
div#goals #image {
	position: absolute;
	width:170px;
	height:254px;
	left:10px;
	top: 34px;
}

/* about/benefits */
div#benefits {
	position:relative;
	height:350px;
}
div#benefits #text {
	position: absolute;
	width:443px;
	right:24px;
	top: 15px;
	z-index:2;
}
div#benefits #image {
	position: absolute;
	width:300px;
	height:200px;
	left:10px;
	top: 34px;
}

/* about/education */
div#education {
	position:relative;
	height:350px;
}
div#education #text {
	position: absolute;
	width:441px;
	right:10px;
	top: 16px;
	z-index:2;
}
div#education #image {
	position: absolute;
	width:300px;
	height:200px;
	left:10px;
	top: 34px;
}

/* about/events */
div#events {
	position:relative;
	padding:20px 20px 0px 20px;
	height:350px;
}
div#events img {
	float:right;
	margin:0px 0px 30px 20px;
}



/* about/courses */
div#courses {
	position:relative;
	height:860px;
}
div#courses #text {
	position: absolute;
	width:765px;
	left:10px;
	top: 0px;
	z-index:2;
}
div#courses #certificate {
	float:right;
}
div#courses #aspenational {
	float:right;
	width:200px;
	border-left:dashed 1px #E2E2E2;
	margin-left:6px;
}


/* contact/board */
div#board {
	position:relative;
	padding:0px 10px 20px 10px;
}
div#board td {
	padding:5px 0px 5px 0px;
	vertical-align:top;
}
div#board .border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
div#board .title {
	color:#FF6633;
	font-weight:bold;
}
div#board .name {
	color:#666666;
	font-size:14px;
	font-weight:bold;
}
div#board ul {
	list-style-position: outside;
	list-style:none;
	margin-top:0px;
	margin-left:0px;	/* required to Firefox / IE compatibility */
	padding-left:0px;   /* required to Firefox / IE compatibility */
	margin-bottom:10px;
}
div#board ul li{
	background-image:url(../graphicsTemplate/bulletSmall.gif);
	padding-left:10px;	/* space between bullet and text */
	background-repeat: no-repeat;
	font-size:9px;
	line-height:15px;
}
div#board .bio {
	font-size:9px;
}

/* contact/email */
div#email {
	position:relative;
	padding:0px 30px 30px 30px;
}
div#email .inputbox {
	border: 1px solid #CCCCCC;
	background-color:#F3F3F3;
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#email .emailgood {
	padding:40px 0px 40px 0px;
	font-size: 16px;
	font-weight:bold;
	color: #339900;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
div#email .emailbad {
	padding:40px 0px 40px 0px;
	font-size: 16px;
	font-weight:bold;
	color: #CC0000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


/* contact/members */
div#members {
	position:relative;
	padding:0px 30px 20px 30px;
}
div#members td {
	padding:0px 0px 0px 0px;
}
div#members .border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
div#members .company {
	color:#666666;
	font-size:11px;
	font-weight:bold;
}


/* about/canons */
div#canons {
	position:relative;
	padding:0px 20px 20px 20px;
}
div#canons td {
	vertical-align:top;
	padding-bottom:12px;
}


/* advertising */
div#advertising {
	position:relative;
	height:350px;
}
div#advertising #text {
	position: absolute;
	width:553px;
	left:20px;
	top: 0px;
	z-index:2;
	height: 289px;
}
div#advertising #image {
	position: absolute;
	width:174px;
	height:340px;
	right:16px;
	top: 0px;
}
