/*** 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: #A41910;
		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: #A41910;
		text-decoration: underline;
	}
	
	A:hover, A:visited {
		color: #8A1109;
	}



/*** MAIN ELEMENTS ***************************************************/

	#canvas {
		width: 800px;
		margin: 3px auto 23px auto;
		text-align: left;
	}
	
	#header {
		height: 200px;
		padding: 20px 20px 0px 20px;
		background: transparent url("../images/canvas.header.png") no-repeat;
	}
	
	#core {
		padding: 2px 20px 0px 20px;
		background: transparent url("../images/canvas.tile.png") repeat-y;
	}
	
	#footer {
		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 {
		margin-right: 2px;
		float: left;
	}



/*** CORE ELEMENTS *****************************************************/

	#core H1 {
		float: right;
		width: 514px;
		margin: 0px;
		padding: 15px 22px 0px 22px;
		background: #fff url("../images/heading.back.gif") no-repeat;
	}
	
	#core .mission {
		color: #A41910;
		font-size: 13px;
		font-weight: bold;
	}
	
	#home #core #main H2 {
		margin: 0px 0px 5px 0px;
		border-bottom: solid 1px #999;
		color: #A41910;
		font: 18px bold Byington, "Times New Roman", serif;
	}

	#core #main {
		clear: right;
		float: right;
		width: 514px;
		min-height: 530px;
		margin: 0px;
		padding: 0px 22px 30px 22px;
		background: #fff url("../images/main.back.gif") repeat-y;
	}
		
		#core #main .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 #events {
				float: left;
				width: 45%;
				font-size: 12px;
			}
				
				#core #main .columns #events DT {
					color: #666;
				}
				
				#core #main .columns #events DD {
					margin: 0px 0px 8px 0px;
					padding: 0px;
				}
			
			#core #main .columns #faculty {
				float: right;
				width: 45%;
				font-size: 12px;
			}
			
	#core #column {
		width: 200px;
		padding-bottom: 10px;
		background-color: #fff;
	}
		
		#core #column .extra {
			margin: 13px 0px;
		}
		
		#core #column #contact {
			margin: 80px 0px 5px 0px;
			font-size: 12px;
		}
			
			#core #column #contact H2 {
				margin: 0px;
				padding: 5px 12px;
				color: #A41910;
				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;
			}



/*** MENU ELEMENTS *****************************************************/

	#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: #A41910 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;
		}
