/*** HTML ELEMENTS ***************************************************/

	BODY {
		margin: 0px;
		padding: 0px;
		background: #e6e6e6 url("../images/tile.cross.gif") repeat;
		font: 13px Arial, sans-serif;
		text-align: center;
	}
	
	P {
		margin: 0px 0px 15px 0px;
		line-height: 130%;
	}
	
	H1 {
		margin: 0px 0px 10px 0px;
		color: #060;
		font: 22px bold Byington, "Times New Roman", serif;
	}
	
	H2 {
		margin: 15px 0px 10px 0px;
		color: #666;
		font: 16px bold Arial, sans-serif;
	}
	
	LI {
		margin-bottom: 5px;
	}
	
	DL {
		margin: 0px;
		padding: 0px;
	}
	
	DT {
		font-weight: bold;
	}
	
	DD {
		margin: 0px 0px 15px 0px;
		padding: 0px;
	}
	
	IFRAME {
		border: solid 1px #999;
		width: 100%;
		height: 100%;
	}
	
	A, A:link, A:hover, A:active, A:visited {
		color: #060;
		text-decoration: underline;
	}
	
	A:hover, A:visited {
		color: #030;
	}



/*** MAIN ELEMENTS ***************************************************/

	#canvas {
		width: 800px;
		margin: 3px auto 23px auto;
		text-align: left;
	}
	
	#header {
		padding: 20px 20px 0px 20px;
		background: transparent url("../images/canvas.header.png") no-repeat;
	}
	
	#core {
		margin: 0px;
		padding: 0px 20px 0px 20px;
		background: transparent url("../images/canvas.tile.png") repeat-y;
	}
	
	#footer {
		clear: both;
		height: 30px;
		padding: 6px 46px 20px 42px;
		background: transparent url("../images/canvas.footer.png") no-repeat;
		color: #fff;
		font-size: 12px;
		text-align: center;
	}



/*** HEADER ELEMENTS ***************************************************/

	#header #logo {
	}



/*** CORE ELEMENTS *****************************************************/

	#core #content {
		width: 760px;
		padding-top: 75px;
	}
	
		#full #core #content {
			padding-top: 10px;
		}

	#core H1 {
		float: right;
		width: 500px;
		_width: 497px;
		margin: 225px 0px 0px 0px;
		padding: 15px 20px 0px 20px;
		display: inline;
	}
		
		#page #core H1 {
			margin-top: 68px;
		}
		
		#full #core H1 {
			margin-top: 20px;
			width: auto;
			float: none;
			display: block;
		}
	
	#core .mission {
		color: #030;
		font-size: 13px;
		font-weight: bold;
	}
	
	#home #core #main H2 {
		margin: 0px 0px 5px 0px;
		border-bottom: solid 1px #999;
		color: #030;
		font: 18px bold Byington, "Times New Roman", serif;
	}

	#core #main {
		clear: right;
		float: right;
		width: 500px;
		_width: 497px;
		min-height: 300px;
		margin: 0px;
		padding: 0px 20px 30px 20px;
		display: inline;
	}
		
		#full #core #main {
			float: none;
			width: auto;
			display: block;
		}
		
		#core #main .h1_sub, #full #core .h1_sub {
			margin: 0px 0px 15px 0px;
			padding: 4px 0px 0px 0px;
			color: #666;
			border-top: solid 1px #999;
			font-size: 11px;
			text-transform: uppercase;
			letter-spacing: 0.15em;
		}
	
		#core #main .photo {
			float: left;
			margin: 0px 20px 15px 0px;
			padding: 2px;
			border: solid 1px #333;
		}
		
		#core #main .columns {
			clear: both;
		}
			
			#core #main .columns #schedule {
				float: left;
				width: 45%;
				font-size: 12px;
			}
				
				#core #main .columns #schedule DT {
					color: #666;
				}
				
				#core #main .columns #schedule DD {
					margin: 0px 0px 8px 0px;
					padding: 0px;
				}
			
			#core #main .columns #announcements {
				float: right;
				width: 45%;
				font-size: 12px;
			}
			
	#core #column {
		width: 200px;
		margin-left: 20px;
		padding-bottom: 10px;
		background-color: transparent;
	}
		
		#core #column .extra {
			margin: 0px 0px 35px 0px;
		}
		
		#core #column #contact {
			margin: 0px 0px 35px 0px;
			font-size: 12px;
		}
			
			#core #column #contact H2 {
				margin: 0px;
				padding: 5px 12px;
				color: #030;
				font: 13px bold Arial, sans-serif;
			}
			
			#core #column #contact .address {
				margin: 0px 0px 5px 0px;
				padding: 5px 12px;
				background-color: #ddd;
			}
			
			#core #column #contact .phone, #core #column #contact .fax {
				padding: 0px 12px;
			}
		
		#core #column #email {
			margin: 0px 0px 35px 0px;
		}



/*** MENU ELEMENTS *****************************************************/

	#menu {
		margin-bottom: 100px;
	}
	
	#menu .sub {
		border-top: solid 1px #fff;
		border-bottom: solid 1px #fff;
		padding: 4px 10px 4px 0px;
		background-color: #ccc;
	}
		
		#menu .sub UL {
			margin: 0px;
			padding: 0px 0px 0px 33px;
		}
			
			#menu .sub UL LI {
				margin: 0px 0px 7px 0px;
				padding: 0px;
				list-style-type: none;
			}
				
				#menu .sub UL LI A {
					text-decoration: none;
				}



/*** FOOTER ELEMENTS ***************************************************/

	#footer A, #footer A:link, #footer A:hover, #footer A:active, #footer A:visited {
		color: #fff;
		padding: 0px 5px;
		text-decoration: none;
	}
	
	#footer A:hover {
		text-decoration: underline;
	}



/*** OTHER ELEMENTS ****************************************************/
	
	.prompt {
		color: #666;
		font-size: 12px;
	}
	
	.clear {
		clear: both;
	}
	
	.notice, .notice2 {
		clear: both;
		margin: 0px 0px 15px 0px;
		background: #030 url("../images/notice.corner.left.gif") left top no-repeat;
		line-height: 130%;
	}
		
		.notice DIV, .notice2 DIV {
			padding: 15px 20px;
			background: transparent url("../images/notice.corner.right.gif") right bottom no-repeat;
			color: #fff;
		}
		
		.notice A, .notice2 A {
			color: #fff;
			text-decoration: underline;
		}
	
	.notice2 {
		background: #929292 url("../images/notice2.corner.left.gif") left top no-repeat;
	}
		
		.notice2 DIV {
			background: transparent url("../images/notice2.corner.right.gif") right bottom no-repeat;
		}
