/* STANDARD TAGS */

	#container, *, font  {
		font-family: Verdana, Arial, Georgia, sans-serif !important;
		line-height: 137%;
		font-size: xx-small;
	}
	input, textarea {
		font-size: x-small;
	}
/*	input, textarea { 
		font-size: 9px;
		color: #444;
		background: #fff url("/media/home/images/gradient.gif") repeat-x 0% 0%;
		border: 1px solid #aaa;
		padding: 2px;
	}
	input:hover, textarea:hover {
		color: #000;
		border: 1px solid #000;
	}
	input:focus, textarea:focus {
		background: #fff;
		color: #000 !important;
		border: 1px solid #3399cc !important;
	} */
	select {
		font-size: 9px;
	}
	a img {
		border: none;
	}
	a:link {
		text-decoration: none;
		color: #369;
		font-weight: bold;
	}
	a:visited {
		text-decoration: none;
		font-weight: bold;
		color: #B49C55;
	}
	a:active {
		text-decoration: none;
		font-weight: bold;
		color: #369;
	}
	a:hover {
		text-decoration: underline;
		color: #369;
	}
	body {
		background: #f1f2f7 url("/modules/templates/images/background-3crowns.gif") no-repeat bottom right fixed;
		/*background: #f1f2f7 url("/modules/templates/images/background-3crowns-winter.gif") no-repeat bottom right fixed; */
	}
	acronym {
		border-bottom: 1px dashed #666;
		cursor: help;
	}
	hr {
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid #e5e5e5;
		color: #e5e5e5;
		height: 0;
	}
	h6, h5, h4, h3, h2, h1, .h4 {
		font-size: small;
		font-weight: bold;
		margin: 0px;
		padding: 0px 0px 5px;
	}
	p { 
		padding-top: 0px ;
		margin-top: 0px ;
	}
	em, .textbold {
		font-weight: bold;
	}
	em.header, b.header, strong.header {
		font-weight: bold;
		font-size: small;
	}
	u {
		text-decoration: underline;
	}
	ol {
		list-style-image: none;
	}
	ul {
		list-style-image: url("/media/home/images/goldbullet.gif");
		margin: 0;
		padding: 8px 0 8px 30px;
	}
	ul li ul {
		list-style-image: url("/media/home/images/goldsquarebullet.gif");
	}
	ul.more-space li {
		margin-bottom: 7px;
	}
	
	.error {
		color: red;
	}

/* TEMPLATE PIECES */
	#container td {
		text-align: left;
	}
	#container {
		width: 640px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		display: block;
	}
	#container-table {
		width: 638px;
		border: 1px solid #aaa;
		background: #fff;
	}
	td#header {
		/*background: #000 url("/modules/templates/images/header-background-winter.png") 0% 0% no-repeat; */
		 background: #000;
	}
	td#footer {
		/*background: #fff url("/modules/templates/images/footer-background-winter.png") 0% 0% no-repeat; */
		 background: #fff;
	}
	#history {
		color: #fff;
		font: bold 10pt verdana, arial, georgia, sans-serif;
		height: 18px;
		line-height: 18px;
		border-bottom: 1px solid #fff;
		background: #c8b179;
	}
	#history a {
		color: #fff;
	}
	#links, #maincontent{
		padding: 6px;
	}
	#maincontent td {
		text-align: left;
	}
	.maincontent {
		text-decoration: none;
		margin: 0px;
		padding: 0px;
	}
	#links {
		padding-top: 24px;
		width: 110px;
		background: #f7f2ec;
		border-right: 1px dashed #e3e3e3;
	}
	#sidebar {
		padding: 6px;
		width: 122px;
		background: #e9F6Fc url("/modules/templates/images/sidebar-right-bottom.gif") no-repeat bottom left;
		text-align: left;
	}
	#tools-1column, #tools-2column, #tools-2column-b, #tools-3column {
		border-bottom: 1px dashed #ddd;
		background: #f0f0f0;
	}
	#tools-1column:hover , #tools-2column:hover , #tools-2column-b:hover , #tools-3column:hover  {
		background: #ececf2;
		border-color: #ccc;
	}
	
	/* NAVIGATION BARS */
	
		#top-menu, #bottom-menu-1, #bottom-menu-2 {
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			}
		
		#top-menu ul, #bottom-menu-1 ul, #bottom-menu-2 ul {
			border: 0;
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-align: center;
			clear: left;
			}
		
		#top-menu ul li, #bottom-menu-1 ul li, #bottom-menu-2 ul li {
			display: block;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
			}
		#top-menu ul li a, #bottom-menu-1 ul li a, #bottom-menu-2 ul li a {
			width: 89px;
			height: 14px;
			line-height: 1.7em;
			padding: 2px 0 2px 0;
			margin: 0;
			text-decoration: none;
			display: block;
			text-align: center; 
			}
		#top-menu ul li a {
			background: #6885a4;
			border-top: 1px solid #fff;
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
			border-left: none;
			color: #fff;
		}
		#bottom-menu-1 ul li a, #bottom-menu-2 ul li a {
			background: #ffffff;
			border-top: 1px solid #ccc;
			border-right: 1px solid #ccc;
			border-left: none;
			color: #9c9a9c;
			border-bottom: none;
		}
		#bottom-menu-2 ul li a {
			border-bottom: 1px solid #ccc;
		}
		#top-menu ul li a:hover {
			background: #31659c;
		}
		#bottom-menu-1 ul li a:hover, #bottom-menu-2 ul li a:hover {
			background: #f7f2ec;
			color: #666;
		}
		#top-menu ul li#top-nav-2 a, #top-menu ul li#top-nav-3 a, #bottom-menu-2 ul li#bot-nav-2-2 a, #bottom-menu-2 ul li#bot-nav-2-3 a {
			width: 95px;
		}
		#top-menu ul li#top-nav-4 a {
			width: 99px;
		}
		#top-menu ul li#top-nav-5 a, #top-menu ul li#top-nav-6 a, #bottom-menu-2 ul li#bot-nav-2-5 a, #bottom-menu-2 ul li#bot-nav-2-6 a {
			width: 65px;
		}
		#top-menu ul li#top-nav-7 a, #bottom-menu-1 ul li#bot-nav-1-6 a {
			border-right: none;
		}
		#top-menu ul li#top-nav-7 a {
			width: 122px;
		}
		#bottom-menu-2 ul li#bot-nav-2-7 a {
			border-right: none;
			width: 121px;
		}
		#bottom-menu-2 ul li#bot-nav-2-4 a {
			width: 100px;
		}
		#bottom-menu-1 ul li#bot-nav-1-1 a {
			width: 75px;
		}
		#bottom-menu-1 ul li#bot-nav-1-2 a, #bottom-menu-1 ul li#bot-nav-1-3 a, #bottom-menu-1 ul li#bot-nav-1-4 a, #bottom-menu-1 ul li#bot-nav-1-5 a {
			width: 92px;
		}
		#bottom-menu-1 ul li#bot-nav-1-6 a {
			border-right: none;
		}
		#bottom-menu-1 ul li#bot-nav-1-3 a{
			width: 190px;
		}
	
	
	/* ROUNDED CORNERS */
	
		.outerborder-bl, .outerborder-br {
			background-color: #ffffff;
			position: relative;
			width: 10px;
			height: 10px;
			/* Work-around for IE6/Mac borkage (Part 1) */
			display: none;
			/* margin: -1px -1px -1px -1px; */
		/*	padding-bottom: -1px; */
		}
		.outerborder-bl { 
			float: left; left: -1px; 
		}
		.outerborder-br { 
			float: right; right: -1px; 
		}
		html>body .outerborder-bl { 
			background: url("/media/home/images/outerborder-bl.gif") no-repeat left bottom; 
		}
		html>body .outerborder-br { 
			background: url("/media/home/images/outerborder-br.gif") no-repeat right bottom; 
		}
		.outerborder-br { 
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/home/images/outerborder-br.gif',sizingMethod='image'); 
		}
		.outerborder-bl { 
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/home/images/outerborder-bl.gif',sizingMethod='image'); 
		}
		.outerborder-bl, .outerborder-br {
			/* Restore the view for everything but IE6/Mac (part 2 of the "IE/Mac fix") */
			display: block;
		}
		.outerborder-bl, .outerborder-br {
			top: 1px;
		}
	
/* MISC CLASSES */

	.white {
		color: #fff;
	}
	img.box, embed.box, div.box {
		border: 1px solid #000;
		margin: 3px;
	}
	.ltborder {
		padding: 4px;
		border: 1px solid #ccc;
		margin: 8px; 
	}
	ul.less-space {
		margin: 10px 0 10px 20px;
		padding: 2px;
		text-align: left;
	}
	h1.header, h2.header, h3.header, h4.header, h5.header, h6.header, h7.header {
		font-size: 2em;
		font-weight: normal;
		border-bottom: 1px dashed #c8b179;
		padding-bottom: 2px;
		margin-bottom: 3px;
	}

	/* Alternating Colors */
	
		.color-a {
			background: #fff url("/media/home/images/gradient.gif") repeat-x 0% 0%;
		}
		.color-b {
			background: #fff url("/media/home/images/gradient-b.gif") repeat-x 0% 0%;
		}
		
	/* Gradient Boxes */

		.headerbox {
			background: #fff url("/media/home/images/gradient-b.gif") repeat-x 0% 0%;
			line-height: 16px;
			color: #000;
			font-weight: bold;
			padding: 2px 5px 2px 5px;
			border-bottom: 1px solid #aaa;
		}
		.contentbox {
			padding: 4px;
			background: #fff url("/media/home/images/gradient.gif") repeat-x 0% 0%;
		}
		.contentbox p {
			margin-top: 0;
			padding-top: 0;
		}

	/* XML Buttons */
	
		a .xmlLink {
			padding: 0px 3px 1px 3px;
		    margin: 0;
		    text-align: center;
		    font-family: Verdana, Arial, Helvetica, sans-serif;
		    font-size: 11px;
		    font-weight: bold;
			font-style: normal;
		    color: #fff;
		    background-color: #ff6600;
		    border: 1px solid;
		    border-color: #ffc8a4 #3f1a01 #3f1a01 #ffc8a4;
		    cursor: pointer;
			width: 60px;
		}
		a:hover .xmlLink {
			background: #b40;
		}
		
	/* ADMISSION PAGE */

		td#padding4 {
			padding-top: 6px;
			padding-right: 4px;
			padding-bottom: 6px;
			padding-left: 0px;
		}
		.headerlarge {
			font-size: 16px;
			font-weight: bold;
			background-position: center;
		}
		.headersmall {
			font-size: 14px;
			font-weight: bold;
		}
		.listUalpha {
			list-style-type: upper-alpha;
		}
		.listLalpha {
			list-style-type: lower-alpha;
		}
		.listUroman {
			list-style-type: upper-roman;
		}
		.maincontentadmission ul {
			padding: 0;
			margin: 0;
			list-style: none;
		}
	
	/* CF_IMAGESHARE */
	
		div.imageShareBox {
			border: 1px solid #ccc;
			margin: 10px;
			padding-top: 2px;
			padding-bottom: 2px;
			background: #f6f6f6;
		}	
		div.imageShareBox div.imageShareCaption, div.imageShareBox div.imageSharePhotographer {
			padding: 2px 5px 2px 5px;
		}
		div.imageShareBox div.imageSharePhotographer {
			font-style: italic;
		}
		.right {
			float: right;
		}
		.left {
			float: left;
		}