* {
		color: #5E2A8D;
		font-family: Times;
	}
	body {
		margin: 0px;
		padding: 0px;
		background-color: #CCC;
		text-align: center;
	}

	.outer {
		border:2px solid #5E2A8D;
		text-align: left;
		margin-top: 20px;
		width:800px;
		margin-right:auto;
		margin-left:auto;
		}
	
	/* top section */
	
	.cornerImageBackground {
		background-color: #B098CC;
		padding: 5px;
		border:1px solid #5E2A8D;
		width: 160px;
		text-align: center;
	}
	
	.cornerImage {
		
	}

	.header {
		background-color: #C5B4DB;
		padding: 5px;
		border: 1px solid #5E2A8D;
	}

	.headerTitle {
		font-family: Times;
		font-size: 32px;
		position: relative;
		top: 5px;		
	}
	
	
	
	.headerType {
		font-size: 42px;
		text-align: right;
		padding-right: 5px;
		position: relative;
		top: 55px;
		z-index:2;
		
	}
	
	.headerTypeShadow {
		font-size: 42px;
		text-align: right;
		padding-right: 5px;
		position: relative;
		top: 8px;
		left: 2px;
		color:#FFF;
		z-index:1;
		
	}
	
	.boldwhite {
		color:#FFF;
		font-weight:bold;
	}
	
	/* main section */
	
	.description {
		border: 1px solid #5E2A8D;
		background-color: #C5B4DB;
		width: 160px;
		height: 450px;
		padding: 5px 5px 5px 5px;
		font-size: 10px;
		font-family: Arial;
	}
	
	.content {
		border: 1px solid #5E2A8D;
		background-color: #FFF;
		text-align: center;
		padding-bottom: 5px;
	}
	
	.contentDescription {
		font-size: 20px;
		margin-bottom:10px;
	}
	
	.contentLinks {
		font-size: 20px;
		margin-top: 10px;
	}
	
	.contentLinks a {
		font-size: 20px;
		width:200px;
	}