/* CSS Document    purple: #48203D  l.blue: #CEDFF3 */

	body {
		color: #000000;
		background: #FFFFFF;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight:normal;
		margin: 0px;
		padding: 0px;
		}
		
	A			{ color: #48203D; text-decoration: underline; }
	A:link		{ color: #48203D; text-decoration: underline; }
	A:visited	{ color: #48203D; text-decoration: underline; }
	A:hover		{ color: #48203D; text-decoration: underline; }
	A:active	{ color: #48203D; text-decoration: underline; }
	
	img {
		border:none;
		}
		
	alt {
		display:none;
		}
		
	.border {
		border:1px solid #000000;
		}
	
/* TEXT TAGS */

	p, td, li {
		color: #000000;
		background: transparent;
		font-family: georgia, times new roman, times, serif;
		font-size: 12px;
		font-weight:normal;
		margin-top:0px;
		}
		
	h1 {
		color: #48203D;
		background: transparent;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 17px;
		font-weight:bold;
		}
		
	h2 {
		color: #333333;
		background: transparent;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 14px;
		font-weight:bold;
		margin: 20px 0px 3px 0px;
		}



/* FORMATTING TAGS */

	#center {
		width:715px;
		margin:0px auto;
		border-top:5px solid #48203D;
		border-left:1px solid #000000;
		border-right:1px solid #000000;
		border-bottom:5px solid #48203D;
		}
		
	#container {
		background: #48203D;
		width: 715px;
		margin:0px;
		}
	
	#contentwrap {
		background: #CEDFF3;
		position:relative;
		}

	*html #contentwrap {
		/*Hide this from Mac IE\*/
		padding: 20px 17px;
		/*Wake up Mac IE*/
		}
		
	#header {
		margin:0px;
		margin-right:2px;
		}
		
	#content {
		background: #CEDFF3;
		padding: 20px 17px;
		}
		
	.quote {
		color: #000000;
		background: transparent;
		font-family: georgia, times new roman, times, serif;
		font-size: 14px;
		font-style:italic;
		position: relative;
		top:-80px;
		left:0px;
		}

/* MENU TAGS */

	#nav {
		background: #FFFFFF;
		width:715px;
		}
		
	*html #nav {
		/*Hide this from Mac IE\*/
		margin-top: -2px;
		/*Wake up Mac IE*/
		}
		
		