body, table, th, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, Swiss, sans-serif;
	color: #F703F8;
}

body {
	font-size:0.6em;
	text-align: center;
	background : #E9F1DB url(../images/background.jpg) no-repeat;
}
* {margin:0; padding:0;} 

.landingTitle {
	font-size:5em;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	top: 300px;
	left: 450px;
}

.pageName {
	font-size:4em;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	top: 40px;
	left: 30px;
	text-align: left;
}

.nav {
	font-size:2.5em;
	font-style: italic;
	font-weight: 600;
	text-align: left;
	line-height: 170%;
	margin-left: 30px;
}

.nav a, .nav a:visited {
	text-decoration: none;
	color: #F703F8;
}

.nav a:hover, .nav a:active {
	text-decoration: none;
	color: #B311BA;
}

.pageTitle {
	position: absolute;
	top: 60px;
	left: 370px;
	font-size:2.5em;
	font-style: italic;
	color: #1B07AE;
}

.pageContent {
	position: absolute;
	top: 115px;
	left: 450px;
}

.pageContent td {
	vertical-align: top;
}

.pageContent .cardImage {
	padding: 0 0 40px 0;
}

.pageContent img {
	float: left;
}

.pageContent .cardSaying {
	padding: 30px 0 0 20px;
	text-align: left;
	font-size: 1.4em;
	font-style: italic;
	display: block;
}

.pageContent .cardLabel {
	clear: left;
	margin: 15px 10px 10px 0px;
	text-align: left;
	font-size: 1.5em;
	font-weight: bolder;
}

.pageContent p {
	margin: 10px 50px 10px 10px;
	clear: left;
	text-align: left;
	font-size:1.7em;
	line-height: 150%;
	font-weight: bold;
	font-style: italic;
}

.graphicDesignText {
	margin: 0 50px 10px 10px;
	clear: left;
	text-align: left;
	font-size:2.1em;
	line-height: 150%;
	font-style: italic;
}

.graphicDesignText a, .graphicDesignText a:visited {
	color: #1B07AE;
	text-decoration: none;
}

.graphicDesignText a:hover {
	color: #1B07AE;
	text-decoration: underline;
}

.philospohyText, .workshopText {
	color: #1B07AE;
	margin: 40px 50px 10px 10px;
	clear: left;
	text-align: left;
	font-size:1.8em;
	line-height: 150%;
	font-style: italic;
}

.workshopText {
	margin: 0 50px 10px 10px;
	font-size:1.5em;
	line-height: 150%;
}

.philospohyText a, .philospohyText a:visited, .workshopText a, .workshopText a:visited {
	color: #F703F8;
	text-decoration: none;
}

.philospohyText a:hover, .workshopText a:hover {
	color: #1B07AE;
	text-decoration: underline;
}


/* PRINT CSS - The Print Stylesheet - BELOW HERE */
@media print { 
body {
	background : #FFF;
}
}

