@charset "UTF-8";
/* CSS Document */

/* Resets */

	*{font-size:12px;}
	
	h1,h2,h3,h4,h5,h6{line-height:1}
	
	h1{margin:1em 0 .5em}
	h2{margin:1.07em 0 .535em}
	h3{margin:1.14em 0 .57em}
	h4{margin:1.23em 0 .615em}
	h5{margin:1.33em 0 .67em}
	h6{margin:1.6em 0 .8em}

/* Global Styles */

	html, body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000; }
	
	h1 {
		font-size: 20px;
		color: #2f4a7c;
		margin-bottom: 30px;
	}
	
	h2 {
		font-size: 16px;
		color: #5293bc;
	}
	
	h3 {
		font-size: 12px;
	}
	
	a {
		color: #660033
	}
	
	a:hover {
		color: #5293bc;
	}
	
	.b { width: auto; height: auto; float: left; }
	
	.clear { clear: both; }

/* Custom Styles */

	.nav-main {
		width: 192px;
		height: 532px;
		background: #304b7c url(../../images/bg-main-nav.gif) no-repeat;
	}
	
	.nav-main ul {
		color: #fff;
		font-weight: bold;
		margin: 20px 0;
		padding: 0;
	}
	
		.nav-main ul li {
			list-style: none;
			margin: 5px 10px 5px 10px;
			padding: 0px 0 5px 0;
			border-bottom: 1px dotted #456ab0;
		}
		
		.nav-main ul a {
			color: #fff;
			text-decoration: none;
		}
		
		.nav-main ul a:hover {
			color: #5989e3;
		}
	
	.content-main {
		width: 562px;
		height: auto;
		background: #EBE0CC;
		padding: 20px;
	}
	
		.content-main.home h1 {
			font-size: 14px;
		}
		
		.content-main .promo1 {
			width: 46%;
		}
		
		.content-main .promo2 {
			width: 46%;
			margin-left: 8%
		}
		
			.content-main .promo2 ul {
				margin: 0;
				padding-bottom: 10px;
				padding-left: 18px;
			}
			
			.content-main .promo2 li {
				padding-bottom: 5px;
			}
	
	.photo-left {
		float: left;
		margin: 0 40px 10px 0;
		text-align: center;
	}
	
	.photo-right {
		float: right;
		margin: 0 0 10px 40px;
		text-align: center;
	}
	
		.photo-left img,
		.photo-right img {
			background: #fff;
			border: 1px solid #d8d9cc;
			padding: 5px;
		}
		
			.photo-left.nobg img,
			.photo-right.nobg img {
				background: none;
				border: none;
				padding: 0;
			}
		
		.photo-left p,
		.photo-right p {
			max-width: 300px;
			margin-top: 5px;
			font-size: .917em;
			line-height: 1.3em;
		}
	
	p.eventTitle {
		overflow: hidden;
	}
	
		p.eventTitle span {
			display: block;
			float: left;
			width: 60px;
			margin-left: 10px;
			font-size: 14px;
			color: #2f4a7c;
			font-weight: bold;
		}
	
	p.eventDetails {
		margin-left: 70px;
	}
	
	.backtotop {
		text-align: right;
		font-weight: bold;
	}
	
		.backtotop a {
			text-decoration: none;
			font-size: 10px;
		}
		
		.backtotop a:hover {
			text-decoration: underline
		}
	
	.footer {
		width: 754px;
		height: 32px;
		background: transparent url(../../Library/indexfooter.gif) no-repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #f5f5f5;
		font-size: 11px;
	}
	
		.footer div.copyright {
			margin: 11px 0 0 180px;
		}
		
		.footer div.websiteurl {
			margin: 11px 0 0 100px;
		}
		
		.footer a {
			color: #f5f5f5;
			text-decoration: none;
		}
		
		.footer a:hover {
			color: #f5f5f5;
			text-decoration: underline
		}
	

